From 768355bd181d610d02b965f4265340e0ef08b408 Mon Sep 17 00:00:00 2001 From: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 15 Jan 2026 10:37:52 -0600 Subject: [PATCH 1/2] test run skip_bk --- .buildkite/pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 2603602..ee60304 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,6 +1,7 @@ steps: - label: ":postgres: Run Tests - Postgres" key: "run-dbt-postgres" + if: build.message !~ /\bskip_bk\b/i plugins: - docker#v3.13.0: image: "python:3.10.13" @@ -16,6 +17,7 @@ steps: - label: ":snowflake-db: Run Tests - Snowflake" key: "run_dbt_snowflake" + if: build.message !~ /\bskip_bk\b/i plugins: - docker#v3.13.0: image: "python:3.10.13" @@ -33,6 +35,7 @@ steps: - label: ":gcloud: Run Tests - BigQuery" key: "run_dbt_bigquery" + if: build.message !~ /\bskip_bk\b/i plugins: - docker#v3.13.0: image: "python:3.10.13" @@ -45,6 +48,7 @@ steps: - label: ":amazon-redshift: Run Tests - Redshift" key: "run_dbt_redshift" + if: build.message !~ /\bskip_bk\b/i plugins: - docker#v3.13.0: image: "python:3.10.13" @@ -60,6 +64,7 @@ steps: - label: ":databricks: Run Tests - Databricks" key: "run_dbt_databricks" + if: build.message !~ /\bskip_bk\b/i plugins: - docker#v3.13.0: image: "python:3.10.13" From 6bc61a46b1f6026fe72c0be9e6d0423025f1ef33 Mon Sep 17 00:00:00 2001 From: Catherine Fritz <111930712+fivetran-catfritz@users.noreply.github.com> Date: Thu, 15 Jan 2026 10:50:54 -0600 Subject: [PATCH 2/2] test run skip_bk --- .buildkite/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ee60304..0e40fc9 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,4 +1,10 @@ steps: + - label: ":no_entry: Build skipped via skip_bk" + if: build.message =~ /\bskip_bk\b/i + command: | + echo "Build intentionally skipped due to skip_bk in commit message" + exit 1 + - label: ":postgres: Run Tests - Postgres" key: "run-dbt-postgres" if: build.message !~ /\bskip_bk\b/i