Closed
Bug 1387199
Opened 8 years ago
Closed 7 years ago
Windows SM builds
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla57
People
(Reporter: Callek, Assigned: Callek)
References
()
Details
Attachments
(2 files)
Schedule/build windows spidermonkey on taskcluster
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
A try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=f1a16e207d345898f5ce20b9251231185e6081ea&filter-searchStr=SM
I'm suspecting theres some issue with SM-tc(cgc) here, so will look into that if so, and I manually triggered new jobs for all Buildbot runs, (try's add new jobs suggested w64 and an opt copy of cgc, even though none of those seem to be running on m-c, so not sure if they will even run)
If there is more followups I'll update this patchset, but wanted to get the patches that exist out for review.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•7 years ago
|
||
Latest try run is https://treeherder.mozilla.org/#/jobs?repo=try&revision=fc199105bfbe0d7ff774bf11c5150fae4e1b7c8e&filter-searchStr=sm I see some intermittent tests so I retriggered stuff a bunch.
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8898076 [details]
Bug 1387199 - Spidermonkey export VSPATH for taskcluster windows support.
https://reviewboard.mozilla.org/r/169386/#review175066
I'm not sure why this would be necesary, but I'm not really familiar with this setup.
Updated•7 years ago
|
Attachment #8898076 -
Flags: review?(cmanchester) → review?(gps)
Assignee | ||
Comment 8•7 years ago
|
||
(In reply to Chris Manchester (:chmanchester) from comment #7)
> Comment on attachment 8898076 [details]
> Bug 1387199 - Spidermonkey export VSPATH for taskcluster windows support.
>
> https://reviewboard.mozilla.org/r/169386/#review175066
>
> I'm not sure why this would be necesary, but I'm not really familiar with
> this setup.
Without doing this, for some reason VSPATH was not being found in my initial runs, once I started exporting it, things seemed to work.
Comment 9•7 years ago
|
||
mozreview-review |
Comment on attachment 8898077 [details]
Bug 1387199 - Do spidermonkey windows in taskgraph.
https://reviewboard.mozilla.org/r/169388/#review175138
::: taskcluster/taskgraph/transforms/job/spidermonkey.py:116
(Diff revision 2)
> + if run['using'] == 'spidermonkey-package':
> + script = "build-sm-package.sh"
> + raise Exception("Really?")
> + elif run['using'] == 'spidermonkey-mozjs-crate':
> + script = "build-sm-mozjs-crate.sh"
> + raise Exception("Really?")
what does this mean (and again just above)
Attachment #8898077 -
Flags: review?(dustin) → review+
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8898076 [details]
Bug 1387199 - Spidermonkey export VSPATH for taskcluster windows support.
https://reviewboard.mozilla.org/r/169386/#review175358
Attachment #8898076 -
Flags: review?(gps) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 15•7 years ago
|
||
mozreview-review-reply |
Comment on attachment 8898077 [details]
Bug 1387199 - Do spidermonkey windows in taskgraph.
https://reviewboard.mozilla.org/r/169388/#review175138
> what does this mean (and again just above)
It means I forgot to flesh out the error, its mostly just a "I didn't test this configuration that is supported on linux".
Assignee | ||
Comment 16•7 years ago
|
||
Unlike what was reviewed, I'm landing this as tier 3 because I feel the testing that was present is too flaky, but I wanted to get this into the tree so that others can look at those issues earlier.
Comment 17•7 years ago
|
||
Pushed by Callek@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/febdade6a6e2
Spidermonkey export VSPATH for taskcluster windows support. r=gps
https://hg.mozilla.org/integration/autoland/rev/31c71a0e4e31
Do spidermonkey windows in taskgraph. r=dustin
Comment 18•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/febdade6a6e2
https://hg.mozilla.org/mozilla-central/rev/31c71a0e4e31
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•