Closed
Bug 1996807
Opened 7 months ago
Closed 7 months ago
`packages` task definitions hardcode the decision task's proxy url
Categories
(Firefox Build System :: Task Configuration, defect)
Firefox Build System
Task Configuration
Tracking
(firefox-esr140 unaffected, firefox144 unaffected, firefox145 unaffected, firefox146 fixed)
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr140 | --- | unaffected |
| firefox144 | --- | unaffected |
| firefox145 | --- | unaffected |
| firefox146 | --- | fixed |
People
(Reporter: jcristau, Assigned: jcristau)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
https://searchfox.org/firefox-main/rev/da0861d6f7f7280518d2a4511d07401aecf50afa/taskcluster/gecko_taskgraph/transforms/job/distro_package.py#159 passes in the root url in downstream task commands. This used to be the actual root url (https://firefox-ci-tc.services.mozilla.com), but as of bug 1990567 get_root_url is now returning the decision task's TASKCLUSTER_PROXY_URL, which is not suitable for use by downstream tasks.
| Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → jcristau
Status: NEW → ASSIGNED
Comment 2•7 months ago
|
||
Set release status flags based on info from the regressing bug 1990567
status-firefox144:
--- → unaffected
status-firefox145:
--- → unaffected
status-firefox146:
--- → affected
status-firefox-esr140:
--- → unaffected
Pushed by jcristau@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/ce46dfebe252
https://hg.mozilla.org/integration/autoland/rev/3dadcf4fede9
don't pass the decision task's proxy url to `packages` tasks. r=releng-reviewers,taskgraph-reviewers,Eijebong
Pushed by sstanca@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/b8672273a388
https://hg.mozilla.org/integration/autoland/rev/d85cb54351fb
Revert "Bug 1996807 - don't pass the decision task's proxy url to `packages` tasks. r=releng-reviewers,taskgraph-reviewers,Eijebong" for causing libxml2 fetch failures.
Pushed by jcristau@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/3dc480b1facd
https://hg.mozilla.org/integration/autoland/rev/ea419ed5f578
don't pass the decision task's proxy url to `packages` tasks. r=releng-reviewers,taskgraph-reviewers,Eijebong
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
Updated•7 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•