ptlrs opened a new pull request, #10281: URL: https://github.com/apache/ozone/pull/10281
## What changes were proposed in this pull request? The CI upon running K8s tests gets blocked and timesout after 1 hour. It is observed that this happens after PVC cleanup but before PV cleanup. This PR 1. Adds a timeout so that the CI is not stuck when cleaning up k8s resources 2. Updates the PV retain policy to delete so that no k8s finalizers block the cleanup of PVs. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-15289 ## How was this patch tested? CI: https://github.com/ptlrs/ozone/actions/runs/25935306665 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
