We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8a0d commit e691b62Copy full SHA for e691b62
.github/workflows/linux_riscv_xuantie_dev_cpu.yml
@@ -234,7 +234,7 @@ jobs:
234
env:
235
INSTALL_DIR: ${{ github.workspace }}/install
236
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
237
- GTEST_FILTER: ${{ inputs.testFilterType == 'SMOKE' && '*smoke*' || '*ActivationLayer*:*EltwiseLayer*:*LogicalLayer*:*ComparisonLayer*:*SelectLayer*:*MatMulLayerCPUTest*:*ExtremumLayerCPUTest*:smoke_Snippets*' }}
+ GTEST_FILTER: ${{ inputs.testFilterType == 'SMOKE' && '*smoke*' || '*ActivationLayer*:*EltwiseLayer*:*LogicalLayer*:*ComparisonLayer*:*SelectLayer*:*MatMulLayerCPUTest*:*ExtremumLayerCPUTest*:smoke_Snippets* - *_Snippets_CPU/*' }}
238
239
steps:
240
- name: Download OpenVINO artifacts (package)
0 commit comments