File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
examples/multi-runner-cppal/templates/runner-configs Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ runner_config:
1717 enable_ssm_on_runners : true
1818 credit_specification : standard
1919 instance_types :
20+ - c5.2xlarge
2021 - m5.xlarge
21- - c5.xlarge
2222 runners_maximum_count : 100
2323 delay_webhook_event : 0
2424 scale_down_schedule_expression : cron(* * * * ? *)
Original file line number Diff line number Diff line change @@ -15,15 +15,16 @@ runner_config:
1515 runner_name_prefix : windows-2025-x64_
1616 enable_ssm_on_runners : true
1717 credit_specification : standard
18+ # m5.2xlarge is 32GB
1819 instance_types :
19- - m5.xlarge
20- - c5.xlarge
20+ - c5.2xlarge
21+ - m5.2xlarge
2122 runners_maximum_count : 100
2223 delay_webhook_event : 0
2324 scale_down_schedule_expression : cron(* * * * ? *)
2425 runner_boot_time_in_minutes : 20
2526 ami_owners : [ "047402373783" ]
26- ami_filter : { 'name': ['github-runner-windows-2025-amd64-202503112051 '] }
27+ ami_filter : { 'name': ['github-runner-windows-2025-amd64-202504151722 '] }
2728 block_device_mappings :
2829 - device_name : /dev/sda1
2930 delete_on_termination : true
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ build_environment=prod
2121# windows-2025-cppal
2222
2323imagestobuild="
24- windows-2022-cppal
2524windows-2025-cppal
2625"
2726
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ all_amis[ubuntu-noble.yaml]=github-runner-ubuntu-noble-amd64-202411261305
1818all_amis[ubuntu-noble-arm64.yaml]=github-runner-ubuntu-noble-arm64-202410151633
1919all_amis[windows-2019.yaml]=github-runner-windows-2019-amd64-202503111933
2020all_amis[windows-2022.yaml]=github-runner-windows-2022-amd64-202503112051
21- all_amis[windows-2025.yaml]=github-runner-windows-2025-amd64-202503112051
21+ all_amis[windows-2025.yaml]=github-runner-windows-2025-amd64-202504151722
2222
2323# Update the templates with the above values
2424
You can’t perform that action at this time.
0 commit comments