Skip to content

Commit

Permalink
fix robocop alert
Browse files Browse the repository at this point in the history
  • Loading branch information
bdattoma committed Aug 29, 2024
1 parent bb4321c commit 2d49963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ods_ci/tasks/Resources/Provisioning/Hive/provision.robot
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Watch Hive Install Log
IF ${use_cluster_pool}
${label_selector} = Set Variable hive.openshift.io/clusterpool-name=${pool_name}
END
${label_selector}= Catenate SEPARATOR= ${label_selector} ,hive.openshift.io/job-type=provision
${label_selector} = Catenate SEPARATOR= ${label_selector} ,hive.openshift.io/job-type=provision
${logs_cmd} = Set Variable oc logs -f -l ${label_selector} -n ${namespace}
Wait For Pods To Be Ready label_selector=${label_selector} namespace=${namespace} timeout=5m
TRY
Expand Down

0 comments on commit 2d49963

Please sign in to comment.