Skip to content

Commit

Permalink
persist valgrind tests artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DvirDukhan committed Jul 13, 2021
1 parent 10d857f commit 1cf2c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Expand Up @@ -168,6 +168,8 @@ commands:
command: |
make -C opt test VALGRIND=1 <<parameters.test_args>>
no_output_timeout: 120m
- store_artifacts:
path: tests/flow/logs

build-and-test-gpu-steps:
steps:
Expand Down Expand Up @@ -309,6 +311,8 @@ jobs:
command: |
make -C opt test VALGRIND=1 <<parameters.test_args>>
no_output_timeout: 120m
- store_artifacts:
path: tests/flow/logs

valgrind-general-for-forked-prs:
docker:
Expand Down

0 comments on commit 1cf2c97

Please sign in to comment.