Closed Bug 808460 Opened 12 years ago Closed 12 years ago

Wait time reports don't exclude rebuilds created by self-serve

Categories

(Release Engineering :: General, defect, P2)

x86
All
defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: nthomas, Assigned: nthomas)

References

Details

Attachments

(1 file, 1 obsolete file)

Eg:
Wait time report for testpool for jobs submitted between Fri, 02 Nov 2012 23:00:00 -0800 (PST) and Sat, 03 Nov 2012 23:00:00 -0800 (PST)

fedora: 1821
  0:     1768    97.09%
 15:       43     2.36%
 30:        8     0.44%
 45:        0     0.00%
 60:        0     0.00%
 75:        0     0.00%
 90+:        2     0.11%
If you chase down the buildrequests you find buildsetid's with:

mysql> select id, reason from buildsets where id in (5054437,5054440);
+---------+-----------------------------------------+
| id      | reason                                  |
+---------+-----------------------------------------+
| 5054437 | Self-serve: Rebuilt by czchen@gmail.com |
| 5054440 | Self-serve: Rebuilt by czchen@gmail.com |
+---------+-----------------------------------------+
2 rows in set (0.00 sec)
Blocks: 786290
Attached patch [buildapi] Tweak the excludes (obsolete) — Splinter Review
http://mxr.mozilla.org/build/search?string=WAITTIMES_BUILDREQUESTS_BUILDERNAME_SQL&find=buildapi shows this exclude list is only used in the wait time reports.
Attachment #678197 - Flags: review?(catlee)
Leaving off the leading space allows us to catch the old and new strings.
Attachment #678197 - Attachment is obsolete: true
Attachment #678197 - Flags: review?(catlee)
Attachment #678198 - Flags: review?(catlee)
Attachment #678198 - Flags: review?(catlee) → review+
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Component: Tools → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: