Skip to content

Commit 196b88c

Browse files
committed
temporaly turn off baseline
1 parent 229e0c8 commit 196b88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ jobs:
192192
workload_duration: ${{ inputs.slo_workload_duration_seconds || '600' }}
193193
workload_current_ref: ${{ github.head_ref || github.ref_name }}
194194
workload_current_image: ydb-app-current
195-
workload_baseline_ref: ${{ steps.baseline.outputs.ref }}
196-
workload_baseline_image: ydb-app-baseline
195+
# workload_baseline_ref: ${{ steps.baseline.outputs.ref }}
196+
# workload_baseline_image: ydb-app-baseline
197197
disable_compose_profiles: "${{ (matrix.sdk.id == 'native_node_hints' || matrix.sdk.id == 'session_node_hints') && 'chaos' || '' }}"
198198
metrics_yaml: |
199199
metrics:

0 commit comments

Comments
 (0)