We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c553cd1 commit 0a8933eCopy full SHA for 0a8933e
.github/workflows/OCV-Nightly-RISCV.yaml
@@ -204,7 +204,7 @@ jobs:
204
run:
205
shell: bash
206
container:
207
- image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-main:20240329
+ image: quay.io/opencv-ci/opencv-ubuntu-22.04-riscv-main:20240709
208
volumes:
209
- /mnt/cache/git_cache:/home/ci/git_cache
210
- /mnt/cache/ci_cache/opencv:/home/ci/.ccache
@@ -310,7 +310,7 @@ jobs:
310
run: |
311
$TEST_RUNNER \
312
OPENCV_TEST_DATA_PATH=${REMOTE_DATA} \
313
- ${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT}
+ ${REMOTE_BIN}/opencv_test_dnn ${TEST_OPT} --gtest_filter=*:-Test_Caffe_layers.InnerProduct/0
314
- name: Run features2d test
315
timeout-minutes: 60
316
if: ${{ always() && steps.build.outcome == 'success' && steps.deploy.outcome == 'success' }}
0 commit comments