Bug 1499590 - Backed out changeset 089769dbf256 to remove periodic-file-updates cron task. a=backout
This removes the periodic-file-updates (pfu) cron task from comm-*
repositories, resetting the status quo so that nightly builds can
be run while continuing to debug the issues with the pfu tasks.
--- a/.cron.yml
+++ b/.cron.yml
@@ -48,30 +48,8 @@ jobs:
- name: nightly-win64
job:
type: decision-task
treeherder-symbol: Nd-win64
target-tasks-method: nightly_win64
run-on-projects:
- comm-central
when: [] # never (hook only)
-
- - name: periodic-update
- job:
- type: decision-task
- treeherder-symbol: Nfile
- target-tasks-method: file_update
- run-on-projects:
- - comm-central
- - comm-beta
- - comm-esr60
- when:
- by-project:
- # No default branch
- comm-central:
- - {weekday: 'Monday', hour: 10, minute: 0}
- - {weekday: 'Thursday', hour: 10, minute: 0}
- comm-beta:
- - {weekday: 'Monday', hour: 10, minute: 0}
- - {weekday: 'Thursday', hour: 10, minute: 0}
- comm-esr60:
- - {weekday: 'Monday', hour: 10, minute: 0}
- - {weekday: 'Thursday', hour: 10, minute: 0}