From efb9d59cc74c76e0b17425fe359eeb1272bcec37 Mon Sep 17 00:00:00 2001 From: Mateo Florido <32885896+mateoflorido@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:12:35 -0500 Subject: [PATCH] Update conformance-spec --- jobs/arc-conformance/conformance-spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/arc-conformance/conformance-spec b/jobs/arc-conformance/conformance-spec index dd73753c8..4d953e9d6 100755 --- a/jobs/arc-conformance/conformance-spec +++ b/jobs/arc-conformance/conformance-spec @@ -106,7 +106,7 @@ EOF kubectl apply -k . # give the arc pod 5 minutes to get settled before tailing its logs sleep 300 - ARC_POD=$(kubectl get pods -n ${ARC_NS} -o jsonpath="{.items[0].metadata.name}"}) + ARC_POD=$(kubectl get pods -n ${ARC_NS} -o jsonpath="{.items[0].metadata.name}") # NB: we always want the logging to succeed so we can watch progress in jenkins; # the tail will disconnect when arc tears down (or we timeout) timeout -s INT 3h bash -c "kubectl logs -n ${ARC_NS} ${ARC_POD} -f || true"