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 7068681 commit d90934bCopy full SHA for d90934b
.circleci/config.yml
@@ -191,10 +191,10 @@ commands:
191
name: Test
192
command: |
193
mkdir -p $HOME/tests
194
- docker run --gpus all -v $HOME/tests:/build/tests/logs -it --rm redisai-gpu:latest-x64-bionic-test
+ docker run --gpus all -v $HOME/tests:/build/tests/flow/logs -it --rm redisai-gpu:latest-x64-bionic-test
195
no_output_timeout: 40m
196
- store_artifacts:
197
- path: $HOME/tests
+ path: /home/circleci/tests
198
199
200
jobs:
@@ -281,6 +281,8 @@ jobs:
281
make -C opt test SHOW=1 COV=1 CLUSTER=1
282
make -C opt cov-upload
283
no_output_timeout: 30m
284
+ - store_artifacts:
285
+ path: tests/flow/logs
286
287
valgrind:
288
parameters:
0 commit comments