diff --git a/ci/stress_tests/run_application_stress_tests.sh b/ci/stress_tests/run_application_stress_tests.sh index 5951385bb..3e2530b06 100755 --- a/ci/stress_tests/run_application_stress_tests.sh +++ b/ci/stress_tests/run_application_stress_tests.sh @@ -88,7 +88,7 @@ test_impala(){ sleep 1 && ray --logging-level=DEBUG exec "$CLUSTER" "rllib || true" && ray --logging-level=DEBUG exec "$CLUSTER" " - rllib train -f tuned_examples/atari-impala-large.yaml --redis-address='localhost:6379' --queue-trials" && + rllib train -f tuned_examples/atari-impala-large.yaml --ray-address='localhost:6379' --queue-trials" && echo "PASS: IMPALA Test for" "$PYTHON_VERSION" >> "$RESULT_FILE" } || echo "FAIL: IMPALA Test for" "$PYTHON_VERSION" >> "$RESULT_FILE"