From 3cf9c2c908b361437050e97fcdf67359727eff8b Mon Sep 17 00:00:00 2001 From: ludamad Date: Wed, 17 Apr 2024 19:50:58 -0400 Subject: [PATCH] fix: start-spot.yml (#5824) --- .github/workflows/start-spot.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/start-spot.yml b/.github/workflows/start-spot.yml index 350d6520cd8..f6b532935fa 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 + subaction: start ec2_instance_type: m6a.32xlarge - ec2_ami_id: ami-0d8a9b0419ddb331a - ec2_instance_ttl: 40 + 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