GeorgeJahad commented on code in PR #5074:
URL: https://github.com/apache/ozone/pull/5074#discussion_r1281327824
##########
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:
This change: 47a5671cc5 just modifies:
*hadoop-ozone/dist/src/main/license/update-jar-report.sh*
That "dependency helper" test doesn't seem to have anything to do the
licence/notice changes made in this PR. Why was this test added?
--
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]