mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 13:38:26 +00:00
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:
commit
064b45a2fa
7
.github/workflows/run-k8s-tests-on-zvsi.yaml
vendored
7
.github/workflows/run-k8s-tests-on-zvsi.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user