Closed
Bug 891525
Opened 12 years ago
Closed 12 years ago
Stop running talos jobs on rev3 minis for Cedar
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(1 file)
713 bytes,
patch
|
mozilla
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
We currently run those jobs on iX everywhere else.
We also add win8 with this patch.
The diff of "python config.py cedar" looks like this:
--- 2 2013-07-09 16:11:58.000000000 -0400
+++ 1 2013-07-09 16:11:43.000000000 -0400
@@ -1,45 +1,43 @@
cedar: {'branch_name': 'Cedar',
cedar: 'build_branch': 'Cedar',
cedar: 'build_tools_repo_path': 'build/tools',
cedar: 'chromez_tests': (1,
cedar: True,
cedar: {},
cedar: ['ubuntu32_hw',
cedar: 'ubuntu64_hw',
-cedar: 'xp',
cedar: 'xp-ix',
-cedar: 'win7',
cedar: 'win7-ix',
+cedar: 'win8',
cedar: 'snowleopard',
cedar: 'lion',
cedar: 'mountainlion']),
etc.
Attachment #772837 -
Flags: review?(aki)
Assignee | ||
Updated•12 years ago
|
Summary: Disable running talos jobs on rev3 minis for Cedar → Stop running talos jobs on rev3 minis for Cedar
Updated•12 years ago
|
Attachment #772837 -
Flags: review?(aki) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment on attachment 772837 [details] [diff] [review]
disable running talos jobs on rev3 minis and add win8 machines as well
https://hg.mozilla.org/build/buildbot-configs/rev/3cb47aff5325
Attachment #772837 -
Flags: checked-in+
Comment 2•12 years ago
|
||
In production
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
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
•