Closed
Bug 1200605
Opened 10 years ago
Closed 10 years ago
include (b|y)-2008 spot instances in slave health
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Infrastructure & Operations
RelOps: Puppet
Unspecified
Windows Server 2008
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: grenade, Assigned: grenade)
References
()
Details
(Whiteboard: [windows][aws])
Attachments
(4 files, 1 obsolete file)
|
7.97 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
|
7.43 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
|
5.48 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
|
46.24 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
Update http://hg.mozilla.org/build/slave_health/ to include the new b and y 2008 spot instances.
| Assignee | ||
Comment 1•10 years ago
|
||
This is just a clean-up commit to indent html.
Attachment #8655428 -
Flags: review?(bugspam.Callek)
| Assignee | ||
Comment 2•10 years ago
|
||
Another cleanup commit to terminate links.
Attachment #8655429 -
Flags: review?(bugspam.Callek)
| Assignee | ||
Comment 4•10 years ago
|
||
This commit actually adds the required changes for b & y 2008 spot
Attachment #8655434 -
Flags: review?(bugspam.Callek)
| Assignee | ||
Updated•10 years ago
|
Attachment #8655432 -
Attachment is patch: true
| Assignee | ||
Comment 5•10 years ago
|
||
whitespace changes ignored. (hg diff --ignore-space-change)
Attachment #8655428 -
Attachment is obsolete: true
Attachment #8655428 -
Flags: review?(bugspam.Callek)
Attachment #8655437 -
Flags: review?(bugspam.Callek)
Comment 6•10 years ago
|
||
Comment on attachment 8655437 [details] [diff] [review]
html reindentation
Review of attachment 8655437 [details] [diff] [review]:
-----------------------------------------------------------------
even this 'ignore whitespace' version is daunting to look at, but, my only issue is a nitpick...
::: jacuzzis.html
@@ +305,5 @@
> var dry_states = states; // dry meaning not in a jacuzzi
> var dry_jacuzzi_excludes = [];
> + $.each(jacuzzi_slaves, function(slavename) {
> + if (jacuzzi_slaves[slavename].startsWith(slavetype)) {
> + if ((jacuzzi_slaves[slavename] in all_slaves_data) && (all_slaves_data[jacuzzi_slaves[slavename]]["slave_class"] == slaveclass)) {
I'd rather THIS if line stay split across two lines as it was ;-)
Attachment #8655437 -
Flags: review?(bugspam.Callek) → review+
Comment 7•10 years ago
|
||
Comment on attachment 8655429 [details] [diff] [review]
link terminators
> <tr id="b-2008-ix">
>- <td class="slavetype"><a href="./slavetype.html?class=build&type=b-2008-ix">b-2008-ix</td>
>- <td rowspan="2" class="pending">0<td class="status"></td>
>+ <td class="slavetype"><a href="./slavetype.html?class=build&type=b-2008-ix">b-2008-ix</a></td>
>+ <td rowspan="3" class="pending">0</td>
>+ <td class="status"></td>
That pending rowspan seems to have leaked into this patch
r+ with that fixed
Attachment #8655429 -
Flags: review?(bugspam.Callek) → review+
Updated•10 years ago
|
Attachment #8655432 -
Flags: review?(bugspam.Callek) → review+
Comment 8•10 years ago
|
||
Comment on attachment 8655434 [details] [diff] [review]
add (b|y)-2008 spot instances
Review of attachment 8655434 [details] [diff] [review]:
-----------------------------------------------------------------
::: index.html
@@ +116,5 @@
> </tr>
> + <tr id="b-2008-spot">
> + <td class="slavetype"><a href="./slavetype.html?class=build&type=b-2008-spot">b-2008-spot</a></td>
> + <td class="status"></td>
> + </tr>
if you drop rowspan from previous patch, needs to be added back here :-)
Attachment #8655434 -
Flags: review?(bugspam.Callek) → review+
| Assignee | ||
Comment 9•10 years ago
|
||
squashed commits into one for push: https://hg.mozilla.org/build/slave_health/rev/1a542b508eeb
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•