-
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
Wait 30 seconds to check if pods are equals to 0 when deleting pipeline server #895
Conversation
Greater than 30 seconds I would say we should investigate
Tested and it is working
|
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDataSciencePipelines.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDataSciencePipelines.resource
Fixed
Show fixed
Hide fixed
ods_ci/tests/Resources/Page/ODH/ODHDashboard/ODHDataSciencePipelines.resource
Show resolved
Hide resolved
@@ -110,5 +110,9 @@ | |||
Click Element //li[contains(a/text(), 'Delete pipeline server')] | |||
Handle Deletion Confirmation Modal ${data_science_project_name} pipeline server pipeline server | |||
Wait Until Page Contains Element xpath://h2[contains(text(), 'No pipeline server')] | |||
${pod_count} Run oc get pods -n ${data_science_project_name} | wc -l | |||
FOR ${index} IN RANGE 0 30 |
Check notice
Code scanning / Robocop
Variable '{{ name }}' is assigned but not used
${pod_count} Run oc get pods -n ${data_science_project_name} | wc -l | ||
FOR ${index} IN RANGE 0 30 | ||
${pod_count} Run oc get pods -n ${data_science_project_name} -l component=data-science-pipelines | wc -l | ||
IF ${pod_count}==0 BREAK |
Check notice
Code scanning / Robocop
'{{ block_name }}' condition can be simplified
Robot Results
|
rhods-ci-pr-test/1989 |
Kudos, SonarCloud Quality Gate passed! |
…ne server (red-hat-data-services#895) * Wait 30 seconds to check if pods are equals to 0 Greater than 30 seconds I would say we should investigate * Filter by dsp components --------- Co-authored-by: Jorge <[email protected]>
Greater than 30 seconds I would say we should investigate