adoroszlai commented on code in PR #3396:
URL: https://github.com/apache/ozone/pull/3396#discussion_r868954913
##########
dev-support/ci/selective_ci_checks.sh:
##########
@@ -521,12 +521,14 @@ function set_outputs() {
initialization::ga_output basic-checks \
"$(initialization::parameters_to_json ${BASIC_CHECKS})"
- if [[ "${compose_tests_needed}" == "true" ]] || [[
"${kubernetes_tests_needed}" == "true" ]]; then
+ : ${compile_needed:=false}
Review Comment:
`: ${compile_needed:=false}`
This assigns default value `false` to the variable `compile_needed`. If the
variable is already set, this is a no-op.
--
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]