Skip to content

Commit

Permalink
chore(ci): use on-demand runners (#6311)
Browse files Browse the repository at this point in the history
until a better solution with retrying evicted spot [skip ci]
  • Loading branch information
ludamad authored May 9, 2024
1 parent c191a40 commit dba835d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# Use instance types with low interruption rate in us-east-2 https://aws.amazon.com/ec2/spot/instance-advisor/
ec2_instance_type: r6in.32xlarge r6a.32xlarge i4i.32xlarge r7iz.32xlarge
ec2_ami_id: ami-04d8422a9ba4de80f
ec2_spot_instance_strategy: BestEffort
ec2_spot_instance_strategy: None
ec2_instance_ttl: 40 # refreshed by jobs
secrets: inherit

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/start-spot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
# Use instance types with low interruption rate in us-east-2 https://aws.amazon.com/ec2/spot/instance-advisor/
ec2_instance_type: r6in.32xlarge r6a.32xlarge i4i.32xlarge r7iz.32xlarge
ec2_ami_id: ami-04d8422a9ba4de80f
ec2_spot_instance_strategy: None
ec2_instance_ttl: 40 # refreshed by jobs
secrets: inherit

Expand Down

0 comments on commit dba835d

Please sign in to comment.