• mchrusci's avatar
    [ONNX CI] Fix manual reproduction script (#1881) · 187dee75
    mchrusci authored
    * Update runCI.sh
    
    Accommodate manual reproduction script.
    
    * Update README.md
    
    * Update runCI.sh
    
    * fixes
    * added rebuild parameter
    
    * Fix rebuilding nGraph
    
    * Added execution permission to runCI.sh
    187dee75
README.md 420 Bytes

MANUAL REPRODUCTION INSTRUCTION

From directory containing CI scripts execute runCI.sh bash script:

cd <path-to-repo>/.ci/jenkins/
./runCI.sh

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

./runCI.sh --cleanup

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

./runCI.sh --rebuild