adoroszlai opened a new pull request, #6822: URL: https://github.com/apache/ozone/pull/6822
## What changes were proposed in this pull request? Create a new workflow that runs full Ozone CI with any Ratis commit. `ci-with-ratis` can be triggered manually, similar to `flaky-test-check`. https://issues.apache.org/jira/browse/HDDS-10854 ## How was this patch tested? Manually triggered `ci-with-ratis` for the latest commit (https://github.com/apache/ratis/commit/de2e777e19d48bd67fcba1538007940abde87170) on [`branch-3.1.0`](https://github.com/apache/ratis/commits/branch-3.1.0): https://github.com/adoroszlai/ozone/actions/runs/9545441575 Verified Ratis version in acceptance test logs. ``` $ grep -o 'ratis-[^:]*.jar' docker-ozone-om-1.log | sort -u ratis-client-3.1.0-de2e777-SNAPSHOT.jar ratis-common-3.1.0-de2e777-SNAPSHOT.jar ratis-grpc-3.1.0-de2e777-SNAPSHOT.jar ratis-metrics-api-3.1.0-de2e777-SNAPSHOT.jar ratis-metrics-dropwizard3-3.1.0-de2e777-SNAPSHOT.jar ratis-netty-3.1.0-de2e777-SNAPSHOT.jar ratis-proto-3.1.0-de2e777-SNAPSHOT.jar ratis-server-3.1.0-de2e777-SNAPSHOT.jar ratis-server-api-3.1.0-de2e777-SNAPSHOT.jar ratis-thirdparty-misc-1.0.6.jar ``` Regular CI (triggered by `push` event): https://github.com/adoroszlai/ozone/actions/runs/9545432869 -- 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]
