Skip to content

Commit

Permalink
invert logic of SM task
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Jan 24, 2025
1 parent 5d33237 commit 47bbfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ods_ci/tasks/Tasks/provision_self_managed_cluster.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ ${artifacts_dir} ${OUTPUT DIR}


*** Tasks ***
Fail If Cluster Exists
Check If Cluster Exists
[Documentation] Checks if a given cluster exists in Hive
[Tags] self_managed_existence
[Setup] Set ClusterPool Variables
${clustername} = Does ClusterName Exists use_pool=${use_cluster_pool}
Should Be Equal ${clustername} False
Should Be Equal ${clustername} True

Provision Self-Managed Cluster
[Documentation] Provision a self-managed cluster
Expand Down

0 comments on commit 47bbfaf

Please sign in to comment.