HyukjinKwon opened a new pull request, #55213: URL: https://github.com/apache/spark/pull/55213
### What changes were proposed in this pull request? Release workflow: wait for docker-build-base.log and docker-build.log before tail; stop waiting if the release process exits; include base log in redact/zip; kill tails safely. ### Why are the changes needed? Base build only writes docker-build-base.log first; waiting only on docker-build.log hid progress and could hang if the script exited before that file existed. ### Does this PR introduce _any_ user-facing change? No, dev-only ### How was this patch tested? I will test it in my fork. ### Was this patch authored or co-authored using generative AI tooling? No. -- 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]
