1
0
mirror of https://github.com/gryf/coach.git synced 2026-02-13 20:35:48 +01:00

tests: fixed nightly (#301)

* tests: fixed nightly

* tests: temp testing functional tests

* tests: temp testing functional tests

* tests: add seed to -cp

* test: last fix
This commit is contained in:
anabwan
2019-05-05 08:28:57 +03:00
committed by GitHub
parent 582921ffe3
commit 740359587d
4 changed files with 15 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ jobs:
- run:
name: run functional tests
command: |
export FUNCTIONAL_PRESETS="'not mujoco and not CARLA and not doom'"
export FUNCTIONAL_PRESETS="'not Mujoco and not CARLA and not Doom'"
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
no_output_timeout: 30m
- run:
@@ -498,6 +498,10 @@ workflows:
type: approval
requires:
- build_base
# Keep this for debugging functional_tests for nightly jobs
# - functional_tests:
# requires:
# - e2e_approval
- build_gym_env:
requires:
- e2e_approval