adoroszlai opened a new pull request, #9377: URL: https://github.com/apache/ozone/pull/9377
## What changes were proposed in this pull request? _acceptance_ and _kubernetes_ checks use Ozone binaries for tests. If those are not found, they perform a full build on their own. The PR proposes to remove this fallback build. In CI binaries are produced by the _build_ check. If _acceptance_/_kubernetes_ are unable to find those, we can simply retry (for transient errors) or need to investigate anyway (for other unexpected problems). The fallback build just increases the time until eventual failure. For local runs, I think it's better to give developers a chance to build Ozone with their own preferences (e.g. skip Recon, skip shading). https://issues.apache.org/jira/browse/HDDS-14000 ## How was this patch tested? https://github.com/adoroszlai/ozone/actions/runs/19696847361 -- 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]
