File tree Expand file tree Collapse file tree 5 files changed +22
-0
lines changed Expand file tree Collapse file tree 5 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,10 @@ jobs:
322
322
timeout-minutes : 60
323
323
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
324
324
run : cd $HOME/build && xvfb-run -a bin/opencv_test_xstereo --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
325
+ - name : Accuracy:ml
326
+ timeout-minutes : 60
327
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
328
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
325
329
- name : Performance:3d
326
330
timeout-minutes : 60
327
331
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -325,6 +325,10 @@ jobs:
325
325
timeout-minutes : 60
326
326
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
327
327
run : cd $HOME/build && xvfb-run -a bin/opencv_test_xstereo --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
328
+ - name : Accuracy:ml
329
+ timeout-minutes : 60
330
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
331
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_ml --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
328
332
- name : Performance:3d
329
333
timeout-minutes : 60
330
334
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -309,6 +309,10 @@ jobs:
309
309
timeout-minutes : 60
310
310
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
311
311
run : cd ${{ github.workspace }}\build && bin\opencv_test_xstereo.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
312
+ - name : Accuracy:ml
313
+ timeout-minutes : 60
314
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
315
+ run : cd ${{ github.workspace }}\build && bin\opencv_test_ml.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
312
316
- name : Performance:3d
313
317
timeout-minutes : 60
314
318
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -360,6 +360,11 @@ jobs:
360
360
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
361
361
run : ./bin/opencv_test_xstereo --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
362
362
working-directory : ${{ github.workspace }}/build
363
+ - name : Accuracy:ml
364
+ timeout-minutes : 60
365
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
366
+ run : ./bin/opencv_test_ml --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
367
+ working-directory : ${{ github.workspace }}/build
363
368
- name : Performance:3d
364
369
timeout-minutes : 60
365
370
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -362,6 +362,11 @@ jobs:
362
362
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
363
363
run : ./bin/opencv_test_xstereo --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
364
364
working-directory : ${{ github.workspace }}/build
365
+ - name : Accuracy:ml
366
+ timeout-minutes : 60
367
+ if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
368
+ run : ./bin/opencv_test_ml --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
369
+ working-directory : ${{ github.workspace }}/build
365
370
- name : Performance:3d
366
371
timeout-minutes : 60
367
372
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments