Skip to content

Commit

Permalink
Increase AIO CI disk sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Dec 3, 2024
1 parent 8a21f63 commit 213d3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
VM_NETWORK: ${{ inputs.vm_network }}
VM_SUBNET: ${{ inputs.vm_subnet }}
VM_INTERFACE: ${{ inputs.vm_interface }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '65' || '50' }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '70' || '55' }}
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'

- name: Terraform Plan
Expand Down

0 comments on commit 213d3c1

Please sign in to comment.