Skip to content

Commit c38f08b

Browse files
authoredJul 31, 2021
Use protobuf-lite for ONNX FE by default (openvinotoolkit#6829)
1 parent 5bafab9 commit c38f08b

File tree

57 files changed

+1034
-1204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1034
-1204
lines changed
 

‎.ci/azure/linux.yml

+1
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ jobs:
168168
- script: |
169169
export FE_TEST_MODELS=$(INSTALL_DIR)/tests
170170
. $(SETUPVARS) && $(INSTALL_TEST_DIR)/unit-test --gtest_print_time=1 --gtest_filter=-backend_api.config_unsupported:*IE_GPU* --gtest_output=xml:TEST-NGraphUT.xml
171+
workingDirectory: $(INSTALL_TEST_DIR)
171172
displayName: 'nGraph UT'
172173
continueOnError: false
173174

‎.ci/azure/mac.yml

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
displayName: 'Install'
104104

105105
- script: $(BIN_DIR)/unit-test --gtest_print_time=1 --gtest_filter=-backend_api.config_unsupported:*IE_GPU*:IE_CPU.onnx_model_sigmoid:IE_CPU/GRUSequenceOp.onnx_model_gru* --gtest_output=xml:TEST-NGraphUT.xml
106+
workingDirectory: $(BIN_DIR)
106107
displayName: 'nGraph UT'
107108
continueOnError: false
108109

0 commit comments

Comments
 (0)