mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +00:00
stability: 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
16ad721eda
commit
a8a156b1af
2
.github/workflows/basic-ci-amd64.yaml
vendored
2
.github/workflows/basic-ci-amd64.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
containerd_version: ['lts', 'active']
|
containerd_version: ['lts', 'active']
|
||||||
vmm: ['clh', 'cloud-hypervisor', 'qemu', 'stratovirt']
|
vmm: ['clh', 'cloud-hypervisor', 'dragonball', 'qemu', 'stratovirt']
|
||||||
runs-on: garm-ubuntu-2204-smaller
|
runs-on: garm-ubuntu-2204-smaller
|
||||||
env:
|
env:
|
||||||
CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
CONTAINERD_VERSION: ${{ matrix.containerd_version }}
|
||||||
|
@ -32,6 +32,11 @@ function install_dependencies() {
|
|||||||
function run() {
|
function run() {
|
||||||
info "Running soak parallel stability tests using ${KATA_HYPERVISOR} hypervisor"
|
info "Running soak parallel stability tests using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
|
||||||
|
if [ "${KATA_HYPERVISOR}" = "dragonball" ]; then
|
||||||
|
echo "Skipping test for ${KATA_HYPERVISOR}"
|
||||||
|
return 0
|
||||||
|
fi
|
||||||
|
|
||||||
export ITERATIONS=2 MAX_CONTAINERS=20
|
export ITERATIONS=2 MAX_CONTAINERS=20
|
||||||
bash "${stability_dir}/soak_parallel_rm.sh"
|
bash "${stability_dir}/soak_parallel_rm.sh"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user