mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-04 04:00:07 +00:00
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:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user