Skip to content

Commit 84bdc36

Browse files
authored
Drop tests for Aruco module in 4.x as all of them migrated to main repo. (#169)
1 parent eac7a8a commit 84bdc36

6 files changed

+0
-52
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ jobs:
135135
- name: Warnings check
136136
timeout-minutes: 60
137137
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 }}
142138
- name: Accuracy:bgsegm
143139
timeout-minutes: 60
144140
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -321,10 +317,6 @@ jobs:
321317
timeout-minutes: 60
322318
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323319
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 }}
328320
- name: Performance:bioinspired
329321
timeout-minutes: 60
330322
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ jobs:
135135
- name: Warnings check
136136
timeout-minutes: 60
137137
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 }}
142138
- name: Accuracy:bgsegm
143139
timeout-minutes: 60
144140
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -325,10 +321,6 @@ jobs:
325321
timeout-minutes: 60
326322
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
327323
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 }}
332324
- name: Performance:bioinspired
333325
timeout-minutes: 60
334326
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ jobs:
138138
- name: Warnings check
139139
timeout-minutes: 60
140140
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 }}
145141
- name: Accuracy:bgsegm
146142
timeout-minutes: 60
147143
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -328,10 +324,6 @@ jobs:
328324
timeout-minutes: 60
329325
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
330326
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 }}
335327
- name: Performance:bioinspired
336328
timeout-minutes: 60
337329
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ jobs:
128128
- name: Warnings check
129129
timeout-minutes: 60
130130
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%
135131
- name: Accuracy:bgsegm
136132
timeout-minutes: 60
137133
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -308,10 +304,6 @@ jobs:
308304
timeout-minutes: 60
309305
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
310306
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%
315307
- name: Performance:bioinspired
316308
timeout-minutes: 60
317309
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ jobs:
127127
timeout-minutes: 60
128128
run: python3 $GIT_CACHE/warnings-handling.py
129129
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
135130
- name: Accuracy:bgsegm
136131
timeout-minutes: 60
137132
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -362,11 +357,6 @@ jobs:
362357
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
363358
run: ./bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
364359
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
370360
- name: Performance:bioinspired
371361
timeout-minutes: 60
372362
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ jobs:
126126
timeout-minutes: 60
127127
run: python3 $GIT_CACHE/warnings-handling.py
128128
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
134129
- name: Accuracy:bgsegm
135130
timeout-minutes: 60
136131
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
@@ -363,11 +358,6 @@ jobs:
363358
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
364359
run: ./bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
365360
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
371361
- name: Performance:bioinspired
372362
timeout-minutes: 60
373363
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

0 commit comments

Comments
 (0)