Skip to content

Commit c9f0198

Browse files
committed
flow logs based on path
1 parent 672edbe commit c9f0198

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ commands:
138138
- artifacts/*.tgz
139139
- artifacts/*.tar
140140
- store_artifacts:
141-
path: tests/logs
141+
path: tests/flow/logs
142142

143143
valgrind-general-steps:
144144
parameters:
@@ -194,7 +194,7 @@ commands:
194194
docker run --gpus all -v $HOME/tests:/build/tests/logs -it --rm redisai-gpu:latest-x64-bionic-test
195195
no_output_timeout: 40m
196196
- store_artifacts:
197-
path: tests/logs
197+
path: tests/flow/logs
198198

199199

200200

@@ -254,8 +254,6 @@ jobs:
254254
root: bin/
255255
paths:
256256
- artifacts/*
257-
- store_artifacts:
258-
path: test/logs
259257

260258
coverage:
261259
docker:

0 commit comments

Comments
 (0)