1
0
mirror of https://github.com/gryf/coach.git synced 2025-12-17 11:10:20 +01:00

38 Commits

Author SHA1 Message Date
Guy Jacob
0633c32805 Disable nightly tests 2021-06-03 09:07:39 +03:00
Guy Jacob
06bacd9de0 Fix Rust compiler build error (Kubernetes dependency) (#471)
Update pip version during CircleCI setup stage to resolve Rust compiler build error (as suggested in https://cryptography.io/en/latest/faq.html#installing-cryptography-fails-with-error-can-not-find-rust-compiler)
2021-02-09 15:54:44 +02:00
Gal Novik
c9738280fd Require Python 3.6 + Changes to CI configuration (#452)
* Change build_*_env jobs to pull base image of current "tag"
  instead of "master" image
* Change nightly flow so build_*_env jobs now gated by build_base (so
  change in previous bullet works in nightly)
* Bugfix in CheckpointDataStore: Call to object.__init__ with
  parameters
* Disabling unstable Doom A3C and ACER golden tests
2020-07-26 16:11:22 +03:00
Guy Jacob
a6689b6036 Update cluster name in .circleci/config.yml (now all locations) 2020-06-24 16:18:49 +03:00
Guy Jacob
6658bfa429 Update cluster name in .circleci/config.yml 2020-06-24 15:24:41 +03:00
Gal Novik
34bc292e60 Limiting intel-tensorflow version to 1.13.1 to re-enable CI; Updating nightly schedule to run on Saturdays as well 2019-09-23 12:52:00 +03:00
Gal Novik
0704260b5d Updating EKS cluster name 2019-09-20 16:12:35 +03:00
Gal Novik
13a4a09f72 removing weekly tests (#398) 2019-09-08 14:04:24 +03:00
Scott Leishman
34e1c04f29 further CI cluster name updates. (#387) 2019-08-06 10:18:07 +03:00
Scott Leishman
7df67dafa3 update to point at new CI cluster. (#385) 2019-08-04 13:55:04 +03:00
Gal Novik
2697142d5a Release 1.0.0 (#382)
* Updating README
* Shortening test cycles
2019-07-24 16:10:58 +03:00
Gal Novik
b82414138d Workaround the OSError due to bad address failure on the CI runs (#370)
workaround the OSError due to bad address failure on the CI runs
2019-07-07 17:11:19 +03:00
anabwan
a576ab5659 tests: Removed mxnet from functional tests + minor fix on rewards (#362)
* ci: change workflow

* changed timeout

* fix function reach reward

* print logs

* removing mxnet

* res'
2019-06-27 18:52:29 +03:00
anabwan
1c90bc22a1 ci: using serial jobs in nightly (#350) 2019-06-17 10:53:36 +03:00
anabwan
f6d5e60eff Added build base for nightly (#340)
* Added build base for nightly

* fix requires

* remove commetted code
2019-06-03 23:04:34 +03:00
anabwan
6319387357 increase timeout for golden tests (#335) 2019-05-28 14:19:11 +03:00
anabwan
3b6e413532 tests: fix traces and changing workflow jobs (#316)
* tests: fix traces export presets

* tests: increase time for traces

* tests

* remove approval

* fix approval

* fix ap

* change worflow jobs

* fix path

* fix repo path

* change run traces

* adding assert

* fix assert
2019-05-26 15:27:36 +03:00
anabwan
85d70dd7d5 tests: fix traces export presets (#315) 2019-05-13 15:32:30 +03:00
anabwan
f78bbbdbd1 tests: weekly deployment (#304)
* tests: weekly deployment
* running golden_tests 
* running all traces 
* run time: Friday @ 04:00AM
2019-05-13 14:51:38 +03:00
anabwan
ffb55b4142 tests: update traces (#302)
* Traces folder removed from repo and moved to S3
* Traces jobs and update will use directly the S3 files
2019-05-07 10:04:05 +03:00
anabwan
740359587d 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
2019-05-05 08:28:57 +03:00
anabwan
f14915cada tests: removed Starcraft from CI (#296)
* tests: removed Starcraft from CI

* tests: fix comment

* tests: fix mujoco
2019-04-21 13:51:14 +03:00
anabwan
e1e335a4ef disabled Starcraft from nightly (#286)
* disabled Starcraft from nightly

* tests: added comments
2019-04-04 22:26:25 +03:00
anabwan
cdb8d9e518 tests: fix multi environment variables in configci (#284)
* tests: fix multi environment variables in configci

- fix multi environment vairables in configci
- removing bitflip from mujoco tests
- add bitflip to gym

* tests: disable mujoco_a3c_lstm + fix timeout and fix docker
2019-04-04 16:11:41 +03:00
Scott Leishman
f173e69187 introduce dockerfiles. (#169)
* introduce dockerfiles.

* ensure golden tests are run not just collected.

* Skip CI download of dockerfiles.

* add StarCraft environment and tests.

* add minimaps starcraft validation parameters.

* Add functional test running (from Ayoob)

* pin mujoco_py version to a 1.5 compatible release.

* fix config syntax issue.

* pin remaining mujoco_py install calls.

* Relax pin of gym version in gym Dockerfile.

* update makefile based on functional test filtering.
2019-04-03 19:33:17 +03:00
anabwan
5d4b9c7399 added functional environments to CircleCI (#268)
added functional environments to CircleCI
2019-03-28 15:45:19 -07:00
anabwan
83741fa92a tests: added function tests to nightly CircleCI (#252) 2019-03-20 15:39:22 -07:00
anabwan
4a8451ff02 tests: added new tests + utils code improved (#221)
* tests: added new tests + utils code improved

* new tests:
- test_preset_args_combination
- test_preset_mxnet_framework

* added more flags to test_preset_args
* added validation for flags in utils

* tests: added new tests + fixed utils

* tests: added new checkpoint test

* tests: added checkpoint test improve utils

* tests: added tests + improve validations

* bump integration CI run timeout.

* tests: improve timerun + add functional test marker
2019-03-18 11:21:43 +02:00
Ajay Deshpande
2c1a9dbf20 Adding framework for multinode tests (#149)
* Currently runs CartPole_ClippedPPO and Mujoco_ClippedPPO with inverted_pendulum level.
2019-02-26 13:53:12 -08:00
Scott Leishman
9d0fed84a3 run nightly golden tests sequentially. (#217)
Should reduce resource requirements and potential CPU contention but increases
overall execution time.
2019-02-04 17:18:35 +02:00
Scott Leishman
516547e3df ensure nightly test env containers exist. (#205)
Also bump integration test timeout
2019-01-18 13:43:42 -08:00
Scott Leishman
a048024bf5 Add nightly running of golden and trace tests. (#202)
Resolves #200

* comment out nightly trace tests until values reset.
2019-01-17 11:52:50 -08:00
Zach Dwiel
8e3ee818f8 update circle ci config to match new golden test presets (#167) 2018-12-21 10:10:31 -05:00
Scott Leishman
3601d9bc45 CI related updates 2018-11-27 21:53:46 +00:00
Scott Leishman
e3ecf445e2 ensure we pull from main coach container layers as cache. (#106) 2018-11-26 17:09:02 -08:00
Scott Leishman
fe6857eabd broaden supported package versions (#50)
* broaden supported package versions.
* fix mxnet variants.
Also back-out tuple deprecation change introduced in prior commit.
* correct CI image deployment on master branch merge.
2018-11-15 15:29:49 +02:00
Scott Leishman
524f8436a2 create per environment Dockerfiles. (#70)
* create per environment Dockerfiles.

Adjust CI setup to better parallelize runs.
Fix a couple of issues in golden and trace tests.
Update a few of the docs.

* bugfix in mmc agent.

Also install kubectl for CI, update badge branch.

* remove integration test parallelism.
2018-11-14 07:40:22 -08:00
Ajay Deshpande
16b3e99f37 Setup basic CI flow (#38)
Adds automated running of unit, integration tests (and optionally longer running tests)
2018-10-24 18:27:58 -07:00