Skip to content

Commit

Permalink
Update stage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealHaoLiu committed Apr 4, 2024
1 parent a454c7b commit 71358e5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,16 @@ jobs:
IMG=${AWX_OPERATOR_TEST_IMAGE} \
make docker-buildx
- name: Run test deployment with awx-operator
working-directory: awx-operator
- name: Pulling images for test deployment with awx-operator
# awx operator molecue test expect to kind load image and buildx exports image to registry and not local
run: |
# docker pull are needed because we can not load multiarch image in kind
docker pull ${AWX_OPERATOR_TEST_IMAGE}
docker pull ${AWX_EE_TEST_IMAGE}
docker pull ${AWX_TEST_IMAGE}:${AWX_TEST_VERSION}
- name: Run test deployment with awx-operator
working-directory: awx-operator
run: |
python3 -m pip install -r molecule/requirements.txt
ansible-galaxy collection install -r molecule/requirements.yml
sudo rm -f $(which kustomize)
Expand Down

0 comments on commit 71358e5

Please sign in to comment.