Skip to content

Commit a671306

Browse files
authored
Merge pull request #1162 from stackhpc/2023.1-fix-rl-upgrade
CI: Increase upgrade job volume size to 55GB
2 parents 1df10c3 + 55b3443 commit a671306

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)