Skip to content

Commit

Permalink
Merge pull request #1162 from stackhpc/2023.1-fix-rl-upgrade
Browse files Browse the repository at this point in the history
CI: Increase upgrade job volume size to 55GB
  • Loading branch information
markgoddard committed Jul 17, 2024
2 parents 1df10c3 + 55b3443 commit a671306
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' || '40' }}
VM_VOLUME_SIZE: ${{ inputs.upgrade && '55' || '40' }}
VM_TAGS: '["skc-ci-aio", "PR=${{ github.event.number }}"]'

- name: Terraform Plan
Expand Down

0 comments on commit a671306

Please sign in to comment.