Skip to content

Commit 7d2122b

Browse files
committed
fix: typo in cmp check keyword
1 parent e33d140 commit 7d2122b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ods_ci/tasks/Resources/RHODS_OLM/install/oc_install.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Verify RHODS Installation
178178
... label_selector=app.kubernetes.io/part-of=trainingoperator timeout=400s
179179
END
180180

181-
IF "${dashboard}" == "true" or "${workbenches}" == "true" or "${modelmeshserving}" == "true" or "${datasciencepipelines}" == "true" or "${kserve}" == "true" or "${kueue}" == "true" or "${codeflare}" == "true" or "${ray}" == "true" or "${trustyai}" == "true" or "${modelregistry}" == "true" or "${trainingoperator}" == "true" # robocop: disable
181+
IF "${dashboard}" == "true" or "${workbenches}" == "true" or "${modelmeshserving}" == "true" or "${datasciencepipelines}" == "true" or "${kserve}" == "true" or "${kueue}" == "true" or "${codeflare}" == "true" or "${ray}" == "true" or "${trustyai}" == "true" or "${modelregistry}" == "true" or "${trainingoperator}" == "true" # robocop: disable
182182
Log To Console Waiting for pod status in ${APPLICATIONS_NAMESPACE}
183183
Wait For Pods Status namespace=${APPLICATIONS_NAMESPACE} timeout=200
184184
Log Verified Applications NS: ${APPLICATIONS_NAMESPACE} console=yes

0 commit comments

Comments
 (0)