Skip to content

Commit

Permalink
Bug 1562628: Run the periodic file update cron job on ESR68; r=bhearsum
Browse files Browse the repository at this point in the history
It turns out there are two places that need to be updated, remove one
of them, and update the other.

Differential Revision: https://phabricator.services.mozilla.com/D36975
  • Loading branch information
tomprince committed Jul 5, 2019
1 parent da27275 commit 92a5562
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions .cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,24 +172,10 @@ jobs:
- mozilla-beta
- mozilla-release
- mozilla-esr60
- mozilla-esr68
when:
by-project:
# No default branch
mozilla-central:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
mozilla-beta:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
mozilla-release:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
mozilla-esr60:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
mozilla-esr68:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}

- name: pipfile-update
job:
Expand Down

0 comments on commit 92a5562

Please sign in to comment.