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 @@ -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
You can’t perform that action at this time.
0 commit comments