feat(besadii): Enable automatic builds for CLs

This expands builds to also be triggered for updates to CL refs.

The message displayed on Buildkite will contain a link back to the
CL (& patchset) from which the build was triggered.

Change-Id: Ib36dee454aeb11d623b89c78b384359ee7ea3477
Reviewed-on: https://cl.tvl.fyi/c/depot/+/708
Reviewed-by: ericvolp12 <ericvolp12@gmail.com>
Reviewed-by: isomer <isomer@tvl.fyi>
This commit is contained in:
Vincent Ambo 2020-06-28 03:37:34 +01:00 committed by tazjin
parent d3284112f6
commit 15335e7b3d
2 changed files with 30 additions and 13 deletions

View file

@ -15,7 +15,7 @@ let
pipeline.steps = [
{
command = "nix-build -A ciBuilds.__allTargets";
label = "all-targets";
label = ":duck:";
}
];
in writeText "depot.yaml" (toJSON pipeline)