Skip to content

Commit

Permalink
Add smaller runner groups for CI jobs (hashicorp#20081)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawi committed Apr 11, 2023
1 parent 5f8e67d commit 4b843dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
echo 'go-build-tags=ent,enterprise' >> "$GITHUB_OUTPUT"
else
# shellcheck disable=SC2129
echo 'compute-tiny="ubuntu-latest"' >> "$GITHUB_OUTPUT"
echo 'compute-standard="custom-linux-xl-vault-latest"' >> "$GITHUB_OUTPUT"
echo 'compute-larger="custom-linux-xl-vault-latest"' >> "$GITHUB_OUTPUT"
echo 'compute-huge="custom-linux-xl-vault-latest"' >> "$GITHUB_OUTPUT"
echo 'compute-tiny="ubuntu-latest"' >> "$GITHUB_OUTPUT" # 2 cores, 7 GB RAM, 14 GB SSD
echo 'compute-standard="custom-linux-small-vault-latest"' >> "$GITHUB_OUTPUT" # 8 cores, 32 GB RAM, 300 GB SSD
echo 'compute-larger="custom-linux-medium-vault-latest"' >> "$GITHUB_OUTPUT" # 16 cores, 64 GB RAM, 600 GB SSD
echo 'compute-huge="custom-linux-xl-vault-latest"' >> "$GITHUB_OUTPUT" # 32-cores, 128 GB RAM, 1200 GB SSD
echo 'enterprise=' >> "$GITHUB_OUTPUT"
echo 'go-build-tags=' >> "$GITHUB_OUTPUT"
fi
Expand Down

0 comments on commit 4b843dc

Please sign in to comment.