From a048024bf56d061fc1a0ed8c8820c6f65d31246d Mon Sep 17 00:00:00 2001 From: Scott Leishman Date: Thu, 17 Jan 2019 11:52:50 -0800 Subject: [PATCH] Add nightly running of golden and trace tests. (#202) Resolves #200 * comment out nightly trace tests until values reset. --- .circleci/config.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2e1cdf1..363d09c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -378,3 +378,20 @@ workflows: filters: branches: only: master + nightly: + triggers: + - schedule: + cron: "0 1 * * *" + filters: + branches: + only: + - master + jobs: + - unit_tests + - integration_tests + - golden_test_gym + - golden_test_doom + - golden_test_mujoco + # - trace_test_gym + # - trace_test_doom + # - trace_test_mujoco