Closed Bug 1638103 Opened 5 years ago Closed 5 years ago

Bugbug SETA fallback not working

Categories

(Firefox Build System :: Task Configuration, defect)

defect

Tracking

(firefox78 fixed)

RESOLVED FIXED
mozilla78
Tracking Status
firefox78 --- fixed

People

(Reporter: ahal, Assigned: marco)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=7baa72e0d62ca44b1650f2a87db9c8124b90b045

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: nobody → mcastelluccio
Status: NEW → ASSIGNED
Pushed by mcastelluccio@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/49a4ee7badf5 Stop trying to hit bugbug after it times out. r=ahal
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: