Closed
Bug 1655893
Opened 5 years ago
Closed 5 years ago
docker_image.py transform should set `artifact_prefix`
Categories
(Release Engineering :: Firefox-CI Administration, enhancement)
Release Engineering
Firefox-CI Administration
Tracking
(firefox81 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: rail, Assigned: rail)
Details
Attachments
(2 files)
I tried to use fetches in a task that uses a docker image built by docker_image.py. Looks like get_artifact_prefix()
defaults to public/build
if attributes.artifact_prefix
is not set, but these tasks publish their artifacts under public
.
Setting the attribute should solve the issue I believe.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/558f1c0d1a72
docker_image.py transform should set `artifact_prefix`; r=tomprince
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/ci/taskgraph/rev/4a40baa4b47e
docker_image.py transform should set `artifact_prefix` r=tomprince
Comment 5•5 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•