mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 15:57:09 +00:00
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:
parent
f0187ff969
commit
c7cf26fa32
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user