File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 matrix :
2828 include :
2929 - workload : table
30- connection-string : grpc://localhost:2135/?database=/Root/testdb
30+ global-args : -- connection-string grpc://localhost:2135/?database=/Root/testdb
3131 run-args : |
3232 --metrics-push-url http://localhost:9090/api/v1/otlp/v1/metrics \
3333 --time ${{inputs.slo_workload_duration_seconds || 600}} \
@@ -61,11 +61,11 @@ jobs:
6161
6262 - name : Prepare SLO Database
6363 run : |
64- ./ydb/public/sdk/cpp/tests/slo_workloads/key_value/key_value ${{ matrix.connection-string }} create
64+ ./ydb/public/sdk/cpp/tests/slo_workloads/key_value/key_value ${{ matrix.global-args }} create
6565
6666 - name : Run SLO Tests
6767 run : |
68- ./ydb/public/sdk/cpp/tests/slo_workloads/key_value/key_value ${{ matrix.connection-string }} run ${{ matrix.run-args }}
68+ ./ydb/public/sdk/cpp/tests/slo_workloads/key_value/key_value ${{ matrix.global-args }} run ${{ matrix.run-args }}
6969
7070 - if : always()
7171 name : Store ydb chaos testing logs
8282 - if : always()
8383 name : Cleanup SLO Database
8484 run : |
85- ./ydb/public/sdk/cpp/tests/slo_workloads/key_value/key_value ${{ matrix.connection-string }} cleanup
85+ ./ydb/public/sdk/cpp/tests/slo_workloads/key_value/key_value ${{ matrix.global-args }} cleanup
8686
8787 - name : Publish YDB SLO Report
8888 uses : ydb-platform/ydb-slo-action/report@main
You can’t perform that action at this time.
0 commit comments