michaelsembwever commented on code in PR #2852: URL: https://github.com/apache/cassandra/pull/2852#discussion_r1545790134
########## .build/ci/generate-test-report.sh: ########## @@ -0,0 +1,31 @@ +#!/bin/sh -e Review Comment: they are intended to be standards (and/or helper scripts) for all CI systems. `.build/ci/generate-test-report.sh` is to aggregate all test xml files. it is intended to be used all all splits on a given test type/target/ `.build/ci/generate-ci_summary.sh` is to create the ci_summary.html sharable artefact. it expects a folder hierarchy that separates test types/targets. (it will locally link each failure and testsuite to the junit html file found in this hierarchy, as it was generated by the above script.) Adding this information in as header comments to each file -- 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]

