From f326174450c428040a940a5664b1dccdc12884e2 Mon Sep 17 00:00:00 2001 From: "Randal S. Harisch" Date: Thu, 28 Sep 2023 14:29:05 -0600 Subject: [PATCH] chore: corrected spelling of e2e-test --- pipeline/notification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline/notification.yaml b/pipeline/notification.yaml index acd0aa6..fb9ec6a 100644 --- a/pipeline/notification.yaml +++ b/pipeline/notification.yaml @@ -336,7 +336,7 @@ spec: persistentVolumeClaim: claimName: "pvc-conversion" EOF - MYJOB=$(oc get jobs -l app=e22-test -o name) + MYJOB=$(oc get jobs -l app=e2e-test -o name) x=0; until [[ -n $(oc -n goghvideo-test-${RANDOMID} get ${MYJOB} 2>/dev/null ) || $x -eq 60 ]]; do echo "Waiting for e2e job to start" && sleep 2 && ((x++)); done if [[ "${x}" -eq 60 ]]; then exit 1; fi