Closed
Bug 1251288
Opened 8 years ago
Closed 8 years ago
Make sure that debug builds use "default" update channel
Categories
(Release Engineering :: Release Automation: Other, defect)
Release Engineering
Release Automation: Other
Tracking
(firefox47 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: rail, Assigned: jlund)
References
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
rail
:
review+
rail
:
checked-in+
|
Details |
See bug 1242084 for the details.
Assignee | ||
Comment 1•8 years ago
|
||
I tested this via running fx_desktop_build.py with and without this patch and compared self.config: ``` ./scripts/fx_desktop_build.py --cfg configs/builds/releng_base_linux_64_builds.py --custom-build-variant-cfg debug --branch date --build-pool production --developer-run --dump-config ``` diff -pU 10 logs/localconfig_without_patch.json logs/localconfig_with_patch.json here is the diff of the above: http://people.mozilla.org/~jlund/update-channel-self-config.diff Review commit: https://reviewboard.mozilla.org/r/36713/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/36713/
Attachment #8723761 -
Flags: review?(rail)
Reporter | ||
Comment 2•8 years ago
|
||
Comment on attachment 8723761 [details] MozReview Request: Bug 1251288 - Make sure that debug builds use default update channel, r?rail https://reviewboard.mozilla.org/r/36713/#review33275
Attachment #8723761 -
Flags: review?(rail) → review+
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jlund
Reporter | ||
Comment 3•8 years ago
|
||
Ryan, this patch explicitly set the update channel to "default" for mozilla-release and mozilla-beta mozharness based builds that are not supposed to be used in release promotion (non-opt builds, e.g. debug, haz, etc.). Any concerns if we land this change?
Flags: needinfo?(ryanvm)
Comment 4•8 years ago
|
||
SGTM. I'm going to have to figure out how to update the simulation patches to account for this change, but I'm sure we can figure it out.
Flags: needinfo?(ryanvm)
Reporter | ||
Comment 5•8 years ago
|
||
Comment on attachment 8723761 [details] MozReview Request: Bug 1251288 - Make sure that debug builds use default update channel, r?rail I pushed this to inbound https://hg.mozilla.org/integration/mozilla-inbound/rev/fd9990a554a2
Attachment #8723761 -
Flags: checked-in+
Comment 6•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fd9990a554a2
You need to log in
before you can comment on or make changes to this bug.
Description
•