Skip to content

Commit

Permalink
chore: more instance types for create fallback/retry/failsafe runners
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 15, 2024
1 parent 2e78f08 commit aa1768d
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .cirun.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
runners:
- name: "aws-amd64-runner"
cloud: "aws"
instance_type: "t2.2xlarge"
instance_type:
- "t2.2xlarge"
- "t3.2xlarge"
- "d3en.2xlarge"
- "g4ad.2xlarge"
- "g4dn.2xlarge"
- "g5.2xlarge"
machine_image: "ami-08d337ba030150f71"
region: "us-east-1"
preemptible: false
labels:
- "cirun-aws-amd64"
- name: "aws-arm64-runner"
cloud: "aws"
instance_type: "t4g.2xlarge"
instance_type:
- "t4g.2xlarge"
- "im4gn.2xlarge"
- "m6g.2xlarge"
- "m6gd.2xlarge"
- "m7g.2xlarge"
- "m7gd.2xlarge"
machine_image: "ami-05d50447160398aa9"
region: "us-east-1"
preemptible: false
Expand Down

0 comments on commit aa1768d

Please sign in to comment.