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

ensure nightly test env containers exist. (#205)

Also bump integration test timeout
This commit is contained in:
Scott Leishman
2019-01-18 13:43:42 -08:00
committed by Balaji Subramaniam
parent bf0a65eefd
commit 516547e3df

View File

@@ -157,6 +157,7 @@ jobs:
name: run integration tests name: run integration tests
command: | command: |
python3 rl_coach/tests/test_eks.py -c coach-test -bn ${CIRCLE_BUILD_NUM} -tn integration-test -tc 'make integration_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 integration-test -tc 'make integration_tests_without_docker' -i 316971102342.dkr.ecr.us-west-2.amazonaws.com/coach:$(git describe --tags --always --dirty) -cpu 2048 -mem 4096
no_output_timeout: 20m
- run: - run:
name: cleanup name: cleanup
command: | command: |
@@ -389,9 +390,24 @@ workflows:
jobs: jobs:
- unit_tests - unit_tests
- integration_tests - integration_tests
- golden_test_gym - build_gym_env
- golden_test_doom - build_doom_env
- golden_test_mujoco - build_mujoco_env
# - trace_test_gym - golden_test_gym:
# - trace_test_doom requires:
# - trace_test_mujoco - build_gym_env
- golden_test_doom:
requires:
- build_doom_env
- golden_test_mujoco:
requires:
- build_mujoco_env
# - trace_test_gym:
# requires:
# - build_gym_env
# - trace_test_doom:
# requires:
# - build_doom_env
# - trace_test_mujoco:
# requires:
# - build_mujoco_env