Skip to content

Commit f0c8c38

Browse files
committed
Increase size of some instances
1 parent d73e88c commit f0c8c38

24 files changed

+119
-42
lines changed

examples/multi-runner-cppal/templates/runner-configs/ubuntu-bionic-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ runner_config:
2121
enable_ssm_on_runners: true
2222
credit_specification: standard
2323
instance_types:
24-
- t4g.large
25-
- c6g.large
24+
- t4g.xlarge
25+
- c6g.xlarge
2626
runners_maximum_count: 50
2727
delay_webhook_event: 0
2828
scale_down_schedule_expression: cron(* * * * ? *)

examples/multi-runner-cppal/templates/runner-configs/ubuntu-bionic.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ runner_config:
2121
enable_ssm_on_runners: true
2222
credit_specification: standard
2323
instance_types:
24-
- m5ad.large
25-
- m5a.large
24+
- m5a.xlarge
25+
- m5ad.xlarge
2626
runners_maximum_count: 50
2727
delay_webhook_event: 0
2828
scale_down_schedule_expression: cron(* * * * ? *)
2929
# userdata_template: ./templates/user-data.sh
3030
ami_owners: [ "047402373783" ]
31-
ami_filter: { 'name': ['github-runner-ubuntu-bionic-amd64-202410151633'] }
31+
ami_filter: { 'name': ['github-runner-ubuntu-bionic-amd64-202411261305'] }
3232
block_device_mappings:
3333
- device_name: /dev/sda1
3434
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-focal-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ runner_config:
2121
enable_ssm_on_runners: true
2222
credit_specification: standard
2323
instance_types:
24-
- t4g.large
25-
- c6g.large
24+
- t4g.xlarge
25+
- c6g.xlarge
2626
runners_maximum_count: 50
2727
delay_webhook_event: 0
2828
scale_down_schedule_expression: cron(* * * * ? *)

examples/multi-runner-cppal/templates/runner-configs/ubuntu-focal.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ runner_config:
2121
enable_ssm_on_runners: true
2222
credit_specification: standard
2323
instance_types:
24-
- m5ad.large
25-
- m5a.large
24+
- m5a.xlarge
25+
- m5ad.xlarge
2626
runners_maximum_count: 200
2727
delay_webhook_event: 0
2828
scale_down_schedule_expression: cron(* * * * ? *)
2929
# userdata_template: ./templates/user-data.sh
3030
ami_owners: [ "047402373783" ]
31-
ami_filter: { 'name': ['github-runner-ubuntu-focal-amd64-202410151633'] }
31+
ami_filter: { 'name': ['github-runner-ubuntu-focal-amd64-202411261305'] }
3232
block_device_mappings:
3333
- device_name: /dev/sda1
3434
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-jammy-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ runner_config:
2222
enable_ssm_on_runners: true
2323
credit_specification: standard
2424
instance_types:
25-
- t4g.large
26-
- c6g.large
25+
- t4g.xlarge
26+
- c6g.xlarge
2727
runners_maximum_count: 50
2828
delay_webhook_event: 0
2929
scale_down_schedule_expression: cron(* * * * ? *)

examples/multi-runner-cppal/templates/runner-configs/ubuntu-jammy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ runner_config:
2222
enable_ssm_on_runners: true
2323
credit_specification: standard
2424
instance_types:
25-
- m5ad.large
26-
- m5a.large
25+
- m5a.xlarge
26+
- m5ad.xlarge
2727
runners_maximum_count: 200
2828
delay_webhook_event: 0
2929
scale_down_schedule_expression: cron(* * * * ? *)
3030
# userdata_template: ./templates/user-data.sh
3131
ami_owners: [ "047402373783" ]
32-
ami_filter: { 'name': ['github-runner-ubuntu-jammy-amd64-202410151633'] }
32+
ami_filter: { 'name': ['github-runner-ubuntu-jammy-amd64-202411261305']}
3333
block_device_mappings:
3434
- device_name: /dev/sda1
3535
delete_on_termination: true

examples/multi-runner-cppal/templates/runner-configs/ubuntu-noble-arm64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ runner_config:
2323
enable_ssm_on_runners: true
2424
credit_specification: standard
2525
instance_types:
26-
- t4g.large
27-
- c6g.large
26+
- t4g.xlarge
27+
- c6g.xlarge
2828
runners_maximum_count: 50
2929
delay_webhook_event: 0
3030
scale_down_schedule_expression: cron(* * * * ? *)

examples/multi-runner-cppal/templates/runner-configs/ubuntu-noble.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ runner_config:
2323
enable_ssm_on_runners: true
2424
credit_specification: standard
2525
instance_types:
26-
- m5ad.large
27-
- m5a.large
26+
- m5a.xlarge
27+
- m5ad.xlarge
2828
runners_maximum_count: 200
2929
delay_webhook_event: 0
3030
scale_down_schedule_expression: cron(* * * * ? *)
3131
# userdata_template: ./templates/user-data.sh
3232
ami_owners: [ "047402373783" ]
33-
ami_filter: { 'name': ['github-runner-ubuntu-noble-amd64-202410151633'] }
33+
ami_filter: { 'name': ['github-runner-ubuntu-noble-amd64-202411261305'] }
3434
block_device_mappings:
3535
- device_name: /dev/sda1
3636
delete_on_termination: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runner_config:
2323
scale_down_schedule_expression: cron(* * * * ? *)
2424
runner_boot_time_in_minutes: 20
2525
ami_owners: [ "047402373783" ]
26-
ami_filter: { 'name': ['github-runner-windows-2019-amd64-202308172004'] }
26+
ami_filter: { 'name': ['github-runner-windows-2019-amd64-202411261305'] }
2727
block_device_mappings:
2828
- device_name: /dev/sda1
2929
delete_on_termination: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runner_config:
2424
scale_down_schedule_expression: cron(* * * * ? *)
2525
runner_boot_time_in_minutes: 20
2626
ami_owners: [ "047402373783" ]
27-
ami_filter: { 'name': ['github-runner-windows-2022-amd64-202409272156'] }
27+
ami_filter: { 'name': ['github-runner-windows-2022-amd64-202411261305'] }
2828
block_device_mappings:
2929
- device_name: /dev/sda1
3030
delete_on_termination: true

0 commit comments

Comments
 (0)