From 1bbc54a87c293761823ff1c1833a4f77353af9a9 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Mon, 10 Aug 2020 08:11:40 +0200 Subject: [PATCH] Temporarily de-activate TPU CI --- .circleci/config.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dd777c8c3a..043696c3b8 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