Merge pull request #10016 from wainersm/ibm-se-auth-reg

workflows: setup environment to run auth registry tests on s390x
This commit is contained in:
Steve Horsman 2024-07-16 22:24:39 +01:00 committed by GitHub
commit 064b45a2fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,9 +57,12 @@ jobs:
SNAPSHOTTER: ${{ matrix.snapshotter }} SNAPSHOTTER: ${{ matrix.snapshotter }}
USING_NFD: ${{ matrix.using-nfd }} USING_NFD: ${{ matrix.using-nfd }}
TARGET_ARCH: "s390x" TARGET_ARCH: "s390x"
AUTHENTICATED_IMAGE_USER: ${{ secrets.AUTHENTICATED_IMAGE_USER }}
AUTHENTICATED_IMAGE_PASSWORD: ${{ secrets.AUTHENTICATED_IMAGE_PASSWORD }}
steps: steps:
- name: Take a pre-action for self-hosted runner - name: Take a pre-action for self-hosted runner
run: ${HOME}/script/pre_action.sh ubuntu-2204 run: |
"${HOME}/script/pre_action.sh" ubuntu-2204
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
@ -90,4 +93,4 @@ jobs:
if: always() if: always()
run: | run: |
bash tests/integration/kubernetes/gha-run.sh cleanup-zvsi || true bash tests/integration/kubernetes/gha-run.sh cleanup-zvsi || true
${HOME}/script/post_action.sh ubuntu-2204 "${HOME}/script/post_action.sh" ubuntu-2204