mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 05:12:37 +00:00
Merge pull request #6584 from fidencio/topic/gha-k8s-also-test-dragonball
gha: Also run k8s tests on AKS with dragonball
This commit is contained in:
commit
68cb5689f5
3
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
3
.github/workflows/run-k8s-tests-on-aks.yaml
vendored
@ -22,6 +22,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
vmm:
|
vmm:
|
||||||
- clh
|
- clh
|
||||||
|
- dragonball
|
||||||
- qemu
|
- qemu
|
||||||
uses: ./.github/workflows/create-aks.yaml
|
uses: ./.github/workflows/create-aks.yaml
|
||||||
with:
|
with:
|
||||||
@ -34,6 +35,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
vmm:
|
vmm:
|
||||||
- clh
|
- clh
|
||||||
|
- dragonball
|
||||||
- qemu
|
- qemu
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: create-aks
|
needs: create-aks
|
||||||
@ -88,6 +90,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
vmm:
|
vmm:
|
||||||
- clh
|
- clh
|
||||||
|
- dragonball
|
||||||
- qemu
|
- qemu
|
||||||
needs: run-k8s-tests
|
needs: run-k8s-tests
|
||||||
if: always()
|
if: always()
|
||||||
|
@ -54,6 +54,10 @@ else
|
|||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ ${KATA_HYPERVISOR} == "dragonball" ]; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
# we may need to skip a few test cases when running on non-x86_64 arch
|
# we may need to skip a few test cases when running on non-x86_64 arch
|
||||||
arch_config_file="${kubernetes_dir}/filter_out_per_arch/${TARGET_ARCH}.yaml"
|
arch_config_file="${kubernetes_dir}/filter_out_per_arch/${TARGET_ARCH}.yaml"
|
||||||
if [ -f "${arch_config_file}" ]; then
|
if [ -f "${arch_config_file}" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user