Open
Bug 1500093
Opened 6 years ago
Updated 2 years ago
"Trigger all Talos jobs" trigger X builds.
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
NEW
People
(Reporter: nbp, Unassigned)
References
Details
When triggering X talos jobs with "Trigger all Talos jobs", the script[1] will create a full graph of dependencies instead of reusing the existing one.
This implies that X builds would be triggered[2] when no build exists already.
[1] https://searchfox.org/mozilla-central/source/taskcluster/taskgraph/actions/add_talos.py#52
[2] https://treeherder.mozilla.org/#/jobs?repo=try&selectedJob=206342297&revision=69585aca7bea588ee12514948ce6b87037ae2e03
Updated•6 years ago
|
Component: Scheduler → Task Configuration
Product: Taskcluster → Firefox Build System
QA Contact: dustin
Comment 1•5 years ago
|
||
Yeah, I experienced the same issue yesterday with https://treeherder.mozilla.org/#/jobs?repo=try&revision=3850d59d0d33e2ca0c746c54f059304306368972
We are wasting money in that case. We should reuse the same build and not retrigger them (in my case, I retrigered a LOT of builds for no reason)
Needinfo on Armen to make sure you are aware.
Flags: needinfo?(armenzg)
Updated•5 years ago
|
Type: task → defect
Comment 2•5 years ago
|
||
I'm not handling this kind of requests anymore.
Looking at the file log I nominate tomprince to help figure out what are the next steps.
Flags: needinfo?(armenzg) → needinfo?(mozilla)
Comment 3•5 years ago
|
||
Dup of bug 1561423 ? Or at least significant overlap.
Comment 4•5 years ago
|
||
Maybe? My bug is really about the feature "Trigger all talos jobs" while bug 1561423 seems to be more general
Updated•5 years ago
|
Flags: needinfo?(mozilla)
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•