Skip to content

Commit

Permalink
CI: Increase aio volume size to 50GB in upgrade jobs
Browse files Browse the repository at this point in the history
New images seem to be running out of space.
  • Loading branch information
markgoddard committed Jun 26, 2024
1 parent 1e6d9a1 commit 3b4fa1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b4fa1e

Please sign in to comment.