Closed
Bug 1861749
Opened 1 year ago
Closed 1 year ago
nightly builds on try are not available through bouncer
Categories
(Release Engineering :: Release Automation, enhancement)
Release Engineering
Release Automation
Tracking
(firefox122 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file)
I think there's two issues here:
bouncer-locations
refuses to run on Try at all because of itsrun-on-releases
configuration. (try pushes can never have arelease_type
set other than for staging releases AFAICT)- On try, we upload nightly builds to http://ftp.stage.mozaws.net/pub/firefox/nightly/latest-try/, I believe due to the beetmover manifest pointing at latest-${branch}. However, even once we get Bouncer submission going, it would submit entries that point at
latest-mozilla-central
. (I'm double checking this in https://treeherder.mozilla.org/jobs?repo=try&revision=d17f5cb56402e92e72a090878dbfc50dceac8c56...but I don't see anything in bouncerscript that seems as if it could push tolatest-try
).
In order to fully close the testing loop for bug 1819405, we ought to make Nightlies on try downloadable through Bouncer & Bedrock. I suggest that we:
- Find a way to allow
bouncer-locations
to run - Publish "nightly" builds on try to
latest-mozilla-central
(we already publish candidates/releases to directories named the same as production -- I thinklatest-try
is an historical artifact dating back to when try builds were uploaded to archive.mozilla.org)
Assignee | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:hneiva, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(hneiva)
Updated•1 year ago
|
Type: defect → enhancement
Updated•1 year ago
|
Severity: -- → N/A
Flags: needinfo?(hneiva)
Updated•1 year ago
|
Attachment #9361055 -
Attachment description: Bug 1861749: nightly builds on try are not available through bouncer r?#releng-reviewers! → Bug 1861749: allow bouncer-locations to run on try r?jcristau!
Pushed by bhearsum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb2d73366c34
allow bouncer-locations to run on try r=releng-reviewers,taskgraph-reviewers,jcristau
Comment 4•1 year ago
|
||
bugherder |
Updated•6 days ago
|
Component: Release Automation: Uploading → Release Automation
You need to log in
before you can comment on or make changes to this bug.
Description
•