From 1b7585c6ba6e9d2703ae553ea07cc0e3af096ad5 Mon Sep 17 00:00:00 2001 From: Neeraj Krishna Gopalakrishna Date: Mon, 22 Jun 2026 16:34:39 +0530 Subject: [PATCH 1/2] Testing setup jobs of cri-o --- .../cri-o/setup/test/cri-o-setup-test-commands.sh | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh b/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh index 092df0e5012f2..a3180f644ac10 100755 --- a/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh +++ b/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh @@ -13,18 +13,12 @@ instance_name=$(<"${SHARED_DIR}/gcp-instance-ids.txt") timeout --kill-after 10m 400m ssh "${SSHOPTS[@]}" ${IP} -- bash - < Date: Mon, 22 Jun 2026 16:38:31 +0530 Subject: [PATCH 2/2] Testing setup jobs of cri-o --- .../step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh b/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh index a3180f644ac10..c813dea303b93 100755 --- a/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh +++ b/ci-operator/step-registry/cri-o/setup/test/cri-o-setup-test-commands.sh @@ -14,7 +14,7 @@ timeout --kill-after 10m 400m ssh "${SSHOPTS[@]}" ${IP} -- bash - <