mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
disabled Starcraft from nightly (#286)
* disabled Starcraft from nightly * tests: added comments
This commit is contained in:
@@ -568,7 +568,8 @@ workflows:
|
|||||||
- build_gym_env
|
- build_gym_env
|
||||||
- build_doom_env
|
- build_doom_env
|
||||||
- build_mujoco_env
|
- build_mujoco_env
|
||||||
- build_starcraft_env
|
# Starcraft disabled from nightly because tests are un-stabled
|
||||||
|
#- build_starcraft_env
|
||||||
- functional_test_doom:
|
- functional_test_doom:
|
||||||
requires:
|
requires:
|
||||||
- build_doom_env
|
- build_doom_env
|
||||||
@@ -576,10 +577,11 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- build_mujoco_env
|
- build_mujoco_env
|
||||||
- functional_test_doom
|
- functional_test_doom
|
||||||
- functional_test_starcraft:
|
# Starcraft disabled from nightly because tests are un-stabled
|
||||||
requires:
|
#- functional_test_starcraft:
|
||||||
- build_starcraft_env
|
# requires:
|
||||||
- functional_test_mujoco
|
# - build_starcraft_env
|
||||||
|
# - functional_test_mujoco
|
||||||
- golden_test_gym:
|
- golden_test_gym:
|
||||||
requires:
|
requires:
|
||||||
- build_gym_env
|
- build_gym_env
|
||||||
@@ -591,10 +593,11 @@ workflows:
|
|||||||
requires:
|
requires:
|
||||||
- build_mujoco_env
|
- build_mujoco_env
|
||||||
- golden_test_doom
|
- golden_test_doom
|
||||||
- golden_test_starcraft:
|
# Starcraft disabled from nightly because tests are un-stabled
|
||||||
requires:
|
#- golden_test_starcraft:
|
||||||
- build_starcraft_env
|
# requires:
|
||||||
- golden_test_mujoco
|
# - build_starcraft_env
|
||||||
|
# - golden_test_mujoco
|
||||||
# - trace_test_gym:
|
# - trace_test_gym:
|
||||||
# requires:
|
# requires:
|
||||||
# - build_gym_env
|
# - build_gym_env
|
||||||
|
|||||||
Reference in New Issue
Block a user