Skip to content

Commit 8fd7010

Browse files
committed
Added cvv module tests to CI after QT addtion.
1 parent 49bb977 commit 8fd7010

4 files changed

Lines changed: 19 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
EXTRA_CMAKE_OPTIONS: '-DWITH_FASTCV=ON -DBUILD_DOCS=ON -DPYTHON_DEFAULT_EXECUTABLE=/usr/bin/python3 -DOPENCV_DOWNLOAD_PATH=/home/ci/binaries_cache -DBUILD_EXAMPLES=ON -DOPENCV_ENABLE_NONFREE=ON'
16+
EXTRA_CMAKE_OPTIONS: '-DWITH_QT=ON -DWITH_GTK=OFF -DWITH_FASTCV=ON -DBUILD_DOCS=ON -DPYTHON_DEFAULT_EXECUTABLE=/usr/bin/python3 -DOPENCV_DOWNLOAD_PATH=/home/ci/binaries_cache -DBUILD_EXAMPLES=ON -DOPENCV_ENABLE_NONFREE=ON'
1717
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
1818
PR_AUTHOR_FORK: ${{ github.event.pull_request.head.repo.full_name }}
1919
SOURCE_BRANCH_NAME: ${{ github.head_ref }}
@@ -321,6 +321,10 @@ jobs:
321321
timeout-minutes: 60
322322
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323323
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: Accuracy:cvv
325+
timeout-minutes: 60
326+
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
327+
run: cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
324328
- name: Performance:bioinspired
325329
timeout-minutes: 60
326330
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
EXTRA_CMAKE_OPTIONS: '-DBUILD_DOCS=ON -DPYTHON_DEFAULT_EXECUTABLE=/usr/bin/python3 -DOPENCV_DOWNLOAD_PATH=/home/ci/binaries_cache -DBUILD_EXAMPLES=ON -DOPENCV_ENABLE_NONFREE=ON'
16+
EXTRA_CMAKE_OPTIONS: '-DWITH_QT=ON -DWITH_GTK=OFF -DBUILD_DOCS=ON -DPYTHON_DEFAULT_EXECUTABLE=/usr/bin/python3 -DOPENCV_DOWNLOAD_PATH=/home/ci/binaries_cache -DBUILD_EXAMPLES=ON -DOPENCV_ENABLE_NONFREE=ON'
1717
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
1818
PR_AUTHOR_FORK: ${{ github.event.pull_request.head.repo.full_name }}
1919
SOURCE_BRANCH_NAME: ${{ github.head_ref }}
@@ -317,6 +317,10 @@ jobs:
317317
timeout-minutes: 60
318318
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
319319
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 }}
320+
- name: Accuracy:cvv
321+
timeout-minutes: 60
322+
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
323+
run: cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
320324
- name: Performance:bioinspired
321325
timeout-minutes: 60
322326
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ jobs:
319319
timeout-minutes: 60
320320
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
321321
run: cd $HOME/build && xvfb-run -a bin/opencv_test_xstereo --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
322+
- name: Accuracy:cvv
323+
timeout-minutes: 60
324+
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
325+
run: cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
322326
- name: Performance:3d
323327
timeout-minutes: 60
324328
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
EXTRA_CMAKE_OPTIONS: '-DBUILD_DOCS=ON -DPYTHON_DEFAULT_EXECUTABLE=/usr/bin/python3 -DOPENCV_DOWNLOAD_PATH=/home/ci/binaries_cache -DBUILD_EXAMPLES=ON -DOPENCV_ENABLE_NONFREE=ON'
16+
EXTRA_CMAKE_OPTIONS: '-DWITH_QT=ON -DWITH_GTK=OFF -DBUILD_DOCS=ON -DPYTHON_DEFAULT_EXECUTABLE=/usr/bin/python3 -DOPENCV_DOWNLOAD_PATH=/home/ci/binaries_cache -DBUILD_EXAMPLES=ON -DOPENCV_ENABLE_NONFREE=ON'
1717
PR_AUTHOR: ${{ github.event.pull_request.user.login }}
1818
PR_AUTHOR_FORK: ${{ github.event.pull_request.head.repo.full_name }}
1919
SOURCE_BRANCH_NAME: ${{ github.head_ref }}
@@ -315,6 +315,10 @@ jobs:
315315
timeout-minutes: 60
316316
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
317317
run: cd $HOME/build && xvfb-run -a bin/opencv_test_xstereo --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
318+
- name: Accuracy:cvv
319+
timeout-minutes: 60
320+
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
321+
run: cd $HOME/build && xvfb-run -a bin/opencv_test_cvv --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
318322
- name: Performance:3d
319323
timeout-minutes: 60
320324
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

0 commit comments

Comments
 (0)