Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RunsOn] Limit instance families to standard types #141

Merged
merged 1 commit into from
Feb 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Limit instance families to standard types
  • Loading branch information
Nuru committed Feb 15, 2025
commit 66ee8dcc37858eb771591cbb990b290ba52b17ed
24 changes: 8 additions & 16 deletions .github/runs-on.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ runners:
# Name=processor-info.supported-architecture,Values=x86_64 \
# --query "InstanceTypes[*].[InstanceType]" \
# --output text | cut -f 1 -d. | sort | uniq | awk '{print " - " $0 ".*"}'
#
# Limit to standard instance types (single quota):
# A, C, D, H, I, M, R, T, Z
#
- c5a.*
- c5ad.*
- c5n.*
Expand All @@ -41,12 +45,6 @@ runners:
- c7i.*
- c7i-flex.*
- d3.*
- g4ad.*
- g4dn.*
- g5.*
- g6.*
- g6e.*
- gr6.*
- hpc6a.*
- hpc6id.*
- hpc7a.*
Expand All @@ -66,10 +64,6 @@ runners:
- m7a.*
- m7i.*
- m7i-flex.*
- p4d.*
- p5.*
- p5e.*
- p5en.*
- r5dn.*
- r5n.*
- r6a.*
Expand All @@ -83,12 +77,6 @@ runners:
- trn1.*
- trn1n.*
- trn2.*
- u-12tb1.*
- u-3tb1.*
- u-6tb1.*
- u-9tb1.*
- x2idn.*
- x2iedn.*
cpu: [2, 16]
ram: [2, 64]
disk: default
Expand Down Expand Up @@ -148,6 +136,10 @@ runners:
# Name=processor-info.supported-architecture,Values=arm64 \
# --query "InstanceTypes[*].[InstanceType]" \
# --output text | cut -f 1 -d. | sort | uniq | awk '{print " - " $0 ".*"}'
#
# Limit to standard instance types (single quota):
# A, C, D, H, I, M, R, T, Z
#
family:
- c6gn.*
- c7g.*
Expand Down