diff options
author | Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> | 2024-03-13 19:01:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 19:01:02 +0100 |
commit | dfab342bb4a72c57a7fc24e33d5f279e5e6dc10f (patch) | |
tree | ee93c0591c63c8ba9b2cad04549e5b95502b9282 /.github | |
parent | AAP-13369 Python 3.9 -> 3.11 upgrade (#14771) (diff) | |
download | awx-dfab342bb4a72c57a7fc24e33d5f279e5e6dc10f.tar.xz awx-dfab342bb4a72c57a7fc24e33d5f279e5e6dc10f.zip |
Skip replicas test for awx-operator (#14987)
speed up CI, also AWX code change won't effect that test
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca5dbe0143..b487c73e6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 |