mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Skip replicas test for awx-operator (#14987)
speed up CI, also AWX code change won't effect that test
This commit is contained in:
parent
12843eccf7
commit
dfab342bb4
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user