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 50d5fe40b6 Add more disk space for ARM image (#35732)
50d5fe40b6 is described below

commit 50d5fe40b62cb773f76e3cd53a71ddc36e196ca9
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Nov 18 21:16:36 2023 +0100

    Add more disk space for ARM image (#35732)
    
    We are quite close to fill disk space for ARM instance (8GB) when
    building images and sometime the build fails. We should increase
    the space.
---
 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 6fcd62a20c..5b4ba4ed16 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
@@ -38,6 +38,7 @@ function start_arm_instance() {
         --image-id "${ARM_AMI}" \
         --count 1 \
         --instance-type "${INSTANCE_TYPE}" \
+        --block-device-mappings 'DeviceName=/dev/xvda,Ebs={VolumeSize=16}' \
         --user-data "file://${USER_DATA_FILE}" \
         --instance-market-options "${MARKET_OPTIONS}" \
         --instance-initiated-shutdown-behavior terminate \

Reply via email to