Skip to content

Commit

Permalink
Update OCP level to 4.16 (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephca authored Dec 3, 2024
1 parent a899bc6 commit 8b4cfd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ibm/pipelines/openshift-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ set_cluster_info() {
export K8S_CLUSTER_URL=$(cat /tmp/secrets/RHDH_PR_OS_CLUSTER_URL)
export K8S_CLUSTER_TOKEN=$(cat /tmp/secrets/RHDH_PR_OS_CLUSTER_TOKEN)

if [[ "$JOB_NAME" == *ocp-v4-14 ]]; then
if [[ "$JOB_NAME" == *ocp-v4-16 ]]; then
K8S_CLUSTER_URL=$(cat /tmp/secrets/RHDH_OS_1_CLUSTER_URL)
K8S_CLUSTER_TOKEN=$(cat /tmp/secrets/RHDH_OS_1_CLUSTER_TOKEN)
elif [[ "$JOB_NAME" == *ocp-v4-15 ]]; then
Expand Down

0 comments on commit 8b4cfd5

Please sign in to comment.