Closed
Bug 1225544
Opened 9 years ago
Closed 9 years ago
make use of the build flavor options for nightlies
Categories
(Testing :: mozregression, defect)
Testing
mozregression
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: parkouss, Assigned: parkouss)
Details
Attachments
(1 file)
So right now build flavors (like debug) are only available using taskcluster, and we only use taskcluster for inbound (--good-rev, --bad-rev). Would be nice to use that also from the --good/--bad nightly usage.
We should be able to use taskcluster for every branch, so the idea here would to check the given dates, and use taskcluster builds when it is possible (and when a build flavor is asked).
If it is after 2015-07-01, and in the range (now, now-1 year) we should have taskcluster builds that we can use. In that case we could bisect using taskcluster, on m-c or any integration branch, and use debug builds.
Assignee | ||
Comment 1•9 years ago
|
||
Almost too easy thanks to the patch in bug 1210013.
Comment 2•9 years ago
|
||
Comment on attachment 8693048 [details] [review]
use taskcluster when using specific build flavor
Awesome!
Attachment #8693048 -
Flags: review?(wlachance) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Great, thanks!
Landed in https://github.com/mozilla/mozregression/commit/c32b8b0faf5f264bccde25ea7a5004820337930e.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•