Closed
Bug 1298340
Opened 8 years ago
Closed 8 years ago
migrate win7 mochitest-gl* jobs from IX -> GFX VM machines
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(2 files)
(deleted),
patch
|
catlee
:
review+
|
Details | Diff | Splinter Review |
(deleted),
text/plain
|
Details |
we are ready to migrate:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=a67e891317ea6f32dbdfa045544df9f4717d5863&filter-searchStr=vm%20gl&group_state=expanded&selectedJob=26368078
I verified the failure rate (specifically of gl2 on opt non-e10s) is the same as we see on the integration branches- and the failures are the same.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
this looks like what I want- for the record, we have 11 jobs per config (opt/debug/pgo each), this migrates 6 of them- leaving us with 5 remaining.
Comment 3•8 years ago
|
||
Comment on attachment 8785263 [details] [diff] [review]
migrate gl* jobs to gfx vm
Review of attachment 8785263 [details] [diff] [review]:
-----------------------------------------------------------------
::: mozilla-tests/config.py
@@ +3582,5 @@
>
> if 'win7_vm' in win32:
> win32['win7_vm']['opt_unittest_suites'] = WORKING_WIN7_AWS_OPT_SUITES + MOCHITEST_WO_BC + MOCHITEST_E10S + MOCHITEST_BC_7_E10S + MOCHITEST_BC_7
> win32['win7_vm']['debug_unittest_suites'] = WORKING_WIN7_AWS_DEBUG_SUITES + MOCHITEST_WO_BC + MOCHITEST_E10S + MOCHITEST_BC_7_E10S + MOCHITEST_BC_7
> + win32['win7_vm_gfx']['opt_unittest_suites'] += MOCHITEST_WEBGL_CHUNKED + MOCHITEST_WEBGL_CHUNKED_E10S
can you add an "if 'win7_vm_gfx' in win32:" line before these two lines?
Attachment #8785263 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 4•8 years ago
|
||
updated my patch and verified the builder differences were the same, landed:
https://hg.mozilla.org/build/buildbot-configs/rev/55a256437747
Assignee | ||
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(jmaher)
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•