Skip to content

Commit

Permalink
don't run commit test for repos specified with git
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lauralt authored and alxiord committed Dec 8, 2020
1 parent 3b7377c commit 03fcf08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 03fcf08

Please sign in to comment.