mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-03 10:37:10 +00:00
cri-containerd: dragonball: Enable, but do not run, the tests
This will make the life easier for dragonball developers to properly enable the tests once the tests are ready. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
e8b28fed2a
commit
16ad721eda
2
.github/workflows/basic-ci-amd64.yaml
vendored
2
.github/workflows/basic-ci-amd64.yaml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
containerd_version: ['lts', 'active']
|
||||
vmm: ['clh', 'qemu', 'stratovirt']
|
||||
vmm: ['clh', 'dragonball', 'qemu', 'stratovirt']
|
||||
runs-on: garm-ubuntu-2204-smaller
|
||||
env:
|
||||
CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
||||
|
@ -60,6 +60,12 @@ function run() {
|
||||
info "Running cri-containerd tests using ${KATA_HYPERVISOR} hypervisor"
|
||||
|
||||
enabling_hypervisor
|
||||
|
||||
if [ "${KATA_HYPERVISOR}" = "dragonball" ]; then
|
||||
echo "Skipping test for ${KATA_HYPERVISOR}"
|
||||
return 0
|
||||
fi
|
||||
|
||||
bash -c ${cri_containerd_dir}/integration-tests.sh
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user