Bug 1499590 - Add periodic-file-updates task to .cron.yml. r=darktrojan,dustin
Added configuration for periodic-file-updates task to comm's .cron.yml.
This cron task mirrors one found in mozilla- repositories, and was part
of comm-'s buildbot configuration that needed to be moved to Taskcluster.
This is a reapply of an old patch. I've removed the comm-beta and comm-esr60
repositories from the configuration.
Differential Revision:
https://phabricator.services.mozilla.com/D15108
--- a/.cron.yml
+++ b/.cron.yml
@@ -48,8 +48,22 @@ 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
+ when:
+ by-project:
+ # No default branch
+ comm-central:
+ - {weekday: 'Monday', hour: 10, minute: 0}
+ - {weekday: 'Thursday', hour: 10, minute: 0}