Closed
Bug 1638103
Opened 5 years ago
Closed 5 years ago
Bugbug SETA fallback not working
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: ahal, Assigned: marco)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In the above push the decision task timed out after 20 minutes. The bugbug service was presumably taking a long time since the push contained so many commits in it.
What should happen, is that after 8 minutes of waiting for bugbug, we give up and then use SETA for all remaining tasks.
Instead, what happens is that each task individually attempts to query bugbug, wait 8 minutes, fallback to SETA. This is happening because we raise an exception here:
https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/util/bugbug.py#61
which means nothing gets memoized. The next task therefore enters into the function and runs the query again.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mcastelluccio
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/49a4ee7badf5
Stop trying to hit bugbug after it times out. r=ahal
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•