From 68896423b9d403c1d5deaa81c44848d87b810545 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 17 Mar 2025 21:29:51 +0000 Subject: [PATCH] fix(ops/pipelines): drop snix trigger This was previously only used to fix the Tvix subtree pipeline, not the depot pipeline. Running it for refs/heads/canon in snix is gonna trigger a lot of unnecessary builds. Change-Id: I1b5fdfcc0fe5408cda27053beb317cfeecdc6ca4 --- ops/pipelines/static-pipeline.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index fc3037f71..d679fb70f 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -7,16 +7,6 @@ env: BUILDKITE_TOKEN_PATH: /run/agenix/buildkite-graphql-token steps: - # Run pipeline for snix 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: "snix" - 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. #