From 8a3db6b30369a5bba9fadb1f1a5a36ddff9cc74c Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 11 Aug 2020 08:49:37 +0200 Subject: [PATCH] Add TPU testing once again --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0c0d1d84ae4..fff81c43c0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -302,15 +302,15 @@ workflows: - run_tests_tf - build_doc - deploy_doc: *workflow_filters -# tpu_testing_jobs: -# triggers: -# - schedule: -# # Set to run at the first minute of every hour. -# cron: "0 8 * * *" -# filters: -# branches: -# only: -# - master -# jobs: -# - cleanup-gke-jobs -# - run_examples_tpu + tpu_testing_jobs: + triggers: + - schedule: + # Set to run at the first minute of every hour. + cron: "0 8 * * *" + filters: + branches: + only: + - master + jobs: + - cleanup-gke-jobs + - run_examples_tpu