Closed
Bug 1851191
Opened 2 years ago
Closed 2 years ago
expired variants fail to expire if they are a composite variant
Categories
(Testing :: General, defect)
Tracking
(firefox119 fixed)
RESOLVED
FIXED
119 Branch
| Tracking | Status | |
|---|---|---|
| firefox119 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
Details
Attachments
(1 file)
we had some variants expire aab, webgl-ipc, etc...
the webgl-ipc expired, but the aab-nofis tasks still run. This is because of the logic here:
for name in variants:
parts = [p for p in name.split("+") if p not in expired]
if len(parts) == 0:
continue
we need to continue IF we find a variant, not if anything remains after removing the variant from the list.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → jmaher
Status: NEW → ASSIGNED
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ca7f848c07fe
expire variants even if they are composite variants. r=suhaib,taskgraph-reviewers,gbrown
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox119:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 119 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•