From 7406e9ac404edcc623258caec7304f0995ab9525 Mon Sep 17 00:00:00 2001 From: Tom Buskey Date: Fri, 26 Jun 2026 09:59:56 -0400 Subject: [PATCH] Set SLEEP_DURATION=6h for aws-ipi-coco candidate421 Change SLEEP_DURATION from 0h to 6h to enable 6-hour cluster access in the cucushift-wait step for manual debugging and kubeconfig extraction. Co-Authored-By: Claude Sonnet 4.5 --- ...oxed-containers-operator-devel__downstream-candidate421.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate421.yaml b/ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate421.yaml index cc5f2e938e602..77b43ea8d0e5e 100644 --- a/ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate421.yaml +++ b/ci-operator/config/openshift/sandboxed-containers-operator/openshift-sandboxed-containers-operator-devel__downstream-candidate421.yaml @@ -309,7 +309,7 @@ tests: MUST_GATHER_IMAGE: registry.redhat.io/openshift-sandboxed-containers/osc-must-gather-rhel9:latest MUST_GATHER_ON_FAILURE_ONLY: "true" RUNTIMECLASS: kata-remote - SLEEP_DURATION: 0h + SLEEP_DURATION: 6h TEST_FILTERS: ~DisconnectedOnly&;~Disruptive&;~C00133& TEST_RELEASE_TYPE: Pre-GA TEST_SCENARIOS: sig-kata.*Kata Author