Skip to content

Commit d34f95a

Browse files
authored
fix: update the VM SKUs in use for the E2E environment (simulation only) (#267)
Minor fixes Signed-off-by: michaelawyu <chenyu1@microsoft.com>
1 parent 120972d commit d34f95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ AKS_NODE_REGIONS=("westus" "northeurope" "eastasia")
4545
#
4646
# Note that this is for information only; kind nodes always use the same fixed setup
4747
# (total/allocatable capacity = host capacity).
48-
AKS_NODE_SKUS=("Standard_A4_v2" "Standard_B4ms" "Standard_D8s_v5" "Standard_E16_v5" "Standard_M16ms")
48+
AKS_NODE_SKUS=("Standard_B2ats_v2" "Standard_B2ts_v2" "Standard_D8s_v5" "Standard_E16_v5" "Standard_M16ms")
4949
AKS_SKU_COUNT=${#AKS_NODE_SKUS[@]}
5050
# The number of clusters that has pre-defined configuration for testing purposes.
5151
RESERVED_CLUSTER_COUNT=${MEMBER_CLUSTER_COUNT}

0 commit comments

Comments
 (0)