Skip to content

Commit 8f7baca

Browse files
authored
FastCV pipeline for 5.x and bug fixes. (#248)
1 parent 6dc2024 commit 8f7baca

File tree

2 files changed

+453
-2
lines changed

2 files changed

+453
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env:
2525
OPENCV_TEST_REQUIRE_DATA: 1
2626
OPENCV_CONTRIB_DOCKER_WORKDIR: '/home/ci/opencv_contrib'
2727
DNN_MODELS: '/home/ci/dnn-models'
28-
GTEST_FILTER_STRING: '-tracking_GOTURN.GOTURN/*:FastCV_Extension/ClusterEuclideanTest.accuracy/*'
28+
GTEST_FILTER_STRING: '-tracking_GOTURN.GOTURN/*'
2929
PARALLEL_JOBS: 16
3030

3131
jobs:
@@ -441,5 +441,5 @@ jobs:
441441
uses: actions/upload-artifact@v4
442442
if: ${{ always() && steps.java-test.outcome == 'success' && steps.build-opencv-contrib.outcome == 'success' }}
443443
with:
444-
name: junit-html-ubuntu20-arm64
444+
name: junit-html-ubuntu20-arm64-fastcv
445445
path: /home/ci/build/java_test/testResults/junit-noframes.html

0 commit comments

Comments
 (0)