Skip to content

Commit

Permalink
Update conformance-spec (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoflorido authored Oct 22, 2024
1 parent 61176be commit 2bace09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/arc-conformance/conformance-spec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2bace09

Please sign in to comment.