From c061c21d991f0f1afb80e0fdf87a1fc99c9bc08b Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Fri, 12 Apr 2024 13:39:36 +0300 Subject: [PATCH] Drop tests for Aruco module in 4.x as all of them migrated to main repo. --- .github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml | 8 -------- .github/workflows/OCV-Contrib-PR-4.x-U20.yaml | 8 -------- .github/workflows/OCV-Contrib-PR-4.x-U22.yaml | 8 -------- .github/workflows/OCV-Contrib-PR-4.x-W10.yaml | 8 -------- .github/workflows/OCV-Contrib-PR-4.x-macOS-ARM64.yaml | 10 ---------- .github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml | 10 ---------- 6 files changed, 52 deletions(-) diff --git a/.github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml b/.github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml index 75f78282..60fb8549 100644 --- a/.github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml +++ b/.github/workflows/OCV-Contrib-PR-4.x-ARM64.yaml @@ -135,10 +135,6 @@ jobs: - name: Warnings check timeout-minutes: 60 run: cd $HOME/build && python3 $HOME/scripts/warnings-handling.py - - name: Accuracy:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 }} - name: Accuracy:bgsegm timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -321,10 +317,6 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} 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 }} - - name: Performance:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 }} - name: Performance:bioinspired timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-4.x-U20.yaml b/.github/workflows/OCV-Contrib-PR-4.x-U20.yaml index abe32eb0..5b7a2ae2 100644 --- a/.github/workflows/OCV-Contrib-PR-4.x-U20.yaml +++ b/.github/workflows/OCV-Contrib-PR-4.x-U20.yaml @@ -135,10 +135,6 @@ jobs: - name: Warnings check timeout-minutes: 60 run: cd $HOME/build && python3 $HOME/scripts/warnings-handling.py - - name: Accuracy:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 }} - name: Accuracy:bgsegm timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -325,10 +321,6 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} 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 }} - - name: Performance:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 }} - name: Performance:bioinspired timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-4.x-U22.yaml b/.github/workflows/OCV-Contrib-PR-4.x-U22.yaml index 2a3767ef..9e767732 100644 --- a/.github/workflows/OCV-Contrib-PR-4.x-U22.yaml +++ b/.github/workflows/OCV-Contrib-PR-4.x-U22.yaml @@ -138,10 +138,6 @@ jobs: - name: Warnings check timeout-minutes: 60 run: cd $HOME/build && python3 $HOME/scripts/warnings-handling.py - - name: Accuracy:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 }} - name: Accuracy:bgsegm timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -328,10 +324,6 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} 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 }} - - name: Performance:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 }} - name: Performance:bioinspired timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-4.x-W10.yaml b/.github/workflows/OCV-Contrib-PR-4.x-W10.yaml index c5119878..dc4f7f78 100644 --- a/.github/workflows/OCV-Contrib-PR-4.x-W10.yaml +++ b/.github/workflows/OCV-Contrib-PR-4.x-W10.yaml @@ -128,10 +128,6 @@ jobs: - name: Warnings check timeout-minutes: 60 run: cd ${{ github.workspace }}\build && python %CI_SCRIPTS%\warnings-handling.py - - name: Accuracy:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: cd ${{ github.workspace }}\build && bin\opencv_test_aruco.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% - name: Accuracy:bgsegm timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -308,10 +304,6 @@ jobs: timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: cd ${{ github.workspace }}\build && bin\opencv_test_xphoto.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS% - - name: Performance:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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% - name: Performance:bioinspired timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-4.x-macOS-ARM64.yaml b/.github/workflows/OCV-Contrib-PR-4.x-macOS-ARM64.yaml index 72c9a517..60e458bf 100644 --- a/.github/workflows/OCV-Contrib-PR-4.x-macOS-ARM64.yaml +++ b/.github/workflows/OCV-Contrib-PR-4.x-macOS-ARM64.yaml @@ -127,11 +127,6 @@ jobs: timeout-minutes: 60 run: python3 $GIT_CACHE/warnings-handling.py working-directory: ${{ github.workspace }}/build - - name: Accuracy:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - working-directory: ${{ github.workspace }}/build - name: Accuracy:bgsegm timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -362,11 +357,6 @@ jobs: if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: ./bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - - name: Performance:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 - working-directory: ${{ github.workspace }}/build - name: Performance:bioinspired timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} diff --git a/.github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml b/.github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml index b3a65bf3..4cdc3760 100644 --- a/.github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml +++ b/.github/workflows/OCV-Contrib-PR-4.x-macOS-x86_64.yaml @@ -126,11 +126,6 @@ jobs: timeout-minutes: 60 run: python3 $GIT_CACHE/warnings-handling.py working-directory: ${{ github.workspace }}/build - - name: Accuracy:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - run: ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} - working-directory: ${{ github.workspace }}/build - name: Accuracy:bgsegm timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} @@ -363,11 +358,6 @@ jobs: if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} run: ./bin/opencv_test_xphoto --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }} working-directory: ${{ github.workspace }}/build - - name: Performance:aruco - timeout-minutes: 60 - if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }} - 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 - working-directory: ${{ github.workspace }}/build - name: Performance:bioinspired timeout-minutes: 60 if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}