Merge pull request #12944 from fidencio/topic/run-arm64-ci-on-PR-again

Revert "ci: Only run arm64 k8s tests on nightly builds"
This commit is contained in:
Fabiano Fidêncio
2026-04-29 15:30:22 +02:00
committed by GitHub

View File

@@ -270,7 +270,7 @@ jobs:
target-branch: ${{ inputs.target-branch }}
run-k8s-tests-on-arm64:
if: ${{ inputs.skip-test != 'yes' && inputs.pr-number == 'nightly' }}
if: ${{ inputs.skip-test != 'yes' }}
needs: publish-kata-deploy-payload-arm64
uses: ./.github/workflows/run-k8s-tests-on-arm64.yaml
with:
@@ -282,7 +282,7 @@ jobs:
target-branch: ${{ inputs.target-branch }}
run-kata-coco-tests-on-arm64:
if: ${{ inputs.skip-test != 'yes' && inputs.pr-number == 'nightly' }}
if: ${{ inputs.skip-test != 'yes' }}
needs:
- publish-kata-deploy-payload-arm64
- build-and-publish-tee-confidential-unencrypted-image