Skip to content

Commit 0dbe985

Browse files
author
DvirDukhan
authored
Merge pull request #808 from RedisAI/persist_valgrind_artifacts_noci
persist valgrind tests artifacts
2 parents 10d857f + 1cf2c97 commit 0dbe985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ commands:
168168
command: |
169169
make -C opt test VALGRIND=1 <<parameters.test_args>>
170170
no_output_timeout: 120m
171+
- store_artifacts:
172+
path: tests/flow/logs
171173

172174
build-and-test-gpu-steps:
173175
steps:
@@ -309,6 +311,8 @@ jobs:
309311
command: |
310312
make -C opt test VALGRIND=1 <<parameters.test_args>>
311313
no_output_timeout: 120m
314+
- store_artifacts:
315+
path: tests/flow/logs
312316

313317
valgrind-general-for-forked-prs:
314318
docker:

0 commit comments

Comments
 (0)