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.
2 parents 26990d9 + 006931e commit 42d2bf4Copy full SHA for 42d2bf4
.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 && '45' || '35' }}
+ VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '35' }}
171
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
172
173
- name: Terraform Plan
0 commit comments