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