From c4496fd6c503ee2a3d931eee88bb7efe99013e02 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 26 Jun 2024 16:00:22 +0100 Subject: [PATCH] CI: Increase aio volume size to 50GB in upgrade jobs New images seem to be running out of space. (cherry picked from commit 006931eface514f15f9aa7e6f1c27de45f5068a5) --- .github/workflows/stackhpc-all-in-one.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stackhpc-all-in-one.yml b/.github/workflows/stackhpc-all-in-one.yml index eb095228b..75db2afe0 100644 --- a/.github/workflows/stackhpc-all-in-one.yml +++ b/.github/workflows/stackhpc-all-in-one.yml @@ -167,7 +167,7 @@ jobs: VM_NETWORK: ${{ inputs.vm_network }} VM_SUBNET: ${{ inputs.vm_subnet }} VM_INTERFACE: ${{ inputs.vm_interface }} - VM_VOLUME_SIZE: ${{ inputs.upgrade && '45' || '35' }} + VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '35' }} VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]' - name: Terraform Plan