GeorgeJahad commented on code in PR #5074:
URL: https://github.com/apache/ozone/pull/5074#discussion_r1282548162
##########
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:
ah, I should have figured that. Thanks!
--
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]