Closed
Bug 1789684
Opened 3 years ago
Closed 3 years ago
taskgraph_decision no longer obeys `testing` setting
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(firefox106 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: jcristau, Assigned: hneiva)
References
(Regression)
Details
Attachments
(1 file)
Bug 1789486 changed decision.py to use the upstream taskgraph.create module, but one of the changes regressed the check for taskgraph.create.testing, so taskgraph_decision is acting as if that was always False.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → hneiva
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•3 years ago
|
||
Decision was creating a shallow copy of create.testing at import time
Referencing the module variable fixes it
Pushed by hneiva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a2c7bfa9fa8f
Fix decision.py reference to create.testing r=ahal
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•