Skip to content

Commit c6f53d8

Browse files
authored
Removed dedicated barcode module test after module integration to objdetect. (#102)
1 parent c596b91 commit c6f53d8

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ jobs:
135135
timeout-minutes: 60
136136
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137137
run: cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
138-
- name: Accuracy:barcode
139-
timeout-minutes: 60
140-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
142138
- name: Accuracy:bgsegm
143139
timeout-minutes: 60
144140
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,6 @@ jobs:
135135
timeout-minutes: 60
136136
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137137
run: cd $HOME/build && xvfb-run -a bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
138-
- name: Accuracy:barcode
139-
timeout-minutes: 60
140-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
141-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }}
142138
- name: Accuracy:bgsegm
143139
timeout-minutes: 60
144140
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 4 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_aruco.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
134-
- name: Accuracy:barcode
135-
timeout-minutes: 60
136-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
137-
run: cd ${{ github.workspace }}\build && bin\opencv_test_barcode.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' }}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ jobs:
128128
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
129129
run: ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
130130
working-directory: ${{ github.workspace }}/build
131-
- name: Accuracy:barcode
132-
timeout-minutes: 60
133-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
134-
run: ./bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
135-
working-directory: ${{ github.workspace }}/build
136131
- name: Accuracy:bgsegm
137132
timeout-minutes: 60
138133
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ jobs:
127127
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
128128
run: ./bin/opencv_test_aruco --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
129129
working-directory: ${{ github.workspace }}/build
130-
- name: Accuracy:barcode
131-
timeout-minutes: 60
132-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
133-
run: ./bin/opencv_test_barcode --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=$PARALLEL_JOBS
134-
working-directory: ${{ github.workspace }}/build
135130
- name: Accuracy:bgsegm
136131
timeout-minutes: 60
137132
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

0 commit comments

Comments
 (0)