Skip to content
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

Ignore the time out during job completion polling #124

Open
chaitanyaenr opened this issue Mar 31, 2020 · 1 comment
Open

Ignore the time out during job completion polling #124

chaitanyaenr opened this issue Mar 31, 2020 · 1 comment

Comments

@chaitanyaenr
Copy link
Member

@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.

@chaitanyaenr
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant