Skip to content

Commit

Permalink
Use sectionName in scale test
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Repel <[email protected]>
  • Loading branch information
trepel committed Dec 18, 2024
1 parent 133b244 commit 70030a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scale_test/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
jobIterations: 1
qps: 1
burst: 1
jobPause: 2m
jobPause: 3m
namespacedIterations: true
namespace: scale-test
waitWhenFinished: true
Expand Down Expand Up @@ -144,6 +144,7 @@ jobs:
jobIterations: 1
namespacedIterations: true
namespace: scale-test
jobPause: 2m # to allow DNSRecords to be removed
waitWhenFinished: true
objects:
- kind: DNSPolicy
Expand Down
1 change: 1 addition & 0 deletions scale_test/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
- group: gateway.networking.k8s.io
kind: Gateway
name: gw{{$GW_NUM}}-i{{ .Iteration }}
sectionName: api-{{$LISTENER_NUM}}
hostnames:
- "api.scale-test-gw{{$GW_NUM}}-l{{$LISTENER_NUM}}-i{{$Iteration}}.{{$KUADRANT_ZONE_ROOT_DOMAIN}}"
rules:
Expand Down

0 comments on commit 70030a6

Please sign in to comment.