You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait For Deployment Replica To Be Ready namespace=${APPLICATIONS_NAMESPACE}
@@ -297,7 +290,7 @@ Verify RHODS Installation
297
290
END
298
291
END
299
292
300
-
IF "${dashboard}" == "true" or "${workbenches}" == "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
293
+
IF "${dashboard}" == "true" or "${workbenches}" == "true" or "${datasciencepipelines}" == "true" or "${kserve}" == "true" or "${kueue}" == "true" or "${ray}" == "true" or "${trustyai}" == "true" or "${modelregistry}" == "true" or "${trainingoperator}" == "true" # robocop: disable
301
294
Log To Console Waiting for pod status in ${APPLICATIONS_NAMESPACE}
302
295
Wait For Pods Status namespace=${APPLICATIONS_NAMESPACE} timeout=200
Copy file name to clipboardExpand all lines: ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0106__rhods_operatorv2.robot
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Suite Teardown Patch DataScienceCluster CustomResource To Original Configurati
10
10
11
11
12
12
*** Variables ***
13
-
@{COMPONENTS} = dashboard datasciencepipelines kserve workbenches codeflare ray
13
+
@{COMPONENTS} = dashboard datasciencepipelines kserve workbenches ray
Copy file name to clipboardExpand all lines: ods_ci/tests/Tests/0100__platform/0101__deploy/0104__operators/0104__rhods_operator/0113__dsc_components.robot
0 commit comments