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 672edbe commit c9f0198Copy full SHA for c9f0198
.circleci/config.yml
@@ -138,7 +138,7 @@ commands:
138
- artifacts/*.tgz
139
- artifacts/*.tar
140
- store_artifacts:
141
- path: tests/logs
+ path: tests/flow/logs
142
143
valgrind-general-steps:
144
parameters:
@@ -194,7 +194,7 @@ commands:
194
docker run --gpus all -v $HOME/tests:/build/tests/logs -it --rm redisai-gpu:latest-x64-bionic-test
195
no_output_timeout: 40m
196
197
198
199
200
@@ -254,8 +254,6 @@ jobs:
254
root: bin/
255
paths:
256
- artifacts/*
257
- - store_artifacts:
258
- path: test/logs
259
260
coverage:
261
docker:
0 commit comments