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

Workload should wait till projects are terminated #132

Open
chaitanyaenr opened this issue Apr 29, 2020 · 0 comments
Open

Workload should wait till projects are terminated #132

chaitanyaenr opened this issue Apr 29, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@chaitanyaenr
Copy link
Member

The workloads need to make sure to wait till all the objects created by it are terminated to determine if the test passed/failed since we observed in CI runs that the projects were stuck in terminated meaning the cluster is unhealthy and the next test in the pipeline run is no longer valid/has high chances of failure.

It might be difficult to use --wait=true during project deletion as it's a serial operation in case of workloads creating thousands of projects like Master Vertical and Namespaces per cluster but we can start by making sure the workloads which creates < 100 projects use --wait=true during the cleanup for example HTTP workload - https://github.com/openshift-scale/workloads/blob/master/workloads/files/workload-http-script-cm.yml#L621.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant