File tree Expand file tree Collapse file tree 7 files changed +0
-30
lines changed Expand file tree Collapse file tree 7 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -159,10 +159,6 @@ jobs:
159
159
timeout-minutes : 60
160
160
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
161
161
run : cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
162
- - name : Accuracy:ml
163
- timeout-minutes : 60
164
- if : ${{ always() && steps.build-opencv.outcome == 'success' }}
165
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
166
162
- name : Accuracy:objdetect
167
163
timeout-minutes : 60
168
164
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -156,10 +156,6 @@ jobs:
156
156
timeout-minutes : 60
157
157
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
158
158
run : cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
159
- - name : Accuracy:ml
160
- timeout-minutes : 60
161
- if : ${{ always() && steps.build-opencv.outcome == 'success' }}
162
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
163
159
- name : Accuracy:objdetect
164
160
timeout-minutes : 60
165
161
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -159,10 +159,6 @@ jobs:
159
159
timeout-minutes : 60
160
160
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
161
161
run : cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
162
- - name : Accuracy:ml
163
- timeout-minutes : 60
164
- if : ${{ always() && steps.build-opencv.outcome == 'success' }}
165
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
166
162
- name : Accuracy:objdetect
167
163
timeout-minutes : 60
168
164
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -160,10 +160,6 @@ jobs:
160
160
timeout-minutes : 60
161
161
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
162
162
run : cd $HOME/build && xvfb-run -a bin/opencv_test_imgproc --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
163
- - name : Accuracy:ml
164
- timeout-minutes : 60
165
- if : ${{ always() && steps.build-opencv.outcome == 'success' }}
166
- run : cd $HOME/build && xvfb-run -a bin/opencv_test_ml --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
167
163
- name : Accuracy:objdetect
168
164
timeout-minutes : 60
169
165
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -152,10 +152,6 @@ jobs:
152
152
timeout-minutes : 60
153
153
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
154
154
run : cd ${{ github.workspace }}\build && bin\opencv_test_imgproc.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
155
- - name : Accuracy:ml
156
- timeout-minutes : 60
157
- if : ${{ always() && steps.build-opencv.outcome == 'success' }}
158
- run : cd ${{ github.workspace }}\build && bin\opencv_test_ml.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
159
155
- name : Accuracy:objdetect
160
156
timeout-minutes : 60
161
157
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -162,11 +162,6 @@ jobs:
162
162
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
163
163
run : ./bin/opencv_test_imgproc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
164
164
working-directory : ${{ github.workspace }}/build
165
- - name : Accuracy:ml
166
- timeout-minutes : 60
167
- if : ${{ always() && steps.build-opencv.outcome == 'success' }}
168
- run : ./bin/opencv_test_ml --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
169
- working-directory : ${{ github.workspace }}/build
170
165
- name : Accuracy:objdetect
171
166
timeout-minutes : 60
172
167
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
Original file line number Diff line number Diff line change @@ -163,11 +163,6 @@ jobs:
163
163
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
164
164
run : ./bin/opencv_test_imgproc --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
165
165
working-directory : ${{ github.workspace }}/build
166
- - name : Accuracy:ml
167
- timeout-minutes : 60
168
- if : ${{ always() && steps.build-opencv.outcome == 'success' }}
169
- run : ./bin/opencv_test_ml --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
170
- working-directory : ${{ github.workspace }}/build
171
166
- name : Accuracy:objdetect
172
167
timeout-minutes : 60
173
168
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments