adoroszlai commented on a change in pull request #3061:
URL: https://github.com/apache/ozone/pull/3061#discussion_r803158622
##########
File path: dev-support/ci/selective_ci_checks.bats
##########
@@ -99,6 +99,39 @@ load bats-assert/load.bash
assert_output -p needs-kubernetes-tests=false
}
+@test "integration and unit: script change" {
+ run dev-support/ci/selective_ci_checks.sh c6850484f
Review comment:
Sure. I looked for a commit that only changed `_mvn_unit_report.sh`.
This file is shared between _unit_ and _integration_ checks, so it should
trigger both. It also triggers _bats_ due to change in a shell script,
although there is no bats test for this specific script. And _rat_ is needed
for all changes.
--
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]