You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "GeorgeJahad (via GitHub)" <gi...@apache.org> on 2023/08/02 03:00:02 UTC

[GitHub] [ozone] GeorgeJahad commented on a diff in pull request #5074: HDDS-9026. Skip acceptance/kubernetes for license changes

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 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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org