From 81e647fcd5b18a5a90dc2a67b94b125b51a72921 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 29 Sep 2017 11:15:09 -0400 Subject: [PATCH] Bug 1402457 - Disable the TC periodic-update cron job due to more work being scheduled than expected. r=Callek, a=me --- .cron.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.cron.yml b/.cron.yml index cffb8313e970..a48b3e147e6e 100644 --- a/.cron.yml +++ b/.cron.yml @@ -105,10 +105,4 @@ jobs: target-tasks-method: nightly_file_update run-on-projects: - mozilla-central - when: - by-project: - # No default branch - mozilla-central: - # Buildbot start time is 10:02am UTC, until we are able to - # disable buildbot scheduling, use +12h - - {hour: 22, minute: 0} + when: [] # don't run for now due to unforeseen issues