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:
17
17
enable_ssm_on_runners : true
18
18
credit_specification : standard
19
19
instance_types :
20
+ - c5.2xlarge
20
21
- m5.xlarge
21
- - c5.xlarge
22
22
runners_maximum_count : 100
23
23
delay_webhook_event : 0
24
24
scale_down_schedule_expression : cron(* * * * ? *)
Original file line number Diff line number Diff line change @@ -15,15 +15,16 @@ runner_config:
15
15
runner_name_prefix : windows-2025-x64_
16
16
enable_ssm_on_runners : true
17
17
credit_specification : standard
18
+ # m5.2xlarge is 32GB
18
19
instance_types :
19
- - m5.xlarge
20
- - c5.xlarge
20
+ - c5.2xlarge
21
+ - m5.2xlarge
21
22
runners_maximum_count : 100
22
23
delay_webhook_event : 0
23
24
scale_down_schedule_expression : cron(* * * * ? *)
24
25
runner_boot_time_in_minutes : 20
25
26
ami_owners : [ "047402373783" ]
26
- ami_filter : { 'name': ['github-runner-windows-2025-amd64-202503112051 '] }
27
+ ami_filter : { 'name': ['github-runner-windows-2025-amd64-202504151722 '] }
27
28
block_device_mappings :
28
29
- device_name : /dev/sda1
29
30
delete_on_termination : true
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ build_environment=prod
21
21
# windows-2025-cppal
22
22
23
23
imagestobuild="
24
- windows-2022-cppal
25
24
windows-2025-cppal
26
25
"
27
26
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
18
18
all_amis[ubuntu-noble-arm64.yaml]=github-runner-ubuntu-noble-arm64-202410151633
19
19
all_amis[windows-2019.yaml]=github-runner-windows-2019-amd64-202503111933
20
20
all_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
22
22
23
23
# Update the templates with the above values
24
24
You can’t perform that action at this time.
0 commit comments