Skip to content

Commit

Permalink
RISC-V: fix image in nightly workflow (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshabunin authored Aug 12, 2024
1 parent c553cd1 commit 0a8933e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/OCV-Nightly-RISCV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
run:
shell: bash
container:
image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-main:20240329
image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-main:20240709
volumes:
- /mnt/cache/git_cache:/home/ci/git_cache
- /mnt/cache/ci_cache/opencv:/home/ci/.ccache
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
run: |
$TEST_RUNNER \
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT}
${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT} --gtest_filter=*:-Test_Caffe_layers.InnerProduct/0
- name: Run features2d test
timeout-minutes: 60
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
Expand Down

0 comments on commit 0a8933e

Please sign in to comment.