This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-8-stable
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-8-stable by this push:
new 1745dbe907 Switch instance type to m7g (#37127)
1745dbe907 is described below
commit 1745dbe9071e1cda331e6b20d20d102b303ffad3
Author: Jarek Potiuk <[email protected]>
AuthorDate: Thu Feb 1 10:53:01 2024 +0100
Switch instance type to m7g (#37127)
---
scripts/ci/images/ci_start_arm_instance_and_connect_to_docker.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/ci/images/ci_start_arm_instance_and_connect_to_docker.sh
b/scripts/ci/images/ci_start_arm_instance_and_connect_to_docker.sh
index 5b4ba4ed16..7d514edaf8 100755
--- a/scripts/ci/images/ci_start_arm_instance_and_connect_to_docker.sh
+++ b/scripts/ci/images/ci_start_arm_instance_and_connect_to_docker.sh
@@ -20,7 +20,7 @@ SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
WORKING_DIR="/tmp/armdocker"
INSTANCE_INFO="${WORKING_DIR}/instance_info.json"
ARM_AMI="ami-0e43196369d299715" # AMI ID of latest arm-docker-ami-v*
-INSTANCE_TYPE="m6g.2xlarge" # m6g.2xlarge -> 8 vCPUS 32 GB RAM
+INSTANCE_TYPE="m7g.2xlarge" # m7g.2xlarge -> 8 vCPUS 32 GB RAM
MARKET_OPTIONS="MarketType=spot,SpotOptions={MaxPrice=0.25,SpotInstanceType=one-time}"
REGION="us-east-2"
EC2_USER="ec2-user"