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 2929 runs-on : ubuntu-latest
3030 strategy :
3131 matrix :
32- sdk :
32+ workload :
3333 - AdoNet
3434
3535 concurrency :
@@ -50,17 +50,17 @@ jobs:
5050 with :
5151 github_pull_request_number : ${{ github.event.inputs.github_pull_request_number }}
5252 github_token : ${{ secrets.GITHUB_TOKEN }}
53- sdk_name : ${{ matrix.sdk }}
53+ workload_name : ${{ matrix.workload }}
5454 ydb_database_node_count : 5
5555
5656 - name : Prepare SLO Database
5757 run : |
58- cd slo/src/${{ matrix.sdk }}
58+ cd slo/src/${{ matrix.workload }}
5959 dotnet run create grpc://localhost:2135 /Root/testdb
6060
6161 - name : Run SLO Tests
6262 run : |
63- cd slo/src/${{ matrix.sdk }}
63+ cd slo/src/${{ matrix.workload }}
6464 dotnet run run grpc://localhost:2135 /Root/testdb \
6565 --prom-pgw localhost:9091 \
6666 --report-period 250 \
You can’t perform that action at this time.
0 commit comments