Skip to content

Commit 02205a4

Browse files
committed
RISC-V: update features2d test after module rename
1 parent db32f5c commit 02205a4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/OCV-Nightly-RISCV.yaml

+6-4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
REMOTE_DATA: './testdata'
3434
TEST_RUNNER: 'ssh lichee1'
3535
BRANCH: '${{ matrix.branch }}'
36+
MOD_FEATURES: '${{ matrix.branch == "4.x" && "features2d" || "features" }}'
3637
strategy:
3738
max-parallel: 1
3839
matrix:
@@ -150,13 +151,13 @@ jobs:
150151
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
151152
${REMOTE_BIN}/opencv_test_dnn \
152153
--gtest_filter=*:-Test_Int8_layers.InnerProduct/0:Test_Caffe_layers.InnerProduct/0:Test_Caffe_layers.layer_prelu_fc/0:Test_TensorFlow_layers.matmul/0:Test_TensorFlow_layers.lstm/0:Test_Torch_layers.run_reshape_single_sample/0
153-
- name: Run features2d test
154+
- name: Run features test
154155
timeout-minutes: 60
155156
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
156157
run: |
157158
$TEST_RUNNER \
158159
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
159-
${REMOTE_BIN}/opencv_test_features2d
160+
${REMOTE_BIN}/opencv_test_${MOD_FEATURES}
160161
- name: Run objdetect test
161162
timeout-minutes: 60
162163
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
@@ -195,6 +196,7 @@ jobs:
195196
TEST_RUNNER: 'ssh canmv1'
196197
TEST_OPT: '--test_tag_skip=mem_512mb'
197198
BRANCH: '${{ matrix.branch }}'
199+
MOD_FEATURES: '${{ matrix.branch == "4.x" && "features2d" || "features" }}'
198200
strategy:
199201
max-parallel: 1
200202
matrix:
@@ -311,13 +313,13 @@ jobs:
311313
$TEST_RUNNER \
312314
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
313315
${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT} --gtest_filter=*:-Test_Caffe_layers.InnerProduct/0
314-
- name: Run features2d test
316+
- name: Run features test
315317
timeout-minutes: 60
316318
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
317319
run: |
318320
$TEST_RUNNER \
319321
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
320-
${REMOTE_BIN}/opencv_test_features2d ${TEST_OPT} --gtest_filter=*:-KAZE/DetectorScaleInvariance.scale/*
322+
${REMOTE_BIN}/opencv_test_${MOD_FEATURES} ${TEST_OPT} --gtest_filter=*:-KAZE/DetectorScaleInvariance.scale/*
321323
- name: Run objdetect test
322324
timeout-minutes: 60
323325
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}

0 commit comments

Comments
 (0)