From 03fcf08e11fbf4cff3f69d2d901d080e3e4d50bc Mon Sep 17 00:00:00 2001 From: Laura Loghin Date: Mon, 7 Dec 2020 18:19:51 +0200 Subject: [PATCH] don't run commit test for repos specified with git Until we find a safe way to run the commit format test for repositories specified with git, we should skip that test for those repos. Added a conditional for the corresponding buildkite step that will run the commit test only if BUILDKITE_REPO doesn't start with `git@`. Signed-off-by: Laura Loghin --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index bda99bc..389851b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -194,6 +194,7 @@ steps: - label: "commit-format" commands: - pytest rust-vmm-ci/integration_tests/test_commit_format.py + if: build.env("BUILDKITE_REPO") !~ /^git@/ retry: automatic: false agents: