Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RISC-V: upgrade SC image with new compiler 2024.08 #185

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
6 changes: 3 additions & 3 deletions .github/workflows/OCV-Nightly-RISCV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-sc:20240709
image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-sc:20240918
volumes:
- /mnt/cache/git_cache:/home/ci/git_cache
- /mnt/cache/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -530,15 +530,15 @@ jobs:
cd $HOME/build
$TEST_RUNNER bin/opencv_test_core \
$TEST_OPT \
--gtest_filter=*
--gtest_filter=*:-hal_intrin128.float64x2_BASELINE:Core_ArithmMask.uninitialized:Core_ConvertScale*/ElemWiseTest.accuracy/*:Core_Add/ElemWiseTest.accuracy/*:Core_Sub/ElemWiseTest.accuracy/*:Core_AddS/ElemWiseTest.accuracy/*:Core_SubRS/ElemWiseTest.accuracy/*:Core_ScaleAdd/ElemWiseTest.accuracy/*
- name: Run imgproc test
timeout-minutes: 60
if: ${{ always() && steps.build.outcome == 'success' }}
run: |
cd $HOME/build
$TEST_RUNNER bin/opencv_test_imgproc \
$TEST_OPT \
--gtest_filter=*:-Imgproc_Hist_Compare.accuracy
--gtest_filter=*:-Imgproc_Hist_Compare.accuracy:ImgProc/Imgproc_RemapRelative.validity/*
- name: Run dnn test
timeout-minutes: 60
if: ${{ always() && steps.build.outcome == 'success' }}
Expand Down
Loading