Closed
Bug 1186235
Opened 5 years ago
Closed 5 years ago
mozharness should set VIRTUALENV_EXISTS to avoid creating a duplicate python venv
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Not set
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aus, Assigned: aus)
References
Details
Attachments
(1 file)
1.25 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
The npm-cache-get step in mozharness doesn't set VIRTUALENV_EXISTS before installing the node modules which sets up two different venv's which is certainly not a good thing. I found this while debugging bug 1174901 and it's certainly possible it's causing issues. Patch for this will be up soon.
Assignee | ||
Comment 1•5 years ago
|
||
Pretty straightforward. We need to do this because the python virtual environment is already set-up and taskcluster-npm-cache-get needs to call npm install.
Attachment #8636866 -
Flags: review?(jgriffin)
Updated•5 years ago
|
Attachment #8636866 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 2•5 years ago
|
||
Commit (default): https://hg.mozilla.org/build/mozharness/rev/ecbd95222e8a
Assignee | ||
Comment 4•5 years ago
|
||
Commit (b2g-inbound): https://hg.mozilla.org/integration/b2g-inbound/rev/48348bfad309 Revision bumped to ecbd95222e8a. Marking fixed.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Comment 5•5 years ago
|
||
mozharness production tag moved to: https://hg.mozilla.org/build/mozharness/rev/production
Comment 7•5 years ago
|
||
mozharness production tag moved to: https://hg.mozilla.org/build/mozharness/rev/production
Comment 8•5 years ago
|
||
mozharness production tag moved to: https://hg.mozilla.org/build/mozharness/rev/production
You need to log in
before you can comment on or make changes to this bug.
Description
•