Closed Bug 649858 Opened 13 years ago Closed 13 years ago

unify config.py within pools

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dustin, Assigned: dustin)

Details

(Whiteboard: [buildslaves][buildbot])

Attachments

(1 file)

I've found a few cases now where slavealloc is pointing a slave at a master that *should* be happy to talk to the master, but it's not.  Mostly this is with staging, but at least one production slave is involved too.  This may be fixed with reconfigs, but will probably also require landing a patch.
This makes preproduction_config.py match staging_config.py, while adding the missing linux-ix-slave24 to staging_config.py.  Please give this a hard look - I've never quite gotten *_config.py changes right.
Attachment #525890 - Flags: review?(nrthomas)
Comment on attachment 525890 [details] [diff] [review]
m649858-buildbot-configs-r1.patch

>diff --git a/mozilla/staging_config.py b/mozilla/staging_config.py
>-LINUX_IXS      = ['mv-moz2-linux-ix-slave%02i' % x for x in range(1,24)] + ['linux-ix-slave%02i' % x for x in range(1,43)]
>+LINUX_IXS      = ['mv-moz2-linux-ix-slave%02i' % x for x in range(1,25)] + ['linux-ix-slave%02i' % x for x in range(1,43)]

mv-moz2-linux-ix-slave24 became a win64 ref machine (bug 579331), so we shouldn't add it here or in the preproduction config. r+ if you leave it 'range(1,24)' in both places.
Attachment #525890 - Flags: review?(nrthomas) → review+
Comment on attachment 525890 [details] [diff] [review]
m649858-buildbot-configs-r1.patch

checked in with the requested changes, updated on pp, and reconfig'd (twice).
Attachment #525890 - Flags: checked-in+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: