diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 79feb3ce31..3c75c05447 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -164,6 +164,18 @@ jobs: target-branch: ${{ inputs.target-branch }} secrets: inherit + run-k8s-tests-on-arm64: + needs: publish-kata-deploy-payload-arm64 + uses: ./.github/workflows/run-k8s-tests-on-arm64.yaml + with: + registry: ghcr.io + repo: ${{ github.repository_owner }}/kata-deploy-ci + tag: ${{ inputs.tag }}-arm64 + commit-hash: ${{ inputs.commit-hash }} + pr-number: ${{ inputs.pr-number }} + target-branch: ${{ inputs.target-branch }} + secrets: inherit + run-kata-coco-tests: needs: [publish-kata-deploy-payload-amd64, build-and-publish-tee-confidential-unencrypted-image] uses: ./.github/workflows/run-kata-coco-tests.yaml