Closed
Bug 1733684
Opened 2 years ago
Closed 1 year ago
Migrate win10-64-source from AWS to Azure
Categories
(Testing :: General, task)
Testing
General
Tracking
(firefox-esr91 fixed, firefox95 fixed)
RESOLVED
FIXED
95 Branch
People
(Reporter: masterwayz, Assigned: masterwayz)
References
(Regressed 1 open bug)
Details
Attachments
(2 files)
For reference for me: https://searchfox.org/mozilla-central/search?q=win10-64-source&path=
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → michelle
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D128294
Comment 2•2 years ago
|
||
There were two failures:
- One caused by
subprocess.Popen(...)
no longer liking having an
env={}
argument. I couldn't find this documented in the API docs or
fixed in a future3.9.x
release, but it's workaround-able by not
setting the redundant parameter. - One caused by unexpected characters appearing in a symlink test.
However, since we shouldn't be leaning on symlinks on Windows, we skip
the test accordingly.
Updated•2 years ago
|
Keywords: leave-open
Pushed by mhentges@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5f1461a4abcd Resolve mozbuild test compatibility with Py 3.9.5 r=ahal
Comment 4•2 years ago
|
||
bugherder |
Pushed by michelle@masterwayz.nl: https://hg.mozilla.org/integration/autoland/rev/3417336ac329 Move the win10-64-source jobs over to the new Win10 2004 Azure workers r=jmaher
Comment 6•2 years ago
|
||
bugherder |
Comment 7•2 years ago
•
|
||
Backed out for causing windows startup failures and blocking nightlies.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=355046500&repo=mozilla-central
Backout link: https://hg.mozilla.org/mozilla-central/rev/e361209af61f51a3fa1dbf9ea8a2d276e22cc5bf
Flags: needinfo?(michelle)
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(michelle)
Keywords: leave-open
Pushed by michelle@masterwayz.nl: https://hg.mozilla.org/integration/autoland/rev/ab16bb5e5985 Move the win10-64-source jobs over to the new Win10 2004 Azure workers r=jmaher
Comment 9•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
Assignee | ||
Updated•1 year ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Updated•1 year ago
|
Assignee | ||
Comment 10•1 year ago
|
||
(False alarm)
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
Resolution: --- → FIXED
Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
Comment 11•1 year ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-esr91/rev/d629a537c994
https://hg.mozilla.org/releases/mozilla-esr91/rev/9596b9ef1cbf
https://hg.mozilla.org/releases/mozilla-esr91/rev/3803e962c64a
status-firefox-esr91:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•