File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments