Skip to content

Commit

Permalink
Increase Windows e2e test instance type.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Sep 12, 2023
1 parent aedf5da commit 65e34a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ test-e2e-external-eks:
.PHONY: test-e2e-external-eks-windows
test-e2e-external-eks-windows:
CLUSTER_TYPE=eksctl \
INSTANCE_TYPE=c5.xlarge
WINDOWS=true \
HELM_VALUES_FILE="./hack/values_eksctl.yaml" \
HELM_EXTRA_FLAGS='--set=controller.k8sTagClusterId=$$CLUSTER_NAME' \
Expand All @@ -212,7 +213,7 @@ test-e2e-external-eks-windows:
TEST_PATH=./tests/e2e-kubernetes/... \
GINKGO_FOCUS="External.Storage" \
GINKGO_SKIP="\[Disruptive\]|\[Serial\]|\[LinuxOnly\]|\[Feature:VolumeSnapshotDataSource\]|\(xfs\)|\(ext4\)|\(block volmode\)" \
GINKGO_PARALLEL=15 \
GINKGO_PARALLEL=10 \
NODE_OS_DISTRO="windows" \
./hack/e2e/run.sh

Expand Down

0 comments on commit 65e34a7

Please sign in to comment.