Skip replicas test for awx-operator (#14987)

speed up CI, also AWX code change won't effect that test
This commit is contained in:
Hao Liu 2024-03-13 14:01:02 -04:00 committed by GitHub
parent 12843eccf7
commit dfab342bb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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