Open
Bug 1994226
Opened 8 days ago
Updated 6 days ago
stop using internal pypi in firefox test tasks
Categories
(Testing :: General, enhancement)
Testing
General
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(5 files)
We're aiming to get rid of this server (see https://mozilla-hub.atlassian.net/browse/RELOPS-1835). We're explicitly referencing it in a handful of tests. As far as I can tell, this is totally unnecessary, and we can rely on either vendored modules or public pypi. https://treeherder.mozilla.org/jobs?repo=try&revision=ed253443643a3c671b0be4a9f31d1b5240e673f0 has tests run against the stack I'm about to post.
Assignee | ||
Comment 1•8 days ago
|
||
Assignee | ||
Comment 2•8 days ago
|
||
Assignee | ||
Comment 3•8 days ago
|
||
Assignee | ||
Comment 4•8 days ago
|
||
Assignee | ||
Comment 5•8 days ago
|
||
Also: stop using --no-index
, because we'd rather pull things from public pypi these days.
Assignee | ||
Comment 6•6 days ago
|
||
This is turning out to be more of a time sink than I bargained for; I'm going to put it on hold for now, and probably come back to it at some point in the future when I'm more prepared to spend the time.
Assignee: bhearsum → nobody
Updated•6 days ago
|
Assignee: nobody → bhearsum
Attachment #9520001 -
Attachment description: Bug 1994226: get rid of internal pypi references in mozperftest r?#taskgraph-reviewers!,#mozperftest-reviewers! → WIP: Bug 1994226: get rid of internal pypi references in mozperftest r?#taskgraph-reviewers!,#mozperftest-reviewers!
Status: NEW → ASSIGNED
Updated•6 days ago
|
Attachment #9520002 -
Attachment description: Bug 1994226: get rid of internal pypi references in condprof r?#releng-reviewers! → WIP: Bug 1994226: get rid of internal pypi references in condprof r?#releng-reviewers!
Updated•6 days ago
|
Attachment #9520003 -
Attachment description: Bug 1994226: get rid of internal pypi references for perf tests r?#releng-reviewers!,#perftest-reviewers! → WIP: Bug 1994226: get rid of internal pypi references for perf tests r?#releng-reviewers!,#perftest-reviewers!
Updated•6 days ago
|
Attachment #9520004 -
Attachment description: Bug 1994226: get rid of internal pypi references in test verify & xpcshell tests r?#releng-reviewers! → WIP: Bug 1994226: get rid of internal pypi references in test verify & xpcshell tests r?#releng-reviewers!
Updated•6 days ago
|
Attachment #9520005 -
Attachment description: Bug 1994226: replace internal pypi with public pypi in mozharness python base r?#releng-reviewers! → WIP: Bug 1994226: replace internal pypi with public pypi in mozharness python base r?#releng-reviewers!
You need to log in
before you can comment on or make changes to this bug.
Description
•