Closed
Bug 1712325
Opened 4 years ago
Closed 4 years ago
Add `python3-pip` to Decision task image
Categories
(Release Engineering :: General, task)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: ahal)
References
Details
(Keywords: leave-open)
Attachments
(2 files)
We currently use pip install to set up taskgraph in taskgraph's own CI. If we want to switch over to Python 3, we'll need to use pip3 instead.
We'll need to follow these steps
Namely:
- Land change to image in taskgraph
- Load image from taskgraph CI (needs to be L3, try is not enough)
- Tag + Push to docker hub following above instructions
- Update
.taskcluster.ymlwith new hash
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
This will be needed to install Python 3 dependencies in taskgraph's CI.
Depends on D115756
| Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/ci/taskgraph/rev/b748cd66130b
Fix 'taskgraph load-image' to be Python 2 and 3 compatible, r=taskgraph-reviewers,jmaher
https://hg.mozilla.org/ci/taskgraph/rev/abb454821428
Add 'python3-pip' package to Decision image, r=taskgraph-reviewers,jmaher
| Assignee | ||
Updated•4 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•