mirror of
https://github.com/gryf/coach.git
synced 2026-03-05 08:25:52 +01:00
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.
This commit is contained in:
@@ -9,11 +9,12 @@ several parts, each testing the framework in different areas and strictness.
|
||||
* **Docker** -
|
||||
|
||||
The docker image we supply checks Coach in terms of installation process, and verifies that all the components
|
||||
are installed correctly. To build the Docke, use the command:
|
||||
are installed correctly. To build the Docker image, use the command:
|
||||
|
||||
```
|
||||
docker build . -t coach
|
||||
docker run -it coach /bin/bash
|
||||
cd docker
|
||||
make build_base && make build
|
||||
make run
|
||||
```
|
||||
|
||||
|
||||
@@ -45,7 +46,7 @@ several parts, each testing the framework in different areas and strictness.
|
||||
The golden tests can be run using the following command:
|
||||
|
||||
```
|
||||
python3 rl_coach/tests/golden_tests.py
|
||||
python3 rl_coach/tests/test_golden.py
|
||||
```
|
||||
|
||||
* **Trace tests** -
|
||||
|
||||
Reference in New Issue
Block a user