adoroszlai commented on code in PR #3396: URL: https://github.com/apache/ozone/pull/3396#discussion_r868956488
########## dev-support/ci/selective_ci_checks.bats: ########## @@ -121,7 +121,7 @@ load bats-assert/load.bash run dev-support/ci/selective_ci_checks.sh 1dd1d0ba3 assert_output -p 'basic-checks=["rat","author","checkstyle","findbugs","unit"]' - assert_output -p needs-build=false + assert_output -p needs-build=true Review Comment: Unit testing is not affected, only compile check. Increase is minimal (the time to create the tarball). Overall wall-clock time of CI workflow does not increase. -- 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]
