forked from mirrors/gecko-dev
Bug 1477021 - Schedule pipfile updates to run once per week. r=sfraser
Differential Revision: https://phabricator.services.mozilla.com/D2467 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
fd9c2c8706
commit
5512ec1b22
1 changed files with 13 additions and 0 deletions
13
.cron.yml
13
.cron.yml
|
|
@ -145,3 +145,16 @@ jobs:
|
||||||
mozilla-esr60:
|
mozilla-esr60:
|
||||||
- {weekday: 'Monday', hour: 10, minute: 0}
|
- {weekday: 'Monday', hour: 10, minute: 0}
|
||||||
- {weekday: 'Thursday', hour: 10, minute: 0}
|
- {weekday: 'Thursday', hour: 10, minute: 0}
|
||||||
|
|
||||||
|
- name: pipfile-update
|
||||||
|
job:
|
||||||
|
type: decision-task
|
||||||
|
treeherder-symbol: Nfile
|
||||||
|
target-tasks-method: pipfile_update
|
||||||
|
run-on-projects:
|
||||||
|
- mozilla-central
|
||||||
|
when:
|
||||||
|
by-project:
|
||||||
|
# No default branch
|
||||||
|
mozilla-central:
|
||||||
|
- {weekday: 'Monday', hour: 10, minute: 0}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue