Remove unused variables in pytests from azure (#14618)
This commit is contained in:
parent
a0ce891915
commit
f288baf2b3
@ -275,8 +275,6 @@ jobs:
|
|||||||
|
|
||||||
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
||||||
- script: |
|
- script: |
|
||||||
export DATA_PATH=$(MODELS_PATH)
|
|
||||||
export MODELS_PATH=$(MODELS_PATH)
|
|
||||||
# because of static build libgna is needed for python binary
|
# because of static build libgna is needed for python binary
|
||||||
export LD_LIBRARY_PATH=$(REPO_DIR)/temp/gna_03.00.00.1910/linux/x64:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$(REPO_DIR)/temp/gna_03.00.00.1910/linux/x64:$LD_LIBRARY_PATH
|
||||||
python3 -m pytest -s $(INSTALL_TEST_DIR)/pyngraph $(PYTHON_STATIC_ARGS) \
|
python3 -m pytest -s $(INSTALL_TEST_DIR)/pyngraph $(PYTHON_STATIC_ARGS) \
|
||||||
@ -288,8 +286,6 @@ jobs:
|
|||||||
|
|
||||||
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
||||||
- script: |
|
- script: |
|
||||||
export DATA_PATH=$(MODELS_PATH)
|
|
||||||
export MODELS_PATH=$(MODELS_PATH)
|
|
||||||
# because of static build libgna is needed for python binary and mock_py frontend library
|
# because of static build libgna is needed for python binary and mock_py frontend library
|
||||||
export LD_LIBRARY_PATH=$(REPO_DIR)/temp/gna_03.00.00.1910/linux/x64:$(INSTALL_TEST_DIR):$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$(REPO_DIR)/temp/gna_03.00.00.1910/linux/x64:$(INSTALL_TEST_DIR):$LD_LIBRARY_PATH
|
||||||
# For python imports to import pybind_mock_frontend
|
# For python imports to import pybind_mock_frontend
|
||||||
|
@ -235,8 +235,6 @@ jobs:
|
|||||||
|
|
||||||
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
||||||
- script: |
|
- script: |
|
||||||
export DATA_PATH=$(MODELS_PATH)
|
|
||||||
export MODELS_PATH=$(MODELS_PATH)
|
|
||||||
python3 -m pytest -s $(INSTALL_TEST_DIR)/pyngraph \
|
python3 -m pytest -s $(INSTALL_TEST_DIR)/pyngraph \
|
||||||
--junitxml=$(INSTALL_TEST_DIR)/TEST-Pyngraph.xml \
|
--junitxml=$(INSTALL_TEST_DIR)/TEST-Pyngraph.xml \
|
||||||
--ignore=$(INSTALL_TEST_DIR)/pyngraph/tests/test_onnx/test_zoo_models.py \
|
--ignore=$(INSTALL_TEST_DIR)/pyngraph/tests/test_onnx/test_zoo_models.py \
|
||||||
@ -246,8 +244,6 @@ jobs:
|
|||||||
|
|
||||||
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
# Skip test_onnx/test_zoo_models and test_onnx/test_backend due to long execution time
|
||||||
- script: |
|
- script: |
|
||||||
export DATA_PATH=$(MODELS_PATH)
|
|
||||||
export MODELS_PATH=$(MODELS_PATH)
|
|
||||||
# Required by python imports to load requires libraries
|
# Required by python imports to load requires libraries
|
||||||
# - tests install dir for mock_py
|
# - tests install dir for mock_py
|
||||||
# - OpenVINO wheel installation dir for others frontend required by mock_py (is not part of wheel pkg)
|
# - OpenVINO wheel installation dir for others frontend required by mock_py (is not part of wheel pkg)
|
||||||
|
Loading…
Reference in New Issue
Block a user