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 d008c9e commit 9e79a8dCopy full SHA for 9e79a8d
.github/workflows/slo.yml
@@ -156,6 +156,26 @@ jobs:
156
path: ./chaos-ydb.log
157
retention-days: 1
158
159
+ - if: always()
160
+ name: List .slo files
161
+ run: |
162
+ ls -lR .slo
163
+
164
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
179
- if: success()
180
name: Cleanup SLO Database
181
run: |
0 commit comments