Skip to content

Commit 24a2255

Browse files
committed
ci: run slo on push master
1 parent 3ecd6b9 commit 24a2255

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/slo.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: slo
22

33
on:
4+
push:
5+
branches:
6+
- master
47
pull_request:
58
branches:
69
- master
@@ -81,8 +84,11 @@ jobs:
8184
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 create grpc://localhost:2135 /Root/testdb
8285
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 run grpc://localhost:2135 /Root/testdb \
8386
-prom-pgw localhost:9091 \
84-
-report-period 500 \
87+
-report-period 250 \
8588
-time ${{inputs.slo_workload_duration_seconds || 600}} \
8689
-read-rps ${{inputs.slo_workload_read_max_rps || 1000}} \
87-
-write-rps ${{inputs.slo_workload_write_max_rps || 100}}
90+
-write-rps ${{inputs.slo_workload_write_max_rps || 100}} \
91+
-read-timeout 10000 \
92+
-write-timeout 10000 \
93+
-shutdown-time 30
8894
./tests/slo/.bin/${{matrix.sdk.id}}_linux_amd64 cleanup grpc://localhost:2135 /Root/testdb

0 commit comments

Comments
 (0)