Closed
Bug 879693
Opened 12 years ago
Closed 12 years ago
WIN7_ONLY platform list does not include win7-ix
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 878858
People
(Reporter: emorley, Unassigned)
References
Details
Just noticed this whilst inspecting config.py
https://hg.mozilla.org/build/buildbot-configs/file/83a2d651f637/mozilla-tests/config.py#l142
WIN7_ONLY = ['win7']
I believe this should be
WIN7_ONLY = ['win7', 'win7-ix']
The WIN7_ONLY platform list is currently used to set where to run xperf - ie now that we've turned off the old win7 machines, we're no longer running xperf.
![]() |
Reporter | |
Comment 1•12 years ago
|
||
Bah missed bug 878858.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•