1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-18 03:30:19 +01:00

Workaround the OSError due to bad address failure on the CI runs (#370)

workaround the OSError due to bad address failure on the CI runs
This commit is contained in:
Gal Novik
2019-07-07 17:11:19 +03:00
committed by GitHub
parent 587b74e04a
commit b82414138d
2 changed files with 85 additions and 66 deletions

View File

@@ -184,7 +184,7 @@ jobs:
name: run functional tests
command: |
export FUNCTIONAL_PRESETS="'not Mujoco and not CARLA and not Doom and not Starcraft'"
python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn functional-test -tc "export FUNCTIONAL_PRESETS=${FUNCTIONAL_PRESETS} && make functional_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096
python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn functional-test -tc "export FUNCTIONAL_PRESETS=${FUNCTIONAL_PRESETS} && make functional_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach:$(git describe --tags --always --dirty) -cpu 2048 -mem 8192
no_output_timeout: 45m
- run:
name: cleanup