We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d857f commit 1cf2c97Copy full SHA for 1cf2c97
.circleci/config.yml
@@ -168,6 +168,8 @@ commands:
168
command: |
169
make -C opt test VALGRIND=1 <<parameters.test_args>>
170
no_output_timeout: 120m
171
+ - store_artifacts:
172
+ path: tests/flow/logs
173
174
build-and-test-gpu-steps:
175
steps:
@@ -309,6 +311,8 @@ jobs:
309
311
310
312
313
314
315
316
317
valgrind-general-for-forked-prs:
318
docker:
0 commit comments