Skip to content

Commit

Permalink
Use n2 VMs instead of n1 for test clusters (knative#6692)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrcunha authored Jan 31, 2020
1 parent 4ab91ed commit df6b3af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# with the job config.
E2E_MIN_CLUSTER_NODES=${E2E_MIN_CLUSTER_NODES:-4}
E2E_MAX_CLUSTER_NODES=${E2E_MAX_CLUSTER_NODES:-4}
E2E_CLUSTER_MACHINE=${E2E_CLUSTER_MACHINE:-n1-standard-8}
E2E_CLUSTER_MACHINE=${E2E_CLUSTER_MACHINE:-e2-standard-8}

# This script provides helper methods to perform cluster actions.
source $(dirname $0)/../vendor/knative.dev/test-infra/scripts/e2e-tests.sh
Expand Down
2 changes: 1 addition & 1 deletion test/performance/benchmarks/dataplane-probe/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
GKECluster:
location: "us-central1"
nodeCount: 10
nodeType: "n1-standard-4"
nodeType: "e2-standard-4"
addons: "HorizontalPodAutoscaling,HttpLoadBalancing"
2 changes: 1 addition & 1 deletion test/performance/benchmarks/deployment-probe/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
GKECluster:
location: "us-west1"
nodeCount: 4
nodeType: "n1-standard-4"
nodeType: "e2-standard-4"
addons: "HorizontalPodAutoscaling,HttpLoadBalancing"
2 changes: 1 addition & 1 deletion test/performance/benchmarks/load-test/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
GKECluster:
location: "us-central1"
nodeCount: 5
nodeType: "n1-standard-4"
nodeType: "e2-standard-4"
addons: "HorizontalPodAutoscaling,HttpLoadBalancing"
2 changes: 1 addition & 1 deletion test/performance/benchmarks/scale-from-zero/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
GKECluster:
location: "us-west1"
nodeCount: 3
nodeType: "n1-standard-4"
nodeType: "e2-standard-4"
addons: "HorizontalPodAutoscaling,HttpLoadBalancing"

0 comments on commit df6b3af

Please sign in to comment.