Skip to content

Commit 0a8933e

Browse files
authored
RISC-V: fix image in nightly workflow (#179)
1 parent c553cd1 commit 0a8933e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/OCV-Nightly-RISCV.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
run:
205205
shell: bash
206206
container:
207-
image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-main:20240329
207+
image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-main:20240709
208208
volumes:
209209
- /mnt/cache/git_cache:/home/ci/git_cache
210210
- /mnt/cache/ci_cache/opencv:/home/ci/.ccache
@@ -310,7 +310,7 @@ jobs:
310310
run: |
311311
$TEST_RUNNER \
312312
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
313-
${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT}
313+
${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT} --gtest_filter=*:-Test_Caffe_layers.InnerProduct/0
314314
- name: Run features2d test
315315
timeout-minutes: 60
316316
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}

0 commit comments

Comments
 (0)