README.md 425 Bytes
Newer Older
1 2 3 4
# MANUAL REPRODUCTION INSTRUCTION
From directory containing CI scripts execute runCI.sh bash script:

```
5
cd <path-to-repo>/.ci/onnx/jenkins/
6 7 8 9 10 11 12 13
./runCI.sh
```

To remove all items created during script execution (files, directories, docker images and containers), run:

```
./runCI.sh --cleanup
```
14 15 16 17 18 19

After first run, executing the script will rerun tox tests. To rebuild nGraph and run tests use:

```
./runCI.sh --rebuild
```