Skip to content

Commit 9751360

Browse files
committed
Bump upgrading AIO volume to 75 GB
1 parent 3be434d commit 9751360

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
@@ -176,7 +176,7 @@ jobs:
176176
VM_NAME: "skc-ci-aio-${{ inputs.neutron_plugin }}-${{ github.run_id }}"
177177
VM_IMAGE: ${{ steps.image_name.outputs.image_name }}
178178
VM_INTERFACE: ${{ inputs.vm_interface }}
179-
VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
179+
VM_VOLUME_SIZE: ${{ inputs.upgrade && '75' || '50' }}
180180
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
181181

182182
- name: Terraform Plan

0 commit comments

Comments
 (0)