Skip to content

Commit 609f800

Browse files
committed
Bump upgrading AIO volume to 75 GB
1 parent ece23de commit 609f800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
VM_NETWORK: ${{ inputs.vm_network }}
186186
VM_SUBNET: ${{ inputs.vm_subnet }}
187187
VM_INTERFACE: ${{ inputs.vm_interface }}
188-
VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
188+
VM_VOLUME_SIZE: ${{ inputs.upgrade && '75' || '50' }}
189189
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
190190

191191
- name: Terraform Plan

0 commit comments

Comments
 (0)