Skip to content

Commit

Permalink
ci: test dragonball stability and cri-containerd
Browse files Browse the repository at this point in the history
Signed-off-by: alex.lyn <alex.lyn@antgroup.com>
  • Loading branch information
Apokleos committed Dec 27, 2023
1 parent a4ad12a commit ed23a9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
5 changes: 0 additions & 5 deletions tests/integration/cri-containerd/gha-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ function run() {

enabling_hypervisor

if [ "${KATA_HYPERVISOR}" = "dragonball" ]; then
echo "Skipping test for ${KATA_HYPERVISOR}"
return 0
fi

bash -c ${cri_containerd_dir}/integration-tests.sh
}

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/cri-containerd/integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ function main() {
else
passing_test="${passing_test}|TestContainerListStatsWithSandboxIdFilter"
fi

info "containerd(cri): Before Running cri-integration"
# in some distros(AlibabaCloud), there is no btrfs-devel package available,
# so pass GO_BUILDTAGS="no_btrfs" to make to not use btrfs.
# containerd cri-integration will modify the passed in config file. Let's
Expand All @@ -614,7 +614,7 @@ function main() {
RUNTIME="" \
CONTAINERD_CONFIG_FILE="$CONTAINERD_CONFIG_FILE_TEMP" \
make GO_BUILDTAGS="no_btrfs" -e cri-integration

info "containerd(cri): Post Running cri-integration"
# trap error for print containerd log,
# containerd's `cri-integration` will print the log itself.
trap err_report ERR
Expand Down
5 changes: 0 additions & 5 deletions tests/stability/gha-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ function install_dependencies() {
function run() {
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
bash "${stability_dir}/soak_parallel_rm.sh"

Expand Down

0 comments on commit ed23a9f

Please sign in to comment.