Skip to content

Commit

Permalink
RISC-V: update SC image to 2024-09 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin authored Nov 8, 2024
1 parent a36742c commit b7efca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/OCV-Nightly-RISCV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ jobs:
run: |
$TEST_RUNNER \
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
${REMOTE_BIN}/opencv_test_calib ${TEST_OPT}
${REMOTE_BIN}/opencv_test_calib ${TEST_OPT} --gtest_filter=*:-RegisterCamerasTest.hetero*
- name: Run dnn test
timeout-minutes: 60
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
Expand Down 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:20241102
volumes:
- /mnt/cache/git_cache:/home/ci/git_cache
- /mnt/cache/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -530,7 +530,7 @@ 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' }}
Expand Down

0 comments on commit b7efca2

Please sign in to comment.