Skip to content

Commit

Permalink
Exception for droute on AKS
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrapela committed Aug 8, 2024
1 parent eceb16a commit c4e2af9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ibm/pipelines/openshift-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ droute_send() {
# Skipping ReportPortal for nightly jobs on OCP v4.14 and v4.13 for now, as new clusters are not behind the RH VPN.
if [[ "$JOB_NAME" == *ocp-v4* ]]; then
return 0
elif [[ "$JOB_NAME" == *aks* ]]; then
return 0
fi

local release_name=$1
Expand Down

0 comments on commit c4e2af9

Please sign in to comment.