Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
increase timeout for golden tests (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
anabwan authored May 28, 2019
1 parent f5ba145 commit 6319387
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 6319387

Please sign in to comment.