We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@mkarg75 found out that the default time out polling for the workloads to complete is too low. Removing the time out and letting the playbook poll until the workload pod is active like how we are doing in the scale-ci-pipeline ( https://github.com/openshift-scale/scale-ci-pipeline/blob/master/jjb/dynamic/scale-ci_mastervertical.yml#L40 ) will solve this issue. This way, we need not set the time out manually.
The text was updated successfully, but these errors were encountered:
It already checks the pod status, just the poll attempts time out needs to removed: https://github.com/openshift-scale/workloads/blob/master/workloads/nodevertical.yml#L179.
Sorry, something went wrong.
No branches or pull requests
@mkarg75 found out that the default time out polling for the workloads to complete is too low. Removing the time out and letting the playbook poll until the workload pod is active like how we are doing in the scale-ci-pipeline ( https://github.com/openshift-scale/scale-ci-pipeline/blob/master/jjb/dynamic/scale-ci_mastervertical.yml#L40 ) will solve this issue. This way, we need not set the time out manually.
The text was updated successfully, but these errors were encountered: