Add API to emit a build trigger |
||
Issue descriptionV8 uses a Buildbot builder that builds for every revision and then triggers another builder (aka tester) that runs tests. Since tester take significantly longer we can only run tests every few revisions or so. In LUCI world this does not work because each triggered build is added to buildbucket and buildbucket requests are not merged, hence we'll quickly run out of tester capacity. We need a feature that would allow merging multiple build requests. This is blocking V8's migration to LUCI.
,
Mar 14 2018
Andrii, is there a recipe module now that I can use to trigger builds via scheduler?
,
Mar 15 2018
|
||
►
Sign in to add a comment |
||
Comment 1 by tandrii@chromium.org
, Dec 13 2017Labels: -Pri-2 Pri-1 Type-Feature
Status: Available (was: Untriaged)
Summary: Add API to emit a build trigger (was: Allow merging build requests for a particular builder)