Skip to content

Commit

Permalink
fix: start-spot.yml (#5824)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Apr 17, 2024
1 parent 6b0f919 commit 3cf9c2c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/start-spot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3cf9c2c

Please sign in to comment.