File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
run :
205
205
shell : bash
206
206
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
208
208
volumes :
209
209
- /mnt/cache/git_cache:/home/ci/git_cache
210
210
- /mnt/cache/ci_cache/opencv:/home/ci/.ccache
@@ -310,7 +310,7 @@ jobs:
310
310
run : |
311
311
$TEST_RUNNER \
312
312
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
314
314
- name : Run features2d test
315
315
timeout-minutes : 60
316
316
if : ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
You can’t perform that action at this time.
0 commit comments