-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix keyword to watch SM cluster provisioning logs and increase timeout #1754
Fix keyword to watch SM cluster provisioning logs and increase timeout #1754
Conversation
END | ||
Run Keyword And Continue On Failure Should Be Equal As Integers ${return_code} ${0} | ||
${hive_pods_status} = Run And Return Rc oc get pod -n ${namespace} --no-headers | awk '{print $3}' | grep -v 'Completed' | ||
IF ${hive_pods_status} != 0 |
Check notice
Code scanning / Robocop
'{{ block_name }}' condition can be simplified Note
Robot Results
|
3b2a3a9
to
f307344
Compare
Quality Gate passedIssues Measures |
red-hat-data-services#1754) * draft fix hive watcher * do not print dots when process is not producing new outputs * wait for ns to be created before looking for logs * wait until logs are available to be fetched * fix wait for pod * fix wait kw call * clean new code * increase provisioning timeout * extend label selector for cd deployments * use job type label for cluster pool deployments * fix catenation separator * remove commented line * fix robocop alerts * minor change * increase timeout further * apply suggestions from reviews * remove wrong return variables * fix robocop alert * remove debug lines
Hi @bdattoma although you added Please also add |
red-hat-data-services#1754) * draft fix hive watcher * do not print dots when process is not producing new outputs * wait for ns to be created before looking for logs * wait until logs are available to be fetched * fix wait for pod * fix wait kw call * clean new code * increase provisioning timeout * extend label selector for cd deployments * use job type label for cluster pool deployments * fix catenation separator * remove commented line * fix robocop alerts * minor change * increase timeout further * apply suggestions from reviews * remove wrong return variables * fix robocop alert * remove debug lines
Content of the PR:
Watch Hive Install Log
keyword to avoid RHOAIENG-10829 bugThis won't necessarily fix some of the failures we have seen in CI while provisioning clusters, but would:
PR validation:
PSI provisioning OK
IBM Cloud provisioning OK