Closed
Bug 1094288
Opened 9 years ago
Closed 9 years ago
Remove references to Mavericks/10.9 from releng code
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task, P2)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: coop, Assigned: coop)
References
Details
(Whiteboard: [10.9][mac][cleanup])
Attachments
(3 files)
8.06 KB,
patch
|
jlund
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
4.10 KB,
patch
|
jlund
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
2.27 KB,
patch
|
jlund
:
review+
coop
:
checked-in+
|
Details | Diff | Splinter Review |
We've decided to stop testing efforts on 10.9 in favor of 10.10. We should rip out the references to 10.9 everywhere. * buildbot-configs * buildbotcustom * mozharness * tools * puppet * slaveapi * relengapi * slave heath
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → coop
Status: NEW → ASSIGNED
Priority: -- → P2
Comment 1•9 years ago
|
||
A Pivotal Tracker story has been created for this Bug: https://www.pivotaltracker.com/story/show/82319574
Assignee | ||
Comment 3•9 years ago
|
||
Attachment #8524930 -
Flags: review?(jlund)
Assignee | ||
Updated•9 years ago
|
Attachment #8524930 -
Attachment description: bug1094288_replace_mavericks_configs.diff → [buildbot-configs] Replace mavericks with yosemite
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8524931 -
Flags: review?(jlund)
Assignee | ||
Comment 5•9 years ago
|
||
Machine entries exist in graphserver (staging and prod) and in slavealloc. Puppet work was covered by bug 1078882.
Comment 6•9 years ago
|
||
(In reply to Chris Cooper [:coop] from comment #0) > We've decided to stop testing efforts on 10.9 in favor of 10.10. We should > rip out the references to 10.9 everywhere. > > * mozharness IIRC unittests/mac_unittest.py and talos/mac_config.py is pretty mac version agnostic. Mozharness should just work out of the box without change.
Comment 7•9 years ago
|
||
Comment on attachment 8524931 [details] [diff] [review] [tools] Replace mavericks with yosemite Review of attachment 8524931 [details] [diff] [review]: ----------------------------------------------------------------- lgtm :)
Attachment #8524931 -
Flags: review?(jlund) → review+
Comment 8•9 years ago
|
||
Comment on attachment 8524930 [details] [diff] [review] [buildbot-configs] Replace mavericks with yosemite Review of attachment 8524930 [details] [diff] [review]: ----------------------------------------------------------------- lgtm :) ::: mozilla-tests/BuildSlaves.py.template @@ +22,5 @@ > "tiger": "pass", > "snowleopard": "pass", > "mountainlion": "pass", > "mountainlion-b2gdt": "pass", > + "yosemite": "pass", should we ping releng about dev-master BuildSlaves.py change once this lands? ::: mozilla-tests/config.py @@ +1785,5 @@ > > ######## cedar > BRANCHES['cedar']['platforms']['linux64-asan']['ubuntu64-asan_vm']['opt_unittest_suites'] += MARIONETTE[:] > +BRANCHES['cedar']['platforms']['macosx64']['yosemite']['opt_unittest_suites'] = UNITTEST_SUITES['opt_unittest_suites'][:] > +BRANCHES['cedar']['platforms']['macosx64']['yosemite']['debug_unittest_suites'] = UNITTEST_SUITES['debug_unittest_suites'][:] I guess this is fine since IIUC, we have disabled mavericks everywhere. so this will create yosemite builders but like mavericks state now, they won't be scheduled ever? @@ +1837,5 @@ > slave_p['opt_unittest_suites'] += MOCHITEST_CSB > slave_p['debug_unittest_suites'] += MOCHITEST_CSB > > +# Enable Yosemite testing on select branches only > +delete_slave_platform(BRANCHES, PLATFORMS, {'macosx64': 'yosemite'}, branch_exclusions=['cedar']) this is fine to leave as well for same reasons mentioned above? ::: mozilla-tests/production_config.py @@ +30,5 @@ > for i in range(1,87) + range(88,101): > SLAVES['mountainlion']['talos-mtnlion-r5-%03i' % i] = {} > > for i in range(1,4): > + SLAVES['yosemite']['t-yosemite-r5-%04i' % i] = {} hehe so you didn't just %s/mavericks/yosemite/g ... nice 04 catch
Attachment #8524930 -
Flags: review?(jlund) → review+
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8524931 [details] [diff] [review] [tools] Replace mavericks with yosemite Review of attachment 8524931 [details] [diff] [review]: ----------------------------------------------------------------- https://hg.mozilla.org/build/tools/rev/ffa7da66a33a
Attachment #8524931 -
Flags: checked-in+
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8524930 [details] [diff] [review] [buildbot-configs] Replace mavericks with yosemite Review of attachment 8524930 [details] [diff] [review]: ----------------------------------------------------------------- https://hg.mozilla.org/build/buildbot-configs/rev/307c650da946
Attachment #8524930 -
Flags: checked-in+
Assignee | ||
Comment 11•9 years ago
|
||
Attachment #8526166 -
Flags: review?(jlund)
Updated•9 years ago
|
Attachment #8526166 -
Flags: review?(jlund) → review+
Assignee | ||
Comment 12•9 years ago
|
||
Comment on attachment 8526166 [details] [diff] [review] [puppet] Replace mavericks with yosemite Review of attachment 8526166 [details] [diff] [review]: ----------------------------------------------------------------- https://hg.mozilla.org/build/puppet/rev/47e997baec07
Attachment #8526166 -
Flags: checked-in+
Assignee | ||
Comment 13•9 years ago
|
||
In production: https://hg.mozilla.org/build/buildbot-configs/rev/307c650da946
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: Platform Support → Buildduty
Product: Release Engineering → Infrastructure & Operations
Updated•4 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•