Closed
Bug 1806473
Opened 2 years ago
Closed 2 years ago
Cleanup: gecko_taskgraph/transforms/test/raptor.py
Categories
(Taskcluster :: General, task)
Taskcluster
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
- Use enumerate(...) instead of manual indexing
- It's safe to modify a list we're iterating on as long as we break out
of the iteration right after the modification.
Depends on D165052
Updated•2 years ago
|
Assignee: nobody → sguelton
Status: NEW → ASSIGNED
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ffeede03c779
Cleanup: gecko_taskgraph/transforms/test/raptor.py r=taskgraph-reviewers,ahal,jlorenzo
Comment 3•2 years ago
•
|
||
Backed out 4 changesets (Bug 1805842, Bug 1806472, Bug 1806473, Bug 1803537) for causing build bustage on Gecko Decition Task.
Backout link
Push with failures <--> D
Failure Log
Flags: needinfo?(sguelton)
Updated•2 years ago
|
Type: enhancement → task
Updated•2 years ago
|
Attachment #9308996 -
Attachment description: Bug 1806473 - Cleanup: gecko_taskgraph/transforms/test/raptor.py → Bug 1806473 - Cleanup: gecko_taskgraph/transforms/test/raptor.py r=ahal
Updated•2 years ago
|
Attachment #9308996 -
Attachment description: Bug 1806473 - Cleanup: gecko_taskgraph/transforms/test/raptor.py r=ahal → Bug 1806473 - Cleanup: gecko_taskgraph/transforms/test/raptor.py r=ahal!
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5a53d8626df2
Cleanup: gecko_taskgraph/transforms/test/raptor.py r=ahal,jlorenzo
Comment 5•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(sguelton)
You need to log in
before you can comment on or make changes to this bug.
Description
•