From 88d86741dc5d7cbdbd01feaaa7355bc4240053d8 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 1 Feb 2023 15:19:43 +0100 Subject: feat(ops/pipelines): trigger tvix buildkite pipeline Change-Id: I4e81694b9686f977a6590c5e1703a4ef413b0cf4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8003 Autosubmit: flokli Reviewed-by: tazjin Tested-by: BuildkiteCI --- ops/pipelines/static-pipeline.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ops') diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index c3d791f64161..46b41480ed58 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -17,6 +17,16 @@ steps: build: message: "Verification triggered by ${BUILDKITE_COMMIT}" + # Run pipeline for tvix when new commits arrive on canon. Since + # it is not part of the depot build tree, this is a useful + # verification to ensure we don't break external things (too much). + - trigger: "tvix" + async: true + label: ":fork:" + branches: "refs/heads/canon" + build: + message: "Verification triggered by ${BUILDKITE_COMMIT}" + # Create a revision number for the current commit for builds on # canon. # -- cgit 1.4.1