Skip to content

Commit f1e776d

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ 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
197-
disable_compose_profiles: "${{ (matrix.sdk.id == 'native_node_hints' || matrix.sdk.id == 'session_node_hints') && 'chaos' || '' }}"
195+
# workload_baseline_ref: ${{ steps.baseline.outputs.ref }}
196+
# workload_baseline_image: ydb-app-baseline
197+
disable_compose_profiles: "${{ (matrix.sdk.id == 'native_node_hints' || matrix.sdk.id == 'session_node_hints') && 'chaos workload-baseline' || 'workload-baseline' }}"
198198
metrics_yaml: |
199199
metrics:
200200
- name: node_hints_misses

0 commit comments

Comments
 (0)