This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a65a837187 Increase volume size for ARM instance (#39472)
a65a837187 is described below
commit a65a8371879da23bc9e14c51d71c2fcfc5afdff4
Author: Jarek Potiuk <[email protected]>
AuthorDate: Tue May 7 22:43:12 2024 +0200
Increase volume size for ARM instance (#39472)
---
scripts/ci/images/ci_start_arm_instance_and_connect_to_docker.sh | 1 +
1 file changed, 1 insertion(+)
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 715db56720..fb02a9d2ef 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
@@ -39,6 +39,7 @@ function start_arm_instance() {
--region "${REGION}" \
--image-id "${ARM_AMI}" \
--count 1 \
+ --block-device-mappings
"[{\"DeviceName\":\"/dev/xvda\",\"Ebs\":{\"VolumeSize\":16}}]" \
--instance-type "${INSTANCE_TYPE}" \
--user-data "file://${USER_DATA_FILE}" \
--instance-market-options "${MARKET_OPTIONS}" \