Merge pull request #10495 from littlejawa/ci/skip_nginx_connectivity_for_crio

ci: skip nginx connectivity test with qemu/crio
This commit is contained in:
Fabiano Fidêncio 2024-11-06 13:43:19 +01:00 committed by GitHub
commit a3c72e59b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,8 @@ load "${BATS_TEST_DIRNAME}/../../common.bash"
load "${BATS_TEST_DIRNAME}/tests_common.sh"
setup() {
[ "${CONTAINER_RUNTIME}" == "crio" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/10414"
nginx_version="${docker_images_nginx_version}"
nginx_image="nginx:$nginx_version"
busybox_image="quay.io/prometheus/busybox:latest"
@ -42,6 +44,8 @@ setup() {
}
teardown() {
[ "${CONTAINER_RUNTIME}" == "crio" ] && skip "test not working see: https://github.com/kata-containers/kata-containers/issues/10414"
# Debugging information
kubectl describe "pod/$busybox_pod"
kubectl get "pod/$busybox_pod" -o yaml