summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2024-03-13 19:01:02 +0100
committerGitHub <noreply@github.com>2024-03-13 19:01:02 +0100
commitdfab342bb4a72c57a7fc24e33d5f279e5e6dc10f (patch)
treeee93c0591c63c8ba9b2cad04549e5b95502b9282 /.github
parentAAP-13369 Python 3.9 -> 3.11 upgrade (#14771) (diff)
downloadawx-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.yml2
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