mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
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 <lauralg@amazon.com>
This commit is contained in:
committed by
Alexandra Iordache
parent
3b7377cb51
commit
03fcf08e11
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user