Skip to content

Commit 06021c9

Browse files
committed
fix: update SLO database connection port from 2135 to 2136
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 7ad1a34 commit 06021c9

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
@@ -98,11 +98,11 @@ jobs:
9898

9999
- name: Prepare SLO Database
100100
run: |
101-
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 create grpc://localhost:2135 /Root/testdb
101+
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 create grpc://localhost:2136 /Root/testdb
102102
103103
- name: Run SLO Tests
104104
run: |
105-
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 run grpc://localhost:2135 /Root/testdb \
105+
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 run grpc://localhost:2136 /Root/testdb \
106106
-prom-pgw localhost:9091 \
107107
-report-period 250 \
108108
-time ${{inputs.slo_workload_duration_seconds || 600}} \
@@ -126,4 +126,4 @@ jobs:
126126
- if: always()
127127
name: Cleanup SLO Database
128128
run: |
129-
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 cleanup grpc://localhost:2135 /Root/testdb || true
129+
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 cleanup grpc://localhost:2136 /Root/testdb || true

0 commit comments

Comments
 (0)