mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
ensure nightly test env containers exist. (#205)
Also bump integration test timeout
This commit is contained in:
committed by
Balaji Subramaniam
parent
bf0a65eefd
commit
516547e3df
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user