New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 788028 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Feb 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Bug



Sign in to add a comment

chrome_infra.completed_builds row is missing buildbucket id

Project Member Reported by martiniss@chromium.org, Nov 23 2017

Issue description

https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/311013 is missing the buildbucket id in the chrome_infra.completed_builds table. The id is present in the build properties, but somehow isn't in the table.

'SELECT bbucket_id, fail_type
FROM chrome_infra.completed_builds
WHERE builder = 'android_n5x_swarming_rel' AND build_number = 311013' gives me

bbucket_id	fail_type
0	FAIL_TYPE_UNKNOWN

Not sure how feasible this is to fix, but it seems to be a bug.
 
FYI, I worked around this by querying chrome_infra.completed_steps for the 'steps' step. 

Comment 2 by no...@chromium.org, Nov 23 2017

Cc: katthomas@chromium.org
Owner: ----
Status: Available (was: Assigned)
i am not familiar with this monitoring code, don't own it, so unassigning myself. Also, we want to delete this code.

however, I can help you by exporting completed_builds events directly from buildbucket:  bug 788034 . I was planning to do it for LUCI anyway 

Comment 3 by no...@chromium.org, Nov 23 2017

Cc: no...@chromium.org

Comment 4 by no...@chromium.org, Nov 23 2017

actually, i might own this code, now that buildbot is ~the only user of old event pipeline and foundation team "owns" buildbot ;(

still, i am planning fix  bug 788034  instead. I think it will work for you
Status: WontFix (was: Available)

Sign in to add a comment