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 3be434d commit 9751360Copy full SHA for 9751360
.github/workflows/stackhpc-all-in-one.yml
@@ -176,7 +176,7 @@ jobs:
176
VM_NAME: "skc-ci-aio-${{ inputs.neutron_plugin }}-${{ github.run_id }}"
177
VM_IMAGE: ${{ steps.image_name.outputs.image_name }}
178
VM_INTERFACE: ${{ inputs.vm_interface }}
179
- VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
+ VM_VOLUME_SIZE: ${{ inputs.upgrade && '75' || '50' }}
180
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'
181
182
- name: Terraform Plan
0 commit comments