Skip to content

Commit 23c2d0c

Browse files
Removed mcc test from workflow (#240)
1 parent d099e4a commit 23c2d0c

4 files changed

+0
-18
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,6 @@ jobs:
207207
timeout-minutes: 60
208208
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
209209
run: cd $HOME/build && xvfb-run -a bin/opencv_test_line_descriptor --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
210-
- name: Accuracy:mcc
211-
timeout-minutes: 60
212-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
213-
run: cd $HOME/build && xvfb-run -a bin/opencv_test_mcc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
214210
- name: Accuracy:ml
215211
timeout-minutes: 60
216212
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ jobs:
199199
timeout-minutes: 60
200200
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
201201
run: cd ${{ github.workspace }}\build && bin\opencv_test_line_descriptor.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
202-
- name: Accuracy:mcc
203-
timeout-minutes: 60
204-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
205-
run: cd ${{ github.workspace }}\build && bin\opencv_test_mcc.exe --skip_unstable --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=%PARALLEL_JOBS%
206202
- name: Accuracy:ml
207203
timeout-minutes: 60
208204
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ jobs:
215215
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
216216
run: ./bin/opencv_test_line_descriptor --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
217217
working-directory: ${{ github.workspace }}/build
218-
- name: Accuracy:mcc
219-
timeout-minutes: 60
220-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
221-
run: ./bin/opencv_test_mcc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
222-
working-directory: ${{ github.workspace }}/build
223218
- name: Accuracy:ml
224219
timeout-minutes: 60
225220
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@ jobs:
222222
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
223223
run: ./bin/opencv_test_line_descriptor --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
224224
working-directory: ${{ github.workspace }}/build
225-
- name: Accuracy:mcc
226-
timeout-minutes: 60
227-
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}
228-
run: ./bin/opencv_test_mcc --gtest_filter=${{ env.GTEST_FILTER_STRING }} --test_threads=${{ env.PARALLEL_JOBS }} ${{ env.EXTRA_GTEST_OPTIONS }}
229-
working-directory: ${{ github.workspace }}/build
230225
- name: Accuracy:ml
231226
timeout-minutes: 60
232227
if: ${{ always() && steps.build-opencv-contrib.outcome == 'success' }}

0 commit comments

Comments
 (0)