Commit cc277b6c authored by Michał Karzyński's avatar Michał Karzyński Committed by Scott Cyphers

Run ONNX CI on CPU and INTERPRETER (#2084)

parent d36c180f
...@@ -65,7 +65,8 @@ function run() { ...@@ -65,7 +65,8 @@ function run() {
fi' fi'
docker exec "${DOCKER_CONTAINER}" bash -c "${CLONE_CMD}" docker exec "${DOCKER_CONTAINER}" bash -c "${CLONE_CMD}"
NGRAPH_WHL=$(docker exec ${DOCKER_CONTAINER} find /root/python/dist/ -name "ngraph*.whl") NGRAPH_WHL=$(docker exec ${DOCKER_CONTAINER} find /root/python/dist/ -name "ngraph*.whl")
docker exec -e TOX_INSTALL_NGRAPH_FROM="${NGRAPH_WHL}" "${DOCKER_CONTAINER}" tox -c /root/ngraph-onnx/ docker exec -e TOX_INSTALL_NGRAPH_FROM="${NGRAPH_WHL}" NGRAPH_BACKEND=CPU "${DOCKER_CONTAINER}" tox -c /root/ngraph-onnx/
docker exec -e TOX_INSTALL_NGRAPH_FROM="${NGRAPH_WHL}" NGRAPH_BACKEND=INTEPRETER "${DOCKER_CONTAINER}" tox -c /root/ngraph-onnx/
} }
# Function cleanup() removes items related to nGraph, created during script execution # Function cleanup() removes items related to nGraph, created during script execution
...@@ -115,4 +116,4 @@ done ...@@ -115,4 +116,4 @@ done
set -x set -x
run run
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment