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: [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]