From 9d0fed84a354e7f04a289460ca761db93978c380 Mon Sep 17 00:00:00 2001 From: Scott Leishman Date: Mon, 4 Feb 2019 07:18:35 -0800 Subject: [PATCH] run nightly golden tests sequentially. (#217) Should reduce resource requirements and potential CPU contention but increases overall execution time. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7bbe60f..d405598 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -399,9 +399,11 @@ workflows: - golden_test_doom: requires: - build_doom_env + - golden_test_gym - golden_test_mujoco: requires: - build_mujoco_env + - golden_test_doom # - trace_test_gym: # requires: # - build_gym_env