Closed
Bug 692370
Opened 13 years ago
Closed 13 years ago
PGO builds don't appear in self-serve under the rev
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philor, Assigned: catlee)
References
Details
(Whiteboard: [pgo][cleanup])
Attachments
(1 file)
927 bytes,
patch
|
bhearsum
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
I was going to say of bug 692301 that it wasn't quite critical severity, since like most tbpl bobbles you could just look in self-serve to see what the status of the build was, and look at the log on stage if it wasn't green, but as https://build.mozilla.org/buildapi/self-serve/mozilla-central/rev/4a69b3fdd602 says, "pgo build? what pgo build? got some tests, but no build."
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → catlee
Priority: -- → P1
Assignee | ||
Comment 1•13 years ago
|
||
So the problem here looks like the PGO builds aren't getting triggered with a branch set in their sourcestamp. Looking at the scheduling code now.
Assignee | ||
Comment 2•13 years ago
|
||
The pgo build scheduler is missing a branch setting; patch coming shortly.
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #565222 -
Flags: review?(bhearsum)
Updated•13 years ago
|
Attachment #565222 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•13 years ago
|
Attachment #565222 -
Flags: checked-in+
Assignee | ||
Updated•13 years ago
|
Flags: needs-reconfig?
Assignee | ||
Comment 4•13 years ago
|
||
they're there now!
https://build.mozilla.org/buildapi/self-serve/mozilla-central/build/5885490
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: needs-reconfig?
Resolution: --- → FIXED
Reporter | ||
Comment 5•13 years ago
|
||
I hate to be a greedy pest, but as that link says, revision: null, and while it's nice that https://build.mozilla.org/buildapi/self-serve/mozilla-central with "pgo-build" in the filter shows lots of pgo-builds, all with empty revisions, what I actually mean when I say self-serve is "the Win PGO build in https://tbpl.mozilla.org/?tree=Mozilla-Aurora&rev=c0c7322521b7 is hosed, I want to either click tbpl's rebuild button, or the link to https://build.mozilla.org/buildapi/self-serve/mozilla-aurora/rev/c0c7322521b7 and be able to retrigger it there, but since there's no rev, there's no /rev/ and tbpl's rebuild request just fails with '(could not find build)'."
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•13 years ago
|
||
So, I'm not sure how TBPL is finding the jobs in self-serve, but I'm going to say this is blocked by 691675, since the implementation of that will most likely provide a revision via the scheduler, which will then be exposed via self-serve.
Reporter | ||
Comment 7•13 years ago
|
||
tbpl finds them on the floor of a hotdog factory, in http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/tip/js/MachineResult.js#l115 where it looks for the buildid of the first build of the same type on that rev, so it does the same thing I do, opens the self-serve page for that rev and scans for "pgo-build".
Summary: PGO builds don't appear in self-serve → PGO builds don't appear in self-serve under the rev
Reporter | ||
Comment 8•13 years ago
|
||
A revision would certainly be nice, since when we had the PGO-only regression that we never have, never having them being the reason we could get away with periodic PGO, I thought I was being all cunning by using https://build.mozilla.org/buildapi/self-serve/mozilla-inbound instead of the rev URL, to find and retrigger the PGO build, but of course without a revision it's not a retrigger, it's a "create a brand new build on whatever happens to be tip right now."
Assignee | ||
Comment 9•13 years ago
|
||
over to jhford to get the scheduling fixed (we need to schedule the jobs with an actual revision in the sourcestamp)
Assignee: catlee → jhford
Comment 11•13 years ago
|
||
I am putting this bug back in the pool. I am also unsure how to do this
Assignee: jhford → nobody
Updated•13 years ago
|
Whiteboard: [triagefollowup]
Updated•13 years ago
|
Component: Release Engineering → Release Engineering: Developer Tools
Priority: P3 → --
QA Contact: release → lsblakk
Whiteboard: [triagefollowup] → [pgo][cleanup]
Assignee | ||
Comment 12•13 years ago
|
||
Fixed by bug 691675.
Assignee: nobody → catlee
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
No longer blocks: pgo-improvements
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•