Skip to content

Commit

Permalink
Skip replicas test for awx-operator (#14987)
Browse files Browse the repository at this point in the history
speed up CI, also AWX code change won't effect that test
  • Loading branch information
TheRealHaoLiu authored Mar 13, 2024
1 parent 12843ec commit dfab342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
ansible-galaxy collection install -r molecule/requirements.yml
sudo rm -f $(which kustomize)
make kustomize
KUSTOMIZE_PATH=$(readlink -f bin/kustomize) molecule -v test -s kind
KUSTOMIZE_PATH=$(readlink -f bin/kustomize) molecule -v test -s kind -- --skip-tags=replicas
env:
AWX_TEST_IMAGE: awx
AWX_TEST_VERSION: ci
Expand Down

0 comments on commit dfab342

Please sign in to comment.