From 2d63bd970275df3f1f305123ba9a17a7e00e8430 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 18 Dec 2018 11:05:10 -0800 Subject: [PATCH] Bump HDDSIZEGB to 13GiB for language tests 12GiB seems not to be enough for aarch64. Signed-off-by: Adam Williamson --- templates | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates b/templates index ff264df8..9c5608ac 100755 --- a/templates +++ b/templates @@ -5171,7 +5171,7 @@ { key => "ENCRYPT_PASSWORD", value => "weakpassword" }, { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, - { key => "HDDSIZEGB", value => "12" }, + { key => "HDDSIZEGB", value => "13" }, ], }, { @@ -5186,7 +5186,7 @@ { key => "ENCRYPT_PASSWORD", value => "weakpassword" }, { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, - { key => "HDDSIZEGB", value => "12" }, + { key => "HDDSIZEGB", value => "13" }, ], }, { @@ -5201,7 +5201,7 @@ { key => "ENCRYPT_PASSWORD", value => "weakpassword" }, { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, - { key => "HDDSIZEGB", value => "12" }, + { key => "HDDSIZEGB", value => "13" }, ], }, { @@ -5216,7 +5216,7 @@ { key => "ENCRYPT_PASSWORD", value => "weakpassword" }, { key => "POSTINSTALL", value => "_console_login" }, { key => "REPOSITORY_VARIATION", value => "%LOCATION%" }, - { key => "HDDSIZEGB", value => "12" }, + { key => "HDDSIZEGB", value => "13" }, ], }, {