Closed
Bug 1454534
Opened 7 years ago
Closed 7 years ago
Increase max time for jobs on signing workers
Categories
(Release Engineering :: Release Automation, enhancement)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
Attachments
(1 file)
2.13 KB,
patch
|
mozilla
:
review+
nthomas
:
checked-in+
|
Details | Diff | Splinter Review |
The monolithic mac signing job for partner builds takes longer than an hour to run because it has 91 builds to sign. The EME-free job will have a similar amount of work to do. The signing worker sets a 3600 second limit for a job so we fail out.
The logical thing to do is to sign the files individually but we're going to defer that until later (schedule pressure!), and instead take a workaround to increase the limit. I think we need to also increase token_duration_seconds, as that the token is retrieved at the start of the task.
Attachment #8968385 -
Flags: review?(aki)
Updated•7 years ago
|
Attachment #8968385 -
Flags: review?(aki) → review+
Assignee | ||
Comment 1•7 years ago
|
||
Comment on attachment 8968385 [details] [diff] [review]
Increase to 2h
https://hg.mozilla.org/build/puppet/rev/df684936db266f9681379f7a31c73d54fdee503c
https://hg.mozilla.org/build/puppet/rev/f10eab90a259cfedb5b7d20a53dfc11e39e02723
Attachment #8968385 -
Flags: checked-in+
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nthomas
Assignee | ||
Comment 2•7 years ago
|
||
Worked on https://tools.taskcluster.net/groups/Kspy6EqFRSycJWheKLkiSA/tasks/dnupu-S1TMqEYzHXKOmgeA/runs/2.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•