This is an automated email from the ASF dual-hosted git repository.

shahar1 pushed a commit to branch gha-arc-rebase
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit 14f5d150629703d7bb701c4267b29d0d48eb242f
Author: Hussein Awala <[email protected]>
AuthorDate: Sun Aug 13 22:59:46 2023 +0200

    change medium node size to xlarge to have 4 cpus
---
 terraform/eks/variables.tf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terraform/eks/variables.tf b/terraform/eks/variables.tf
index 7f807c5..a6cdff7 100644
--- a/terraform/eks/variables.tf
+++ b/terraform/eks/variables.tf
@@ -42,7 +42,7 @@ variable "small_runners_node_size" {
 variable "medium_runners_node_size" {
     description = "Node size for the medium runners"
     type        = string
-    default     = "large"
+    default     = "xlarge"
 }
 
 variable "large_runners_node_size" {

Reply via email to