File tree Expand file tree Collapse file tree 7 files changed +2
-24
lines changed Expand file tree Collapse file tree 7 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -139,10 +139,6 @@ jobs:
139
139
timeout-minutes : 60
140
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
141
run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
142
- - name : Accuracy:barcode
143
- timeout-minutes : 60
144
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
145
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
146
142
- name : Accuracy:bgsegm
147
143
timeout-minutes : 60
148
144
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -139,10 +139,6 @@ jobs:
139
139
timeout-minutes : 60
140
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
141
run : cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --test_threads=${{ env.PARALLEL_JOBS }}
142
- - name : Accuracy:barcode
143
- timeout-minutes : 60
144
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
145
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_barcode --test_threads=${{ env.PARALLEL_JOBS }}
146
142
- name : Accuracy:bgsegm
147
143
timeout-minutes : 60
148
144
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
timeout-minutes : 60
136
136
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137
137
run : cd ${{ github.workspace }}\build && bin\opencv_test_aruco.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
138
- - name : Accuracy:barcode
139
- timeout-minutes : 60
140
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141
- run : cd ${{ github.workspace }}\build && bin\opencv_test_barcode.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
142
138
- name : Accuracy:bgsegm
143
139
timeout-minutes : 60
144
140
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -132,11 +132,6 @@ jobs:
132
132
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133
133
run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
134
134
working-directory : ${{ github.workspace }}/build
135
- - name : Accuracy:barcode
136
- timeout-minutes : 60
137
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
138
- run : ./bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
139
- working-directory : ${{ github.workspace }}/build
140
135
- name : Accuracy:bgsegm
141
136
timeout-minutes : 60
142
137
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -132,11 +132,6 @@ jobs:
132
132
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133
133
run : ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
134
134
working-directory : ${{ github.workspace }}/build
135
- - name : Accuracy:barcode
136
- timeout-minutes : 60
137
- if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
138
- run : ./bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
139
- working-directory : ${{ github.workspace }}/build
140
135
- name : Accuracy:bgsegm
141
136
timeout-minutes : 60
142
137
if : ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144
144
- name : Accuracy:objdetect
145
145
timeout-minutes : 60
146
146
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
147
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} --gtest_filter="-Objdetect_QRCode_Close.regression/0:Objdetect_QRCode_Close.regression/4"
147
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
148
148
- name : Accuracy:photo
149
149
timeout-minutes : 60
150
150
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
- name : Accuracy:objdetect
163
163
timeout-minutes : 60
164
164
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
165
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }} --gtest_filter="-Objdetect_QRCode_Close.regression/0:Objdetect_QRCode_Close.regression/4"
165
+ run : cd $HOME/build && xvfb-run -a bin/opencv_test_objdetect --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
166
166
- name : Accuracy:photo
167
167
timeout-minutes : 60
168
168
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments