diff options
author | Florian Klink <flokli@flokli.de> | 2023-02-01T14·19+0100 |
---|---|---|
committer | flokli <flokli@flokli.de> | 2023-02-01T17·11+0000 |
commit | 88d86741dc5d7cbdbd01feaaa7355bc4240053d8 (patch) | |
tree | 212f55b5a840e8441a48e5cbeb6a58da17ae2166 /ops/pipelines/static-pipeline.yaml | |
parent | 2c4554679cd33e14d8ec2ecdbdcb81f6d67285d1 (diff) |
feat(ops/pipelines): trigger tvix buildkite pipeline r/5815
Change-Id: I4e81694b9686f977a6590c5e1703a4ef413b0cf4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8003 Autosubmit: flokli <flokli@flokli.de> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'ops/pipelines/static-pipeline.yaml')
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
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. # |