Skip to content

Commit 9e79a8d

Browse files
committed
feat: add artifact upload for YDB configuration files in SLO workflow
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent d008c9e commit 9e79a8d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/slo.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,26 @@ jobs:
156156
path: ./chaos-ydb.log
157157
retention-days: 1
158158

159+
- if: always()
160+
name: List .slo files
161+
run: |
162+
ls -lR .slo
163+
164+
- if: always()
165+
uses: actions/upload-artifact@v4
166+
with:
167+
name: ${{matrix.sdk.name}}-slo-output
168+
path: |
169+
.slo/ydb-config.yml
170+
.slo/compose.ydb.yaml
171+
.slo/Dockerfile
172+
.slo/entrypoint.sh
173+
.slo/prometheus.yml
174+
.slo/compose.prometheus.yaml
175+
.slo/run-chaos.sh
176+
.slo/compose.chaos.yaml
177+
retention-days: 1
178+
159179
- if: success()
160180
name: Cleanup SLO Database
161181
run: |

0 commit comments

Comments
 (0)