You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/01/25 17:51:41 UTC

[GitHub] [ozone] GeorgeJahad commented on a change in pull request #2974: HDDS-6169. Selective checks: skip junit tests on ozone-runner image update

GeorgeJahad commented on a change in pull request #2974:
URL: https://github.com/apache/ozone/pull/2974#discussion_r791976946



##########
File path: dev-support/ci/selective_ci_checks.bats
##########
@@ -66,6 +66,17 @@ load bats-assert/load.bash
   assert_output -p needs-kubernetes-tests=true
 }
 
+@test "runner image update" {
+  run dev-support/ci/selective_ci_checks.sh b95eeba82a
+
+  assert_output -p 'basic-checks=["rat"]'

Review comment:
       Is it correct to say that without these changes the basic-checks array would have looked like this?:
   ```
        basic-checks=["rat","checkstyle","findbugs","unit"]
   ```




-- 
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