Closed
Bug 1543083
Opened 6 years ago
Closed 2 months ago
Stop uploading artifact for windows SM(...) jobs
Categories
(Core :: JavaScript Engine, enhancement, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently windows SM(...) jobs are uploading exe files as artifact:
https://searchfox.org/mozilla-central/rev/8d78f219702286c873860f39f9ed78bad1a6d062/taskcluster/scripts/builder/build-sm.sh#18
it lacks DLL files, and the exe cannot be executed after downloading it.
also, I cannot find corresponding nspr4.dll for it anywhere (target.zip in B job doesn't have it)
Updated•2 years ago
|
Severity: normal → S3
Comment 1•2 months ago
|
||
(I don't have a windows machine handy to verify if this is still an issue... if it is, we should get an infrastructure team to just nuke all the useless windows artifacts)
Assignee | ||
Comment 2•2 months ago
|
||
Apparently the situation became worse.
Now the target.jsshell.zip
only contains js-gdb.py
file.
Let's remove the artifacts for windows.
Flags: needinfo?(arai.unmht)
Summary: Upload zip file with all EXEs and DLLs from windows SM(...) jobs → Stop uploading artifact for windows SM(...) jobs
Assignee | ||
Updated•2 months ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•2 months ago
|
||
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/c76e0f201d53
Do not upload artifacts on windows SpiderMonkey jobs. r=mgaudet
Comment 5•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•