Closed
Bug 787333
Opened 13 years ago
Closed 13 years ago
merge day exceptions for talos suites
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: bhearsum)
Details
Attachments
(1 file)
857 bytes,
patch
|
catlee
:
review+
jmaher
:
review+
armenzg
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
I noticed we didn't switch our config.py stuff on the merge day this week. In http://hg.mozilla.org/build/buildbot-configs/file/tip/mozilla-tests/config.py, we have exceptions outlined which are designed to follow the release trains.
Sadly enough I can't find the 'dirtypaint' suite in the link provided, yet we are running dirtypaint tests on m-c.
Comment 1•13 years ago
|
||
Check /default/ not /tip/.
Reporter | ||
Comment 2•13 years ago
|
||
dirtypaint needs to be active on aurora
dromaeojs needs to be active on aurora
the rest looks good.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → bhearsum
Assignee | ||
Comment 3•13 years ago
|
||
Looks to me like we just need to drop those lines. Metadiff of config.py output is as follows:
'mountainlion',
'fedora',
'fedora64']),
- 'dirty_tests': (1,
+ 'dirty_tests': (0,
True,
{'talosAddOns': ['profiles/dirtyDBs.zip',
'profiles/dirtyMaxDBs.zip']},
@@ -20785,7 +20785,7 @@
'snowleopard',
'lion',
'mountainlion']),
- 'dirtypaint_tests': (0,
+ 'dirtypaint_tests': (1,
True,
{'talosAddOns': ['profiles/dirtyDBs.zip',
'profiles/dirtyMaxDBs.zip']},
@@ -20798,7 +20798,7 @@
'lion',
'mountainlion']),
'disable_tinderbox_mail': True,
- 'dromaeo_tests': (1,
+ 'dromaeo_tests': (0,
True,
{},
['fedora',
@@ -20809,7 +20809,7 @@
'snowleopard',
'lion',
'mountainlion']),
- 'dromaeojs_tests': (0,
+ 'dromaeojs_tests': (1,
True,
{},
['fedora',
Attachment #657301 -
Flags: review?(jmaher)
Attachment #657301 -
Flags: review?(catlee)
Updated•13 years ago
|
Attachment #657301 -
Flags: review?(catlee) → review+
Comment 4•13 years ago
|
||
Comment on attachment 657301 [details] [diff] [review]
adjust aurora test settings
Review of attachment 657301 [details] [diff] [review]:
-----------------------------------------------------------------
This seems correct.
Attachment #657301 -
Flags: review+
Reporter | ||
Comment 5•13 years ago
|
||
Comment on attachment 657301 [details] [diff] [review]
adjust aurora test settings
Review of attachment 657301 [details] [diff] [review]:
-----------------------------------------------------------------
awesome.
Attachment #657301 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 657301 [details] [diff] [review]
adjust aurora test settings
Reconfig happening momentarily.
Attachment #657301 -
Flags: checked-in+
Assignee | ||
Comment 7•13 years ago
|
||
Made it to production today.
Status: NEW → RESOLVED
Closed: 13 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
•