Skip to content

Commit 75d8bee

Browse files
authored
Adjust e2e test resource usage for cheaper nodes and smaller cluster (#1696)
adjust e2e test resource usage for new cheaper nodes and smaller cluster Signed-off-by: Evan Baker <[email protected]> Signed-off-by: Evan Baker <[email protected]>
1 parent a9d33e9 commit 75d8bee

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

test/integration/k8s_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
kubeconfig = flag.String("test-kubeconfig", filepath.Join(homedir.HomeDir(), ".kube", "config"), "(optional) absolute path to the kubeconfig file")
4444
delegatedSubnetID = flag.String("delegated-subnet-id", "", "delegated subnet id for node labeling")
4545
delegatedSubnetName = flag.String("subnet-name", "", "subnet name for node labeling")
46-
gpPodScaleCounts = []int{3, 15, 150, 3}
46+
gpPodScaleCounts = []int{2, 10, 100, 2}
4747
)
4848

4949
func shouldLabelNodes() bool {

test/integration/manifests/goldpinger/daemonset.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ spec:
5757
securityContext:
5858
allowPrivilegeEscalation: false
5959
readOnlyRootFilesystem: true
60-
resources:
61-
limits:
62-
memory: 80Mi
63-
requests:
64-
cpu: 1m
65-
memory: 40Mi
6660
ports:
6761
- containerPort: 8080
6862
name: http

test/integration/manifests/goldpinger/deployment.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ spec:
5353
securityContext:
5454
allowPrivilegeEscalation: false
5555
readOnlyRootFilesystem: true
56-
resources:
57-
limits:
58-
memory: 80Mi
59-
requests:
60-
cpu: 1m
61-
memory: 40Mi
6256
ports:
6357
- containerPort: 8080
6458
name: http

0 commit comments

Comments
 (0)