From 9ad7c8483266dc9628d9c4f1cb176ff2b38dcc02 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 9 May 2024 13:06:56 -0400 Subject: [PATCH 1/2] chore(ci): use on-demand runners until a better solution with retrying evicted spot --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a6fcbe4485d..a0b41c1a6a64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 From 936c15f9ad5f44a147c1daa9b3057b80414a687c Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 9 May 2024 13:07:33 -0400 Subject: [PATCH 2/2] Update start-spot.yml --- .github/workflows/start-spot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/start-spot.yml b/.github/workflows/start-spot.yml index eb13f205cb41..dbb5ab0626d0 100644 --- a/.github/workflows/start-spot.yml +++ b/.github/workflows/start-spot.yml @@ -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