Closed
Bug 1646834
Opened 5 years ago
Closed 5 years ago
partials are broken in `mach try scriptworker`
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(firefox80 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: mozilla, Assigned: tomprince)
Details
Attachments
(1 file)
I think this is fallout from fixing mar signature verification.
On Try, funsize.py expects dep signing on its mars. In ./mach try scriptworker
, we point our try tasks at an upstream nightly or release graph, so the partials task will download nightly-signed or release-signed mar(s). We should probably either:
- allow for nightly, release, and dep-signed mars in
./mach try scriptworker
partials, - adjust the partials task in
./mach try scriptworker
to adjust which of (nightly, release, dep) signatures to expect, or - disable signature verification in
./mach try scriptworker
partials
Assignee | ||
Comment 1•5 years ago
|
||
Since partials have started verifying signatures, the partial task has been failing in
mach try scriptworker
. Since we are not concerned with the partial task itself,
split the tasks into two groups, so that it does not need to run.
Updated•5 years ago
|
Assignee: nobody → mozilla
Status: NEW → ASSIGNED
Pushed by mozilla@hocat.ca:
https://hg.mozilla.org/integration/autoland/rev/6642e40ca070
[scriptworker-canary] Split linux signing tasks to handle partials; r=rail
Comment 3•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•