Closed
Bug 1628343
Opened 10 months ago
Closed 9 months ago
Remove Windows build from sm-shell preset, and add 'sm-shell-all' preset
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(1 file)
Mostly to make sm-shell more useful to everyone.
Comment 1•10 months ago
|
||
Should we also exclude the Mac Jit jobs?
Comment 2•10 months ago
|
||
Setting as P1, as this sounds important for our testing resources.
Priority: -- → P1
Assignee | ||
Comment 3•9 months ago
|
||
After this patch:
$ ./mach try --no-push --preset=sm-shell
Task configuration changed, generating target task set
estimates: Runs 17 tasks (17 selected, 0 dependencies)
estimates: Total task duration 7:51:00
estimates: In the 61% percentile
estimates: Should take about 1:26:32 (Finished around 2020-05-01 08:30)
Commit message:
Fuzzy query=!win !osx 'spidermonkey | 'shell-haz
Pushed via `mach try fuzzy`
Calculated try_task_config.json:
{
"env": {
"TRY_SELECTOR": "fuzzy"
},
"tasks": [
"hazard-linux64-shell-haz/debug",
"spidermonkey-sm-arm-sim-linux32/debug",
"spidermonkey-sm-arm64-sim-linux64/debug",
"spidermonkey-sm-asan-linux64/opt",
"spidermonkey-sm-compacting-linux64/debug",
"spidermonkey-sm-fuzzing-linux64/opt",
"spidermonkey-sm-gdb-linux64/debug",
"spidermonkey-sm-mozjs-sys-linux64/debug",
"spidermonkey-sm-nojit-linux64/opt",
"spidermonkey-sm-nonunified-linux64/debug",
"spidermonkey-sm-package-linux64/opt",
"spidermonkey-sm-plain-linux64/debug",
"spidermonkey-sm-plain-linux64/opt",
"spidermonkey-sm-rootanalysis-linux64/debug",
"spidermonkey-sm-rust-bindings-linux64/debug",
"spidermonkey-sm-tsan-linux64/opt",
"spidermonkey-sm-warp-linux64/debug"
],
"version": 1
}
Updated•9 months ago
|
Assignee: nobody → mgaudet
Status: NEW → ASSIGNED
Pushed by mgaudet@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/4b7158ae4e64 Remove Windows and OSX builds from sm-shell preset, and add 'sm-shell-all' preset r=tcampbell
Comment 5•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•