Closed
Bug 697466
Opened 14 years ago
Closed 14 years ago
Allow triggering PGO builds on an arbitrary revision from self-serve
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ted, Assigned: catlee)
References
Details
(Keywords: buildapi)
Attachments
(1 file, 1 obsolete file)
|
9.84 KB,
patch
|
nthomas
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
We currently don't have a way to trigger PGO builds on an arbitrary revision. This bit us when someone pushed a changeset to inbound which turned only the PGO tests orange. We need to be able to trigger PGO builds+tests on other revisions in order to determine the changeset that's actually at fault.
Updated•14 years ago
|
Priority: -- → P3
Whiteboard: [buildapi][selfserve][pgo]
Comment 1•14 years ago
|
||
I very nearly backed out an entire merge (from a branch which appears not to do even periodic PGO, which is pretty awesome in its own right) over this lack. Instead, I pushed six backouts to try, failed to catch the intermittent Windows PGO failure in any of them, and let it slide, so it's now fully latched onto the tree, and will go to Aurora tomorrow.
Next time, I'll just back stuff out whether it's reasonable to do so or not.
Severity: normal → blocker
| Assignee | ||
Comment 3•14 years ago
|
||
Attachment #573397 -
Flags: review?(nrthomas)
Comment 4•14 years ago
|
||
Comment on attachment 573397 [details] [diff] [review]
Allow triggering of PGO builds from self-serve
>diff --git a/buildapi/scripts/selfserve-agent.py b/buildapi/scripts/selfserve-agent.py
Were you tempted to factor out the common code between do_new_pgobuild_at_revision() and do_new_nightly_at_revision() ?
Attachment #573397 -
Flags: review?(nrthomas) → review+
Comment 6•14 years ago
|
||
Comment on attachment 573418 [details] [diff] [review]
Allow triggering of PGO builds from self-serve
lgtm
Attachment #573418 -
Flags: review?(nrthomas) → review+
| Assignee | ||
Updated•14 years ago
|
Attachment #573418 -
Flags: checked-in+
| Assignee | ||
Updated•14 years ago
|
Attachment #573397 -
Attachment is obsolete: true
| Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•