Skip to content

Commit d90934b

Browse files
authored
coverage and gpu test logs (#799)
1 parent 7068681 commit d90934b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ commands:
191191
name: Test
192192
command: |
193193
mkdir -p $HOME/tests
194-
docker run --gpus all -v $HOME/tests:/build/tests/logs -it --rm redisai-gpu:latest-x64-bionic-test
194+
docker run --gpus all -v $HOME/tests:/build/tests/flow/logs -it --rm redisai-gpu:latest-x64-bionic-test
195195
no_output_timeout: 40m
196196
- store_artifacts:
197-
path: $HOME/tests
197+
path: /home/circleci/tests
198198

199199

200200
jobs:
@@ -281,6 +281,8 @@ jobs:
281281
make -C opt test SHOW=1 COV=1 CLUSTER=1
282282
make -C opt cov-upload
283283
no_output_timeout: 30m
284+
- store_artifacts:
285+
path: tests/flow/logs
284286

285287
valgrind:
286288
parameters:

0 commit comments

Comments
 (0)