Closed
Bug 847451
Opened 13 years ago
Closed 12 years ago
add win8 to the wait times email
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: armenzg)
References
Details
Attachments
(2 files, 2 obsolete files)
|
897 bytes,
patch
|
armenzg
:
review+
cbook
:
checked-in+
|
Details | Diff | Splinter Review |
|
2.38 KB,
patch
|
catlee
:
review+
armenzg
:
checked-in+
|
Details | Diff | Splinter Review |
We send every day an email to tree-management [1] which contains how much each job had to wait before a machine could process them.
We should add win8 to this report. An example of this would be this:
https://bug741444.bugzilla.mozilla.org/attachment.cgi?id=611514
The code lives in here:
http://hg.mozilla.org/build/buildapi
This bug has no rush until we have the win8 test jobs running everywhere.
We have to check with joduinn first before we could enable this since he is trying to analyze what improvements we cause by moving jobs to AWS on the Linux realm.
[1] https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.tree-management/nQoaOf9jZN4
| Assignee | ||
Comment 1•12 years ago
|
||
> We have to check with joduinn first before we could enable this since he is
> trying to analyze what improvements we cause by moving jobs to AWS on the
> Linux realm.
I spoke with joduinn and we can go ahead and work on this.
Comment 2•12 years ago
|
||
hey armen, so something like this?
Attachment #723879 -
Flags: review?(armenzg)
| Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 723879 [details] [diff] [review]
1st try
Review of attachment 723879 [details] [diff] [review]:
-----------------------------------------------------------------
Can you please post a new patch? I will review it right away.
::: buildapi/model/util.py
@@ +86,5 @@
> re.compile('jetpack-.*-w764'),
> ],
> + 'win8': [
> + re.compile('^Rev3 WINNT 6\.2 '),
> + re.compile('.*-win8.*'),
No need for this last line. Other platforms have more things to match like jetpack jobs on win764 but we don't have the same situation for win8.
@@ +91,5 @@
> + ],
> + 'win864': [
> + re.compile('^WINNT 6\.2 x64 .+'),
> + re.compile('.*-w864.*'),
> + ],
Please remove this block.
No need for "win864" because we're only testing the 32-bit build rather than a 64-bit build (even though our host test machine is 64-bit).
Attachment #723879 -
Flags: review?(armenzg) → review-
Comment 4•12 years ago
|
||
here we go:) thanks armen!
Attachment #723879 -
Attachment is obsolete: true
Attachment #723912 -
Flags: review?(armenzg)
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 723912 [details] [diff] [review]
patch
Review of attachment 723912 [details] [diff] [review]:
-----------------------------------------------------------------
That's correct!
Feel free to land. Can you also ask catlee how this change is made live?
I believe it runs on cruncher.
Once you figure out, could you also ask him under which wiki page we could document it? (if it is not already)
Thanks Tomcat!
::: buildapi/model/util.py
@@ +86,5 @@
> re.compile('jetpack-.*-w764'),
> ],
> + 'win8': [
> + re.compile('^Rev3 WINNT 6\.2 '),
> + ],
Nit: can you please remove the extra white spaces in the last line?
Attachment #723912 -
Flags: review?(armenzg) → review+
Comment 6•12 years ago
|
||
updated patch
Attachment #723912 -
Attachment is obsolete: true
Attachment #723919 -
Flags: review?(armenzg)
| Assignee | ||
Updated•12 years ago
|
Attachment #723919 -
Flags: review?(armenzg) → review+
Comment 7•12 years ago
|
||
Comment on attachment 723919 [details] [diff] [review]
updated patch
checked in -> http://hg.mozilla.org/build/buildapi/rev/aea873742e52
Attachment #723919 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Assignee: cbook → armenzg
| Assignee | ||
Comment 8•12 years ago
|
||
Hi catlee,
I have tried everything that I could think of to try to see win8 on the wait times report.
I have tried applying this patch and hope to see changes on:
https://secure.pub.build.mozilla.org/buildapi/reports/waittimes/testpool
Or be able to send a report to myself:
/home/buildapi/bin/python /home/buildapi/src/buildapi/scripts/mailwaittimes.py -p testpool -a <email_here>
I don't know what else to try.
Flags: needinfo?(catlee)
| Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 725043 [details] [diff] [review]
more win8 wait times code
I just tested that this works.
win8: 720
Wait Time Number Percentage
0 671 93.19%
15 49 6.81%
Attachment #725043 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #725043 -
Flags: review?(catlee) → review+
| Assignee | ||
Updated•12 years ago
|
Attachment #725043 -
Flags: checked-in+
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Flags: needinfo?(catlee)
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•