Skip to content

Commit

Permalink
Merge pull request #5073 from xmudrii/prow-build-amd
Browse files Browse the repository at this point in the history
eks-prow-build-cluster: use AMD-based instances
  • Loading branch information
k8s-ci-robot authored Apr 4, 2023
2 parents 4622846 + 57d6338 commit 0a72d31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ vpc_intra_subnet = ["10.2.0.0/18", "10.2.64.0/18", "10.2.128.0/18"]

# Ubuntu EKS optimized AMI: https://cloud-images.ubuntu.com/aws-eks/
node_ami = "ami-03de35fda144b3672"
node_instance_types = ["r5d.4xlarge"]
node_instance_types = ["r5ad.4xlarge"]
node_volume_size = 100

# TODO(xmudrii): Increase this later.
Expand Down

0 comments on commit 0a72d31

Please sign in to comment.