mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
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
13
.cron.yml
13
.cron.yml
@ -145,3 +145,16 @@ jobs:
|
||||
mozilla-esr60:
|
||||
- {weekday: 'Monday', 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 New Issue
Block a user