Closed
Bug 781286
Opened 13 years ago
Closed 13 years ago
duplicate entries in staging buildbot configs for r5 slaves
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task, P3)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: rail)
Details
Attachments
(5 files, 1 obsolete file)
|
1.07 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
8.54 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
|
121.03 KB,
text/plain
|
Details | |
|
111.28 KB,
text/plain
|
Details | |
|
737 bytes,
patch
|
rail
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
I see two entries for 090 and some other slaves on my staging master.
| Assignee | ||
Comment 1•13 years ago
|
||
Hmm,
http://hg.mozilla.org/build/buildbot-configs/rev/5aba8ed85758 added new lion build slaves, but some of them are still marked as "dev/pp" in slavealloc...
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → rail
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #650318 -
Flags: review?(bhearsum)
| Reporter | ||
Updated•13 years ago
|
Attachment #650318 -
Flags: review?(bhearsum) → review+
| Reporter | ||
Comment 3•13 years ago
|
||
Can we make sure that bulidbot + slavealloc agree on where these slaves should be?
| Assignee | ||
Comment 4•13 years ago
|
||
Comment on attachment 650318 [details] [diff] [review]
rm staging lion slaves
http://hg.mozilla.org/build/buildbot-configs/rev/216895ff8a49
New tests will be ready soon
Attachment #650318 -
Flags: checked-in+
| Assignee | ||
Comment 5•13 years ago
|
||
* Use STAGING_SLAVES variable to simplify the tests
* Drop test_preprod_vs_stag: we don't use a separate list for preproduction anymore
* Drop test_prod_is_subset_of_stag: the current config extends staging slave list
* Add test_stag_not_in_prod: check that staging-only slaves and production slaves have nothing in common.
Attachment #650864 -
Flags: review?(bhearsum)
| Reporter | ||
Updated•13 years ago
|
Attachment #650864 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 6•13 years ago
|
||
Comment on attachment 650864 [details] [diff] [review]
tests
http://hg.mozilla.org/build/buildbot-configs/rev/b6021cb9a84c
Attachment #650864 -
Flags: checked-in+
| Assignee | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 650864 [details] [diff] [review]
tests
http://hg.mozilla.org/build/buildbot-configs/rev/719e8f4486f8
Attachment #650864 -
Flags: checked-in+ → checked-in-
| Assignee | ||
Comment 8•13 years ago
|
||
It breaks mozilla-tests/test. Needs a workaround.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•13 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 9•13 years ago
|
||
I refactored mozilla-tests/{stagin,preproduction}_config.py to not duplicate slave entries and meet new tests.
Attachment #650864 -
Attachment is obsolete: true
Attachment #654232 -
Flags: review?(bhearsum)
| Reporter | ||
Updated•13 years ago
|
Attachment #654232 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 10•13 years ago
|
||
Comment on attachment 654232 [details] [diff] [review]
tests v2
http://hg.mozilla.org/build/buildbot-configs/rev/6681c042682f
Attachment #654232 -
Flags: checked-in+
Comment 11•13 years ago
|
||
This made it into production today.
| Assignee | ||
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 12•13 years ago
|
||
I think this broke new staging master creation, at the very least.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 13•13 years ago
|
||
This is the output from 14a926adf2ea when I put a
import pprint
pprint.pprint(SLAVES)
in staging_config.py. Notice it's a dict, which is important for http://hg.mozilla.org/build/buildbot-configs/file/a6480010748d/mozilla-tests/universal_master_sqlite.cfg#l75
Comment 14•13 years ago
|
||
This is after; SLAVES is a list of tuples, breaking slaves.keys().
Comment 15•13 years ago
|
||
Attachment #657492 -
Flags: review?(rail)
| Assignee | ||
Comment 16•13 years ago
|
||
Comment on attachment 657492 [details] [diff] [review]
fix mozilla-tests staging slaves
Ahhhh, right, I forgot about dict() :/
Attachment #657492 -
Flags: review?(rail) → review+
Comment 17•13 years ago
|
||
Comment on attachment 657492 [details] [diff] [review]
fix mozilla-tests staging slaves
http://hg.mozilla.org/build/buildbot-configs/rev/e708e61e163b
Attachment #657492 -
Flags: checked-in+
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Comment 18•13 years ago
|
||
Comment on attachment 657492 [details] [diff] [review]
fix mozilla-tests staging slaves
This is in production now.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•11 years ago
|
QA Contact: other → armenzg
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 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
•