diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-19T19·49+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-01-20T17·35+0000 |
commit | ac7e989571df83bd30662ec88ba97d6102116acb (patch) | |
tree | 05e5d691af1d6b9549492172317abad67b881761 /ops | |
parent | 5213b72257003d0285e96a31d0723c75d177a927 (diff) |
feat(ops/pipelines): Trigger pipeline for tvl-kit through canon r/3650
This CI pipeline in Buildkite verifies the external (josh-provided) view of the depot at //views/kit. See https://buildkite.com/tvl/tvl-kit Note that this always triggers a build of HEAD. This is because we don't know the transformed commit ID, and we currently have no way to pass a ref through. The pipeline is configured to skip intermediate builds. I asked Buildkite for some ideas on how to improve this, lets see. Change-Id: I6c60fb1ea7606c1c90219ef04fd7bada64661529 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5010 Tested-by: BuildkiteCI Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'ops')
-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 a4c3cf87ae78..750679639f5f 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -5,6 +5,16 @@ # is executed instead which will simply report an error to Gerrit. --- steps: + # Run pipeline for tvl-kit 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: "tvl-kit" + async: true + label: ":fork:" + branches: "refs/heads/canon" + build: + message: "Verification triggered by ${BUILDKITE_COMMIT}" + - label: ":llama:" key: "pipeline-gen" command: | |