Skip to content

Commit e0ded14

Browse files
authored
Removed Aruco module (contrib) from CI (#161)
1 parent 09d4f66 commit e0ded14

6 files changed

+0
-52
lines changed

.github/workflows/OCV-Contrib-PR-5.x-ARM64.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,6 @@ jobs:
139139
timeout-minutes: 60
140140
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141141
run: cd $HOME/build && xvfb-run -a bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
142-
- name: Accuracy:aruco
143-
timeout-minutes: 60
144-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
145-
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 }}
146142
- name: Accuracy:bgsegm
147143
timeout-minutes: 60
148144
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -323,10 +319,6 @@ jobs:
323319
timeout-minutes: 60
324320
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
325321
run: cd $HOME/build && xvfb-run -a bin/opencv_perf_3d --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 }}
326-
- name: Performance:aruco
327-
timeout-minutes: 60
328-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
329-
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 }}
330322
- name: Performance:bioinspired
331323
timeout-minutes: 60
332324
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

.github/workflows/OCV-Contrib-PR-5.x-U20.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ jobs:
138138
timeout-minutes: 60
139139
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
140140
run: cd $HOME/build && xvfb-run -a bin/opencv_test_3d --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
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 --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
145141
- name: Accuracy:bgsegm
146142
timeout-minutes: 60
147143
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -330,10 +326,6 @@ jobs:
330326
timeout-minutes: 60
331327
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
332328
run: cd $HOME/build && xvfb-run -a bin/opencv_perf_3d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
333-
- name: Performance:aruco
334-
timeout-minutes: 60
335-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
336-
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 --perf_threads=${{ env.PARALLEL_JOBS }}
337329
- name: Performance:bioinspired
338330
timeout-minutes: 60
339331
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

.github/workflows/OCV-Contrib-PR-5.x-U22.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,6 @@ jobs:
141141
timeout-minutes: 60
142142
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
143143
run: cd $HOME/build && xvfb-run -a bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
144-
- name: Accuracy:aruco
145-
timeout-minutes: 60
146-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
147-
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 }}
148144
- name: Accuracy:bgsegm
149145
timeout-minutes: 60
150146
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -333,10 +329,6 @@ jobs:
333329
timeout-minutes: 60
334330
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
335331
run: cd $HOME/build && xvfb-run -a bin/opencv_perf_3d --perf_impl=plain --perf_min_samples=1 --perf_force_samples=1 --perf_verify_sanity --skip_unstable=1 --perf_threads=${{ env.PARALLEL_JOBS }}
336-
- name: Performance:aruco
337-
timeout-minutes: 60
338-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
339-
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 --perf_threads=${{ env.PARALLEL_JOBS }}
340332
- name: Performance:bioinspired
341333
timeout-minutes: 60
342334
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

.github/workflows/OCV-Contrib-PR-5.x-W10.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ jobs:
131131
timeout-minutes: 60
132132
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133133
run: cd ${{ github.workspace }}\build && bin\opencv_test_3d.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
134-
- name: Accuracy:aruco
135-
timeout-minutes: 60
136-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137-
run: cd ${{ github.workspace }}\build && bin\opencv_test_aruco.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
138134
- name: Accuracy:bgsegm
139135
timeout-minutes: 60
140136
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -317,10 +313,6 @@ jobs:
317313
timeout-minutes: 60
318314
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
319315
run: cd ${{ github.workspace }}\build && bin\opencv_perf_3d.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%
320-
- name: Performance:aruco
321-
timeout-minutes: 60
322-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323-
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%
324316
- name: Performance:bioinspired
325317
timeout-minutes: 60
326318
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

.github/workflows/OCV-Contrib-PR-5.x-macOS-ARM64.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ jobs:
130130
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
131131
run: ./bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
132132
working-directory: ${{ github.workspace }}/build
133-
- name: Accuracy:aruco
134-
timeout-minutes: 60
135-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
136-
run: ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
137-
working-directory: ${{ github.workspace }}/build
138133
- name: Accuracy:bgsegm
139134
timeout-minutes: 60
140135
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -370,11 +365,6 @@ jobs:
370365
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
371366
run: ./bin/opencv_perf_3d --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
372367
working-directory: ${{ github.workspace }}/build
373-
- name: Performance:aruco
374-
timeout-minutes: 60
375-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
376-
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
377-
working-directory: ${{ github.workspace }}/build
378368
- name: Performance:bioinspired
379369
timeout-minutes: 60
380370
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

.github/workflows/OCV-Contrib-PR-5.x-macOS-x86_64.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ jobs:
130130
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
131131
run: ./bin/opencv_test_3d --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
132132
working-directory: ${{ github.workspace }}/build
133-
- name: Accuracy:aruco
134-
timeout-minutes: 60
135-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
136-
run: ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
137-
working-directory: ${{ github.workspace }}/build
138133
- name: Accuracy:bgsegm
139134
timeout-minutes: 60
140135
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -372,11 +367,6 @@ jobs:
372367
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
373368
run: ./bin/opencv_perf_3d --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
374369
working-directory: ${{ github.workspace }}/build
375-
- name: Performance:aruco
376-
timeout-minutes: 60
377-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
378-
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
379-
working-directory: ${{ github.workspace }}/build
380370
- name: Performance:bioinspired
381371
timeout-minutes: 60
382372
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

0 commit comments

Comments
 (0)