Skip to content

Commit

Permalink
Move ai explainability suite in dedicated directory (#1575)
Browse files Browse the repository at this point in the history
* mv ai explainability suite in dedicated directory

* fix cm existence check

* fix cm existence check (2)
  • Loading branch information
bdattoma authored Jul 1, 2024
1 parent 94a6caa commit 7d62006
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ods_ci/tests/Resources/Common.robot
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Enable User Workload Monitoring
[Documentation] Enable User Workload Monitoring for the cluster for user-defined-projects
${return_code} ${output} Run And Return Rc And Output oc apply -f ${UWM_ENABLE_FILEPATH}
Log To Console ${output}
IF "already exists" in ${output}
IF "already exists" in $output
Log configmap already existed on the cluster, continuing
RETURN
ELSE
Expand All @@ -494,7 +494,7 @@ Configure User Workload Monitoring
... This period can be configured for the component as and when needed.
${return_code} ${output} Run And Return Rc And Output oc apply -f ${UWM_CONFIG_FILEPATH}
Log To Console ${output}
IF "already exists" in ${output}
IF "already exists" in $output
Log configmap already existed on the cluster, continuing
RETURN
ELSE
Expand Down

0 comments on commit 7d62006

Please sign in to comment.