gha: make run-k8s-tests-on-zvsi inherit secrets

run-k8s-tests-on-zvsi runs the coco tests and we've added new
secrets to provide credentials for the authenticated image testing,
so we need to let the zvsi job inherit these from the caller workflow
like the rest of the coco tests

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2024-07-09 15:29:48 +01:00
parent f0187ff969
commit c7cf26fa32

View File

@ -43,7 +43,7 @@ jobs:
commit-hash: ${{ inputs.commit-hash }} commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }} target-branch: ${{ inputs.target-branch }}
secrets: inherit secrets: inherit
build-kata-static-tarball-ppc64le: build-kata-static-tarball-ppc64le:
uses: ./.github/workflows/build-kata-static-tarball-ppc64le.yaml uses: ./.github/workflows/build-kata-static-tarball-ppc64le.yaml
with: with:
@ -62,7 +62,7 @@ jobs:
commit-hash: ${{ inputs.commit-hash }} commit-hash: ${{ inputs.commit-hash }}
target-branch: ${{ inputs.target-branch }} target-branch: ${{ inputs.target-branch }}
secrets: inherit secrets: inherit
publish-kata-deploy-payload-ppc64le: publish-kata-deploy-payload-ppc64le:
needs: build-kata-static-tarball-ppc64le needs: build-kata-static-tarball-ppc64le
uses: ./.github/workflows/publish-kata-deploy-payload-ppc64le.yaml uses: ./.github/workflows/publish-kata-deploy-payload-ppc64le.yaml
@ -203,7 +203,8 @@ jobs:
commit-hash: ${{ inputs.commit-hash }} commit-hash: ${{ inputs.commit-hash }}
pr-number: ${{ inputs.pr-number }} pr-number: ${{ inputs.pr-number }}
target-branch: ${{ inputs.target-branch }} target-branch: ${{ inputs.target-branch }}
secrets: inherit
run-k8s-tests-on-ppc64le: run-k8s-tests-on-ppc64le:
needs: publish-kata-deploy-payload-ppc64le needs: publish-kata-deploy-payload-ppc64le
uses: ./.github/workflows/run-k8s-tests-on-ppc64le.yaml uses: ./.github/workflows/run-k8s-tests-on-ppc64le.yaml