From dcee987e3a6ee700e243f9ce538468af3d16399a Mon Sep 17 00:00:00 2001 From: "Randal S. Harisch" Date: Wed, 27 Sep 2023 16:28:56 -0600 Subject: [PATCH] chore: updated CE to current pipeline specs --- pipeline/conversion-engine.yaml | 113 ++++++++++++++++++++++++++++++-- pipeline/notification.yaml | 3 +- 2 files changed, 109 insertions(+), 7 deletions(-) diff --git a/pipeline/conversion-engine.yaml b/pipeline/conversion-engine.yaml index d9e2ac8..9207763 100644 --- a/pipeline/conversion-engine.yaml +++ b/pipeline/conversion-engine.yaml @@ -152,7 +152,7 @@ spec: x=0; until [[ -n $(oc -n goghvideo-test-${RANDOMID} get secret/goghvideo-openshift-builder-pull-secret 2>/dev/null) || $x -eq 10 ]]; do echo "Waiting for secret replication" && sleep 10 && ((x++)); done if [[ "${x}" -eq 10 ]]; then exit 1; fi - oc -n goghvideo-test-${RANDOMID} secrets link default goghvideo-container-registry-auth --for=pull + oc -n goghvideo-test-${RANDOMID} secrets link default goghvideo-openshift-builder-pull-secret --for=pull oc apply -f - < $(results.filedrop.path) + workspaces: + - name: kubeconfig-dir + workspace: dockerconfig + - name: perform-e2e-test + runAfter: ["get-filedrop-name"] + taskref: + name: openshift-ephemeral-namespace-client + kind: Task + params: + - name: VERSION + value: 4.11 + - name: SCRIPT + value: | + #!/usr/bin/env bash + oc create -f - <