From 18bd93ce05a77f182a9d99bb1a00f860e1814e88 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Tue, 28 Apr 2020 16:09:43 +0200 Subject: [PATCH] Bug 1628413 - part 4: Ship Fenix nightly to Google Play once a day --- .cron.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.cron.yml b/.cron.yml index 3242d39a3..2f6557aa9 100644 --- a/.cron.yml +++ b/.cron.yml @@ -10,7 +10,6 @@ jobs: treeherder-symbol: Nd target-tasks-method: nightly when: - - {hour: 6, minute: 0} - {hour: 18, minute: 0} # This is a temporary hook in order to not overload Google Play. # See bug 1628413 for more context. @@ -20,9 +19,7 @@ jobs: treeherder-symbol: Nd-gp target-tasks-method: nightly-on-google-play when: - - {weekday: Monday, hour: 6, minute: 0} - - {weekday: Wednesday, hour: 6, minute: 0} - - {weekday: Friday, hour: 6, minute: 0} + - {hour: 6, minute: 0} - name: fennec-beta job: type: decision-task