Skip to content

Commit a97bc25

Browse files
committed
Rebuilt, resized windows-2025 runners
1 parent 3cee8db commit a97bc25

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/multi-runner-cppal/templates/runner-configs/windows-2022.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(* * * * ? *)

examples/multi-runner-cppal/templates/runner-configs/windows-2025.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

scripts/packerimages.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ build_environment=prod
2121
# windows-2025-cppal
2222

2323
imagestobuild="
24-
windows-2022-cppal
2524
windows-2025-cppal
2625
"
2726

scripts/prod_amis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ all_amis[ubuntu-noble.yaml]=github-runner-ubuntu-noble-amd64-202411261305
1818
all_amis[ubuntu-noble-arm64.yaml]=github-runner-ubuntu-noble-arm64-202410151633
1919
all_amis[windows-2019.yaml]=github-runner-windows-2019-amd64-202503111933
2020
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
2222

2323
# Update the templates with the above values
2424

0 commit comments

Comments
 (0)