Bug 1705639 - bump max run time for periodic-update job. r=RyanVM,releng-reviewers,jmaher DONTBUILD

Updating the HSTS preload list is now taking close to the previous limit
of 5 hours, so bump it to 6 hours as a stopgap, and adjust the start
time to keep its end time from going too late in the day.

Differential Revision: https://phabricator.services.mozilla.com/D112346
This commit is contained in:
Julien Cristau 2021-04-16 14:52:53 +00:00
parent 596550f823
commit 7a10b933bd
2 changed files with 3 additions and 3 deletions

View File

@ -247,8 +247,8 @@ jobs:
- mozilla-release
- mozilla-esr78
when:
- {weekday: 'Monday', hour: 10, minute: 0}
- {weekday: 'Thursday', hour: 10, minute: 0}
- {weekday: 'Monday', hour: 8, minute: 0}
- {weekday: 'Thursday', hour: 8, minute: 0}
- name: raptor-tp6m
job:

View File

@ -49,7 +49,7 @@ jobs:
implementation: docker-worker
os: linux
docker-image: {in-tree: periodic-updates}
max-run-time: 18000 # Takes 4+ hours
max-run-time: 21600 # Takes up to 6 hours
env:
PRODUCT: firefox
REVIEWERS: "ryanvm"