|
33 | 33 | REMOTE_DATA: './testdata'
|
34 | 34 | TEST_RUNNER: 'ssh lichee1'
|
35 | 35 | BRANCH: '${{ matrix.branch }}'
|
| 36 | + MOD_FEATURES: '${{ matrix.branch == "4.x" && "features2d" || "features" }}' |
36 | 37 | strategy:
|
37 | 38 | max-parallel: 1
|
38 | 39 | matrix:
|
@@ -150,13 +151,13 @@ jobs:
|
150 | 151 | OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
|
151 | 152 | ${REMOTE_BIN}/opencv_test_dnn \
|
152 | 153 | --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 |
154 | 155 | timeout-minutes: 60
|
155 | 156 | if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
|
156 | 157 | run: |
|
157 | 158 | $TEST_RUNNER \
|
158 | 159 | OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
|
159 |
| - ${REMOTE_BIN}/opencv_test_features2d |
| 160 | + ${REMOTE_BIN}/opencv_test_${MOD_FEATURES} |
160 | 161 | - name: Run objdetect test
|
161 | 162 | timeout-minutes: 60
|
162 | 163 | if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
|
@@ -195,6 +196,7 @@ jobs:
|
195 | 196 | TEST_RUNNER: 'ssh canmv1'
|
196 | 197 | TEST_OPT: '--test_tag_skip=mem_512mb'
|
197 | 198 | BRANCH: '${{ matrix.branch }}'
|
| 199 | + MOD_FEATURES: "${{ matrix.branch == '4.x' && 'features2d' || 'features' }}" |
198 | 200 | strategy:
|
199 | 201 | max-parallel: 1
|
200 | 202 | matrix:
|
@@ -311,13 +313,13 @@ jobs:
|
311 | 313 | $TEST_RUNNER \
|
312 | 314 | OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
|
313 | 315 | ${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT} --gtest_filter=*:-Test_Caffe_layers.InnerProduct/0
|
314 |
| - - name: Run features2d test |
| 316 | + - name: Run features test |
315 | 317 | timeout-minutes: 60
|
316 | 318 | if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
|
317 | 319 | run: |
|
318 | 320 | $TEST_RUNNER \
|
319 | 321 | 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/* |
321 | 323 | - name: Run objdetect test
|
322 | 324 | timeout-minutes: 60
|
323 | 325 | if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
|
|
0 commit comments