aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-07-03 15:26:02 +0300
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2013-07-03 15:26:02 +0300
commitd7fff8077eb36ca4ea98839ba1ff1e9f4ecd7551 (patch)
tree9ce817e90b7bd2d63103242c5364540f2b9d839f
parentdf94717d0aa1a012d0b023b5021ffd89cf5dd917 (diff)
Bump OE persistent image size to 100G.
-rwxr-xr-xlinaro-ami/create-oe-persistent-ami.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linaro-ami/create-oe-persistent-ami.sh b/linaro-ami/create-oe-persistent-ami.sh
index b99eba8..558a67b 100755
--- a/linaro-ami/create-oe-persistent-ami.sh
+++ b/linaro-ami/create-oe-persistent-ami.sh
@@ -14,9 +14,9 @@
CI_PRECISE_64BIT_ROOT_SNAPSHOT=snap-c4992284
CI_PRECISE_64BIT_KERNEL=aki-825ea7eb
-PERSISTENT_VOL_SIZE=32 # in GB
+PERSISTENT_VOL_SIZE=100 # in GB
-ec2-register -n ci-precise-64bit-persistent \
+ec2-register -n ci-precise-64bit-persistent-100g \
--architecture x86_64 \
--kernel $CI_PRECISE_64BIT_KERNEL \
-s $CI_PRECISE_64BIT_ROOT_SNAPSHOT \