Closed Bug 787333 Opened 12 years ago Closed 12 years ago

merge day exceptions for talos suites

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jmaher, Assigned: bhearsum)

Details

Attachments

(1 file)

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.
Check /default/ not /tip/.
dirtypaint needs to be active on aurora
dromaeojs needs to be active on aurora

the rest looks good.
Assignee: nobody → bhearsum
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)
Attachment #657301 - Flags: review?(catlee) → review+
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+
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+
Comment on attachment 657301 [details] [diff] [review]
adjust aurora test settings

Reconfig happening momentarily.
Attachment #657301 - Flags: checked-in+
Made it to production today.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: