Revert "ci: Only run arm64 k8s tests on nightly builds"

This reverts commit c5b159c556, as now we
have 3 runners plugged into the CI.

Signed-off-by: Fabiano Fidêncio <ffidencio@nvidia.com>
This commit is contained in:
Fabiano Fidêncio
2026-04-29 07:38:12 +02:00
parent 2435970fe8
commit ef15324b04

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