adoroszlai commented on code in PR #5074:
URL: https://github.com/apache/ozone/pull/5074#discussion_r1281697040
##########
dev-support/ci/selective_ci_checks.bats:
##########
@@ -368,3 +368,27 @@ load bats-assert/load.bash
assert_output -p needs-integration-tests=false
assert_output -p needs-kubernetes-tests=false
}
+
+@test "LICENSE" {
+ run dev-support/ci/selective_ci_checks.sh a9bb08889c
+
+ assert_output -p 'basic-checks=["rat"]'
+ assert_output -p needs-build=true
+ assert_output -p needs-compile=false
+ assert_output -p needs-compose-tests=false
+ assert_output -p needs-dependency-check=false
+ assert_output -p needs-integration-tests=false
+ assert_output -p needs-kubernetes-tests=false
+}
+
+@test "dependency helper" {
+ run dev-support/ci/selective_ci_checks.sh 47a5671cc5
Review Comment:
The goal of the dependency check is to catch addition/removal of third-party
dependencies, which require updating the license file. It uses
`update-jar-report.sh` as a helper script. So changes to the script are
related to license.
--
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]