Skip to content

Commit 55b3443

Browse files
committed
CI: Increase upgrade job volume size to 55GB
Since enabling CIS hardening the storage requirements have increased.
1 parent d6b1b3a commit 55b3443

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
@@ -167,7 +167,7 @@ jobs:
167167
VM_NETWORK: ${{ inputs.vm_network }}
168168
VM_SUBNET: ${{ inputs.vm_subnet }}
169169
VM_INTERFACE: ${{ inputs.vm_interface }}
170-
VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '40' }}
170+
VM_VOLUME_SIZE: ${{ inputs.upgrade && '55' || '40' }}
171171
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
172172

173173
- name: Terraform Plan

0 commit comments

Comments
 (0)