We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229e0c8 commit 196b88cCopy full SHA for 196b88c
.github/workflows/slo.yml
@@ -192,8 +192,8 @@ jobs:
192
workload_duration: ${{ inputs.slo_workload_duration_seconds || '600' }}
193
workload_current_ref: ${{ github.head_ref || github.ref_name }}
194
workload_current_image: ydb-app-current
195
- workload_baseline_ref: ${{ steps.baseline.outputs.ref }}
196
- workload_baseline_image: ydb-app-baseline
+ # workload_baseline_ref: ${{ steps.baseline.outputs.ref }}
+ # workload_baseline_image: ydb-app-baseline
197
disable_compose_profiles: "${{ (matrix.sdk.id == 'native_node_hints' || matrix.sdk.id == 'session_node_hints') && 'chaos' || '' }}"
198
metrics_yaml: |
199
metrics:
0 commit comments