Closed
Bug 1638945
Opened 5 years ago
Closed 5 years ago
Make "mach try auto" not choose shippable builds
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: marco, Assigned: marco)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
Currently, it runs shippable builds because that's what we run on autoland.
We should instead run opt on try and shippable on autoland.
I'm assuming the chunking is the same between opt and shippable, and I'm hoping that there is a simple string replacement I can do which would apply to all platforms.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mcastelluccio
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Summary: Make "mach try auto" run opt builds instead of shippable builds → Make "mach try auto" not choose shippable builds
Updated•5 years ago
|
Attachment #9149985 -
Attachment is obsolete: true
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fb255daf1a72
Don't optimize away tasks without a 'build_type' attribute in the 'platform-debug' strategy. r=ahal
https://hg.mozilla.org/integration/autoland/rev/91dc80342f46
Switch default 'mach try auto' strategy from bugbug_reduced to bugbug_debug_disperse. r=ahal
Assignee | ||
Comment 5•5 years ago
|
||
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2099d1630f5d
Update 'platform-debug' strategy test to make sure tasks with no build_type are not optimized. r=ahal. CLOSED TREE
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fb255daf1a72
https://hg.mozilla.org/mozilla-central/rev/91dc80342f46
https://hg.mozilla.org/mozilla-central/rev/2099d1630f5d
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
•