Skip to content

Commit

Permalink
CI: Increase volume size to 40GB
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Jul 4, 2024
1 parent 9e79b8f commit 122a5f1
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 && '50' || '35' }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '50' || '40' }}
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'

- name: Terraform Plan
Expand Down

0 comments on commit 122a5f1

Please sign in to comment.