We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb36cf commit 3a51227Copy full SHA for 3a51227
.github/workflows/stackhpc-all-in-one.yml
@@ -167,7 +167,7 @@ jobs:
167
VM_NETWORK: ${{ inputs.vm_network }}
168
VM_SUBNET: ${{ inputs.vm_subnet }}
169
VM_INTERFACE: ${{ inputs.vm_interface }}
170
- VM_VOLUME_SIZE: ${{ inputs.upgrade && '55' || '40' }}
+ VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
171
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
172
173
- name: Terraform Plan
0 commit comments