From 014d14239b8615f1026f4ebd060b6a7b1e76603a Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Sun, 14 May 2023 16:50:15 +0200 Subject: [PATCH] copr-backend: specify additional disk for aarch64 See https://github.com/praiskup/resalloc-aws/pull/5 --- .../copr/backend/templates/provision/copr-resalloc-aws-new.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 b/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 index 0b7b59dc06..e3d03ece5f 100644 --- a/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 +++ b/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 @@ -29,6 +29,9 @@ cmd=( --tag CoprPurpose=builder --tag CoprInstance={% if devel %}devel{% else %}production{% endif %} --tag arch={{ item }} +{% if item == 'aarch64' %} + --additional-volume-size 160 +{% endif %} --playbook /var/lib/resallocserver/provision/builderpb-aws.yml )