Skip to content

Commit 1cf2c97

Browse files
author
DvirDukhan
committed
persist valgrind tests artifacts
1 parent 10d857f commit 1cf2c97

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)