Closed
Bug 1164436
Opened 10 years ago
Closed 8 years ago
send buildrequest ids in build started pulse messages
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bhearsum, Unassigned)
Details
Right now we don't send enough information the build started Pulse messages to match up the Build to its BuildRequest. If consumers need to do that, they need to have access to the Scheduler database and run a relatively expensive query (matching on claimed_by_name, claimed_by_incarnation, builder name, build number, and complete=0) to find them.
There's nothing that strictly _requires_ this right now, but having it available to things like the Buildbot Bridge would almost certainly lower load on the Buildbot schedulerdb.
Comment 1•8 years ago
|
||
I believe this got added at some point.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Comment 2•8 years ago
|
||
| Assignee | ||
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
•