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

increase timeout for golden tests (#335)

This commit is contained in:
anabwan
2019-05-28 14:19:11 +03:00
committed by GitHub
parent f5ba14575c
commit 6319387357

View File

@@ -205,7 +205,7 @@ jobs:
command: |
export GOLDEN_PRESETS="'CartPole or BitFlip'"
python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn golden-test-gym -tc "export GOLDEN_PRESETS=${GOLDEN_PRESETS} && make golden_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-gym_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096
no_output_timeout: 30m
no_output_timeout: 60m
- run:
name: cleanup
command: |
@@ -225,7 +225,7 @@ jobs:
command: |
export GOLDEN_PRESETS="Doom"
python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn golden-test-doom -tc "export GOLDEN_PRESETS=${GOLDEN_PRESETS} && make golden_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-doom_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096
no_output_timeout: 30m
no_output_timeout: 60m
- run:
name: cleanup
command: |
@@ -245,7 +245,7 @@ jobs:
command: |
export GOLDEN_PRESETS="Mujoco"
python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn golden-test-mujoco -tc "export GOLDEN_PRESETS=${GOLDEN_PRESETS} && make golden_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-mujoco_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096
no_output_timeout: 45m
no_output_timeout: 60m
- run:
name: cleanup
command: |
@@ -306,7 +306,7 @@ jobs:
command: |
export FUNCTIONAL_PRESETS="Doom"
python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn functional-test-doom -tc "export FUNCTIONAL_PRESETS=${FUNCTIONAL_PRESETS} && make functional_tests_without_docker" -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach-doom_environment:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096
no_output_timeout: 30m
no_output_timeout: 60m
- run:
name: cleanup
command: |