Skip to content

Commit

Permalink
DEBUG: lower the size of the requied VM
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 8, 2024
1 parent af7c2cd commit f21e224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gluwa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ permissions: read-all
env:
RUNNER_VM_NAME: "${{ github.event.repository.name }}-$GITHUB_RUN_ID-attempt-$GITHUB_RUN_ATTEMPT"
LINODE_REGION: "nl-ams"
# Shared CPU, Linode 64 GB, 16 vCPU, disk: 1280 GB, 0.576 $/hr
LINODE_VM_SIZE: "g6-standard-16"
# Shared CPU, Linode 32 GB, 8 vCPU, disk: 640 GB, 0.288 $/hr
LINODE_VM_SIZE: "g6-standard-8"


# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down

0 comments on commit f21e224

Please sign in to comment.