Closed
Bug 1455325
Opened 7 years ago
Closed 7 years ago
Staging release: promotion task should contact staging balrog, instead of prod one.
Categories
(Release Engineering :: Release Automation: Other, defect)
Release Engineering
Release Automation: Other
Tracking
(firefox-esr60 fixed, firefox61 fixed)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
Attachments
(1 file)
Similar to bug 1455258.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8969299 [details]
Bug 1455325 - Staging release: promotion task should contact staging balrog, instead of prod one
https://reviewboard.mozilla.org/r/238038/#review243836
::: taskcluster/taskgraph/util/partials.py:160
(Diff revision 2)
>
> +def _get_balrog_api_root(branch):
> + if branch in ('mozilla-central', 'mozilla-beta', 'mozilla-release') or 'mozilla-esr' in branch:
> + return 'https://aus5.mozilla.org/api/v1'
> + else:
> + return 'https://aus5.stage.mozaws.net/api/v1'
This should be aus4
Attachment #8969299 -
Flags: review?(bhearsum) → review-
Assignee | ||
Comment 4•7 years ago
|
||
Comment on attachment 8969299 [details]
Bug 1455325 - Staging release: promotion task should contact staging balrog, instead of prod one
Chatted offline with Ben. aus5.stage is functionally equivalent to aus4.stage. Flipping review flag as this was the only issue.
Attachment #8969299 -
Flags: review- → review+
Updated•7 years ago
|
Attachment #8969299 -
Flags: review+ → review?(bugspam.Callek)
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8969299 [details]
Bug 1455325 - Staging release: promotion task should contact staging balrog, instead of prod one
https://reviewboard.mozilla.org/r/238038/#review244846
Attachment #8969299 -
Flags: review?(bugspam.Callek) → review+
Comment 6•7 years ago
|
||
bugherder uplift |
status-firefox-esr60:
--- → fixed
Pushed by jlorenzo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/57e03548f5be
Staging release: promotion task should contact staging balrog, instead of prod one r=Callek
Comment 8•7 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•