From 3853e0eb69ad8633d5cacbb2a9cacf23061c3f68 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 17 Apr 2024 16:25:47 -0400 Subject: [PATCH 1/2] fix: start-spot.yml --- .github/workflows/start-spot.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/workflows/start-spot.yml b/.github/workflows/start-spot.yml index 350d6520cd8..2d8fb803ef6 100644 --- a/.github/workflows/start-spot.yml +++ b/.github/workflows/start-spot.yml @@ -7,24 +7,22 @@ jobs: uses: ./.github/workflows/setup-runner.yml with: runner_label: ${{ github.actor }}-x86 - subaction: stop - # not used: ebs_cache_size_gb: 256 runner_concurrency: 50 - ec2_instance_type: m6a.32xlarge - ec2_ami_id: ami-0d8a9b0419ddb331a - ec2_instance_ttl: 40 + subaction: start + ec2_instance_type: m6a.48xlarge + ec2_ami_id: ami-04d8422a9ba4de80f + ec2_instance_ttl: 40 # refreshed by jobs secrets: inherit stop-bench: uses: ./.github/workflows/setup-runner.yml with: runner_label: ${{ github.actor }}-bench-x86 - subaction: stop - # not used: ebs_cache_size_gb: 64 runner_concurrency: 1 + subaction: start ec2_instance_type: m6a.4xlarge - ec2_ami_id: ami-0d8a9b0419ddb331a - ec2_instance_ttl: 15 + ec2_ami_id: ami-04d8422a9ba4de80f + ec2_instance_ttl: 15 # refreshed by jobs secrets: inherit From 07c9002117a726ea5f5460e6463ff307219737f2 Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 17 Apr 2024 19:49:38 -0400 Subject: [PATCH 2/2] Update start-spot.yml --- .github/workflows/start-spot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/start-spot.yml b/.github/workflows/start-spot.yml index 2d8fb803ef6..f6b532935fa 100644 --- a/.github/workflows/start-spot.yml +++ b/.github/workflows/start-spot.yml @@ -10,7 +10,7 @@ jobs: ebs_cache_size_gb: 256 runner_concurrency: 50 subaction: start - ec2_instance_type: m6a.48xlarge + ec2_instance_type: m6a.32xlarge ec2_ami_id: ami-04d8422a9ba4de80f ec2_instance_ttl: 40 # refreshed by jobs secrets: inherit