@@ -137,11 +137,11 @@ jobs:
137
137
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
138
138
run : ./bin/opencv_test_flann --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
139
139
working-directory : ${{ github.workspace }}/build
140
- # - name: Accuracy:gapi
141
- # timeout-minutes: 60
142
- # if: ${{ always() && steps.build-opencv.outcome == 'success' }}
143
- # run: ./bin/opencv_test_gapi --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
144
- # working-directory: ${{ github.workspace }}/build
140
+ - name : Accuracy:gapi
141
+ timeout-minutes : 60
142
+ if : ${{ always() && steps.build-opencv.outcome == 'success' }}
143
+ run : ./bin/opencv_test_gapi --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS ${{ env.EXTRA_GTEST_OPTIONS }}
144
+ working-directory : ${{ github.workspace }}/build
145
145
- name : Accuracy:highgui
146
146
timeout-minutes : 60
147
147
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
@@ -207,11 +207,11 @@ jobs:
207
207
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
208
208
run : ./bin/opencv_perf_features2d --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
209
209
working-directory : ${{ github.workspace }}/build
210
- # - name: Performance:gapi
211
- # timeout-minutes: 60
212
- # if: ${{ always() && steps.build-opencv.outcome == 'success' }}
213
- # run: ./bin/opencv_perf_gapi --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
214
- # working-directory: ${{ github.workspace }}/build
210
+ - name : Performance:gapi
211
+ timeout-minutes : 60
212
+ if : ${{ always() && steps.build-opencv.outcome == 'success' }}
213
+ run : ./bin/opencv_perf_gapi --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
214
+ working-directory : ${{ github.workspace }}/build
215
215
- name : Performance:imgcodecs
216
216
timeout-minutes : 60
217
217
if : ${{ always() && steps.build-opencv.outcome == 'success' }}
0 commit comments