From e065f5599800c1f8ca556d6d5360d5751ec78fab Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Tue, 20 Aug 2019 19:49:46 -0700 Subject: [PATCH] Fix impala stress test (#5491) --- ci/stress_tests/run_application_stress_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"