adoroszlai commented on code in PR #8361: URL: https://github.com/apache/ozone/pull/8361#discussion_r2069873026
########## hadoop-ozone/dist/src/main/compose/upgrade/test.sh: ########## @@ -33,8 +33,10 @@ RESULT_DIR="$ALL_RESULT_DIR" create_results_dir # This is the version of Ozone that should use the runner image to run the # code that was built. Other versions will pull images from docker hub. -run_test non-ha non-rolling-upgrade 1.4.1 "$OZONE_CURRENT_VERSION" -run_test ha non-rolling-upgrade 1.4.1 "$OZONE_CURRENT_VERSION" +run_test non-ha non-rolling-upgrade 2.0.0 "$OZONE_CURRENT_VERSION" Review Comment: 2.0.0 only supports HA, so we can drop `non-ha` test. ```suggestion ``` -- 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]
