Skip to content

Commit 2e2e68a

Browse files
committed
Use sectionName in scale test
Signed-off-by: Tomas Repel <[email protected]>
1 parent ff39845 commit 2e2e68a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scale_test/config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
jobIterations: 1
6363
qps: 1
6464
burst: 1
65-
jobPause: 2m
65+
jobPause: 3m
6666
namespacedIterations: true
6767
namespace: scale-test
6868
waitWhenFinished: true
@@ -144,6 +144,7 @@ jobs:
144144
jobIterations: 1
145145
namespacedIterations: true
146146
namespace: scale-test
147+
jobPause: 2m # to allow DNSRecords to be removed
147148
waitWhenFinished: true
148149
objects:
149150
- kind: DNSPolicy

scale_test/httproute.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
- group: gateway.networking.k8s.io
1414
kind: Gateway
1515
name: gw{{$GW_NUM}}-i{{ .Iteration }}
16+
sectionName: api-{{$LISTENER_NUM}}
1617
hostnames:
1718
- "api.scale-test-gw{{$GW_NUM}}-l{{$LISTENER_NUM}}-i{{$Iteration}}.{{$KUADRANT_ZONE_ROOT_DOMAIN}}"
1819
rules:

0 commit comments

Comments
 (0)