Skip to content

Commit

Permalink
temporary additions to test CI on operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar-AlJaljuli committed Sep 23, 2024
1 parent 7749cbb commit dd1ea4c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .ibm/pipelines/openshift-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,12 @@ main() {
NAME_SPACE_RBAC="showcase-rbac-nightly"
NAME_SPACE_POSTGRES_DB="postgress-external-db-nightly"
fi

############# REMOVE ONCE PR IS READY ############################
NAME_SPACE="showcase-operator-nightly"
NAME_SPACE_RBAC="showcase-operator-rbac-nightly"
JOB_NAME=e2e-tests-operator-nightly
##################################################################

install_oc
oc login --token="${K8S_CLUSTER_TOKEN}" --server="${K8S_CLUSTER_URL}"
Expand Down

0 comments on commit dd1ea4c

Please sign in to comment.