File tree Expand file tree Collapse file tree 6 files changed +0
-52
lines changed Expand file tree Collapse file tree 6 files changed +0
-52
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,6 @@ jobs:
135
135
- name : Warnings check
136
136
timeout-minutes : 60
137
137
run : cd $HOME/build && python3 $HOME/scripts/warnings-handling.py
138
- - name : Accuracy:aruco
139
- timeout-minutes : 60
140
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
142
138
- name : Accuracy:bgsegm
143
139
timeout-minutes : 60
144
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -321,10 +317,6 @@ jobs:
321
317
timeout-minutes : 60
322
318
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323
319
run : cd $HOME/build && xvfb-run -a bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
324
- - name : Performance:aruco
325
- timeout-minutes : 60
326
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
327
- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
328
320
- name : Performance:bioinspired
329
321
timeout-minutes : 60
330
322
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -135,10 +135,6 @@ jobs:
135
135
- name : Warnings check
136
136
timeout-minutes : 60
137
137
run : cd $HOME/build && python3 $HOME/scripts/warnings-handling.py
138
- - name : Accuracy:aruco
139
- timeout-minutes : 60
140
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
142
138
- name : Accuracy:bgsegm
143
139
timeout-minutes : 60
144
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -325,10 +321,6 @@ jobs:
325
321
timeout-minutes : 60
326
322
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
327
323
run : cd $HOME/build && xvfb-run -a bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
328
- - name : Performance:aruco
329
- timeout-minutes : 60
330
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
331
- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
332
324
- name : Performance:bioinspired
333
325
timeout-minutes : 60
334
326
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -138,10 +138,6 @@ jobs:
138
138
- name : Warnings check
139
139
timeout-minutes : 60
140
140
run : cd $HOME/build && python3 $HOME/scripts/warnings-handling.py
141
- - name : Accuracy:aruco
142
- timeout-minutes : 60
143
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
144
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
145
141
- name : Accuracy:bgsegm
146
142
timeout-minutes : 60
147
143
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -328,10 +324,6 @@ jobs:
328
324
timeout-minutes : 60
329
325
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
330
326
run : cd $HOME/build && xvfb-run -a bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
331
- - name : Performance:aruco
332
- timeout-minutes : 60
333
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
334
- run : cd $HOME/build && xvfb-run -a bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=${{ env.PARALLEL_JOBS }}
335
327
- name : Performance:bioinspired
336
328
timeout-minutes : 60
337
329
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -128,10 +128,6 @@ jobs:
128
128
- name : Warnings check
129
129
timeout-minutes : 60
130
130
run : cd ${{ github.workspace }}\build && python %CI_SCRIPTS%\warnings-handling.py
131
- - name : Accuracy:aruco
132
- timeout-minutes : 60
133
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
134
- run : cd ${{ github.workspace }}\build && bin\opencv_test_aruco.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
135
131
- name : Accuracy:bgsegm
136
132
timeout-minutes : 60
137
133
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -308,10 +304,6 @@ jobs:
308
304
timeout-minutes : 60
309
305
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
310
306
run : cd ${{ github.workspace }}\build && bin\opencv_test_xphoto.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
311
- - name : Performance:aruco
312
- timeout-minutes : 60
313
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
314
- run : cd ${{ github.workspace }}\build && bin\opencv_perf_aruco.exe --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=%PARALLEL_JOBS%
315
307
- name : Performance:bioinspired
316
308
timeout-minutes : 60
317
309
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -127,11 +127,6 @@ jobs:
127
127
timeout-minutes : 60
128
128
run : python3 $GIT_CACHE/warnings-handling.py
129
129
working-directory : ${{ github.workspace }}/build
130
- - name : Accuracy:aruco
131
- timeout-minutes : 60
132
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133
- run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
134
- working-directory : ${{ github.workspace }}/build
135
130
- name : Accuracy:bgsegm
136
131
timeout-minutes : 60
137
132
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -362,11 +357,6 @@ jobs:
362
357
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
363
358
run : ./bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
364
359
working-directory : ${{ github.workspace }}/build
365
- - name : Performance:aruco
366
- timeout-minutes : 60
367
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
368
- run : ./bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
369
- working-directory : ${{ github.workspace }}/build
370
360
- name : Performance:bioinspired
371
361
timeout-minutes : 60
372
362
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -126,11 +126,6 @@ jobs:
126
126
timeout-minutes : 60
127
127
run : python3 $GIT_CACHE/warnings-handling.py
128
128
working-directory : ${{ github.workspace }}/build
129
- - name : Accuracy:aruco
130
- timeout-minutes : 60
131
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
132
- run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
133
- working-directory : ${{ github.workspace }}/build
134
129
- name : Accuracy:bgsegm
135
130
timeout-minutes : 60
136
131
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -363,11 +358,6 @@ jobs:
363
358
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
364
359
run : ./bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
365
360
working-directory : ${{ github.workspace }}/build
366
- - name : Performance:aruco
367
- timeout-minutes : 60
368
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
369
- run : ./bin/opencv_perf_aruco --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --gtest_filter=${{ env.GTEST_FILTER_STRING }} --perf_threads=$PARALLEL_JOBS
370
- working-directory : ${{ github.workspace }}/build
371
361
- name : Performance:bioinspired
372
362
timeout-minutes : 60
373
363
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments