Events of buildbot build and step completion is available in BigQuery as chrome_infra.completed_builds from chrome_infra.completed_steps:
SELECT * from chrome_infra.completed_builds LIMIT 100;
SELECT * from chrome_infra.completed_steps LIMIT 100;
We need similar functionality for LUCI so that users can do offline analysis of builds/steps, e.g. to reason about step timing. It will also be used to determine number of consecutive infra failure on a builder or bot.
Comment 1 by no...@chromium.org
, Jul 13 2017