From b169dfa8a8fc857e20c083911d50b438d0a9b7e7 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Thu, 21 Jan 2021 09:17:31 +0100 Subject: [PATCH] Temporarily deactivate TPU tests while we work on fixing them --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30e71945fd4f..6892c5a52dd0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -421,15 +421,15 @@ workflows: - run_tests_git_lfs - 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