Skip to content

Commit 77e48af

Browse files
committed
file_change_trigger_added
1 parent 4bb60fb commit 77e48af

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/workflows/linux_riscv_xuantie_dev_cpu.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@ on:
55
testFilter:
66
description: 'Filter for google tests'
77
required: true
8-
default: '*smoke_AdaPoolAvg4DLayoutTest*'
8+
default: '*ActivationLayer*:*EltwiseLayer*:*LogicalLayer*:*ComparisonLayer*:*SelectLayer*'
99
pull_request:
1010
paths:
1111
- '.github/workflows/linux_riscv_xuantie_dev_cpu.yml'
12+
- 'src/plugins/intel_cpu/src/emitters/plugin/aarch64/**'
13+
- 'src/plugins/intel_cpu/src/emitters/plugin/riscv64/**'
14+
- 'src/plugins/intel_cpu/src/emitters/plugin/x64/**'
15+
- 'src/plugins/intel_cpu/src/nodes/executors/aarch64/**'
16+
- 'src/plugins/intel_cpu/src/nodes/executors/shl/**'
17+
- 'src/plugins/intel_cpu/src/nodes/kernels/riscv64/**'
18+
- 'src/plugins/intel_cpu/tests/functional/custom/single_layer_tests/instances/riscv64/**'
19+
- 'src/plugins/intel_cpu/thirdparty/xbyak_riscv/**'
1220

1321
concurrency:
1422
# github.ref is not unique in post-commit
@@ -19,7 +27,6 @@ permissions: read-all
1927

2028
env:
2129
TARGET_BRANCH: ${{ github.base_ref || github.event.merge_group.base_ref || github.ref }}
22-
GTEST_FILTER: ${{ github.event_name == 'workflow_dispatch' && inputs.testFilter || '*smoke_AdaPoolAvg4DLayoutTest*' }}
2330
RISCV_TOOLCHAIN_ROOT: /opt/riscv
2431

2532
jobs:
@@ -232,7 +239,7 @@ jobs:
232239
- name: Intel CPU plugin func tests (parallel)
233240
run: |
234241
source ${{ env.INSTALL_DIR }}/setupvars.sh
235-
${{ env.RISCV_TOOLCHAIN_ROOT}}/bin/qemu-riscv64 -cpu c910v ${{ env.INSTALL_TEST_DIR }}/ov_cpu_func_tests --gtest_print_time=1 --gtest_filter=${{ env.GTEST_FILTER }}
242+
${{ env.RISCV_TOOLCHAIN_ROOT}}/bin/qemu-riscv64 -cpu rv64,x-v=true,vlen=256 ${{ env.INSTALL_TEST_DIR }}/ov_cpu_func_tests --gtest_print_time=1 --gtest_filter=${{ inputs.testFilter }}
236243
timeout-minutes: 25
237244

238245
Overall_Status:

0 commit comments

Comments
 (0)