adoroszlai commented on PR #4855: URL: https://github.com/apache/ozone/pull/4855#issuecomment-1582716838
Thanks @sodonnel for the review. > how the additional of the `- EC` line in the `worflows/ci.yml` file creates the extra split and knows to only execute this new `test-ec.sh` script. Most `test*.sh` scripts have a `#suite:X` comment, where `X` defines which split to run it in. Scripts without such comment are included in the `misc` split. The Github workflow file makes the split name available in the `OZONE_ACCEPTANCE_SUITE` environment variable. This is used for filtering when finding test scripts to run. -- 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]
