File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ validateEnvVar OPENSHIFT4_PASSWORD "$OPENSHIFT4_PASSWORD"
4141validateEnvVar OPENSHIFT4_CLUSTER_URL " $OPENSHIFT4_CLUSTER_URL "
4242
4343if [ " ${CI} " != " true" ]; then
44+ # Ensure any left-over Operators don't interfere with this test run
4445 python3 scripts/operator/delete_operators_from_quay.py " ${QUAY_USERNAME} " " ${QUAY_PASSWORD} "
4546
4647 if [ " $KUBERNETES_MONITOR_IMAGE_TAG " == " " ]; then
@@ -63,8 +64,6 @@ if [ "${CI}" != "true" ]; then
6364 oc login -u " ${OPENSHIFT4_USER} " -p " ${OPENSHIFT4_PASSWORD} " " ${OPENSHIFT4_CLUSTER_URL} " --insecure-skip-tls-verify=true
6465
6566 python3 scripts/operator/main.py
66- else
67- scripts/operator/delete_operators_from_quay.py " ${QUAY_USERNAME} " " ${QUAY_PASSWORD} "
6867fi
6968
7069DEPLOYMENT_TYPE=OperatorOS TEST_PLATFORM=openshift4 CREATE_CLUSTER=false tap test/integration/kubernetes.test.ts --timeout=900
You can’t perform that action at this time.
0 commit comments