From 15335e7b3dad497dd45633d91db62015b67f08e3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 28 Jun 2020 03:37:34 +0100 Subject: 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 Reviewed-by: isomer --- ops/pipelines/depot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops/pipelines') diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix index 40de18b5de36..4c964b4df9b5 100644 --- a/ops/pipelines/depot.nix +++ b/ops/pipelines/depot.nix @@ -15,7 +15,7 @@ let pipeline.steps = [ { command = "nix-build -A ciBuilds.__allTargets"; - label = "all-targets"; + label = ":duck:"; } ]; in writeText "depot.yaml" (toJSON pipeline) -- cgit 1.4.1