Skip to content

Commit d815c42

Browse files
feat update slo.yml
1 parent e5b62c4 commit d815c42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/slo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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 \

0 commit comments

Comments
 (0)