File tree 3 files changed +16
-6
lines changed
examples/multi-runner-cppal/templates/runner-configs
images/windows-2022-cppal
3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ runner_config:
24
24
scale_down_schedule_expression : cron(* * * * ? *)
25
25
runner_boot_time_in_minutes : 20
26
26
ami_owners : [ "047402373783" ]
27
- ami_filter : { 'name': ['github-runner-windows-2022-amd64-202409162028 '] }
27
+ ami_filter : { 'name': ['github-runner-windows-2022-amd64-202409272156 '] }
28
28
block_device_mappings :
29
29
- device_name : /dev/sda1
30
30
delete_on_termination : true
31
31
volume_type : gp3
32
- volume_size : 90
32
+ volume_size : 100
33
33
encrypted : true
34
34
iops : null
35
35
throughput : null
Original file line number Diff line number Diff line change 125
125
"artifact_id" : " us-west-2:ami-0c64e333fe0ccbb5c" ,
126
126
"packer_run_uuid" : " 90256e1c-f243-7777-f5e2-d4856b601201" ,
127
127
"custom_data" : null
128
+ },
129
+ {
130
+ "name" : " githubrunner" ,
131
+ "builder_type" : " amazon-ebs" ,
132
+ "build_time" : 1727477535 ,
133
+ "files" : null ,
134
+ "artifact_id" : " us-west-2:ami-08e34ea4fda08a602" ,
135
+ "packer_run_uuid" : " d927e948-9675-d84d-ca17-0c6d41a628ec" ,
136
+ "custom_data" : null
128
137
}
129
138
],
130
- "last_run_uuid" : " 90256e1c-f243-7777-f5e2-d4856b601201 "
139
+ "last_run_uuid" : " d927e948-9675-d84d-ca17-0c6d41a628ec "
131
140
}
Original file line number Diff line number Diff line change 7
7
region = " us-west-2"
8
8
instance_type = " t2.xlarge"
9
9
# 2024-09 size was 70. Add 10 for the jobs, and 10 for the pagefile.
10
- root_volume_size_gb = 90
10
+ # then another 10 for the pagefile.
11
+ root_volume_size_gb = 100
11
12
ssh_keypair_name = " cppalliance-us-west-2-kp"
12
13
ssh_private_key_file = " /root/.ssh/cppalliance-us-west-2-kp.pem"
13
14
@@ -101,8 +102,8 @@ custom_shell_commands = [
101
102
" $ComputerSystem.AutomaticManagedPagefile = $false" ,
102
103
" $ComputerSystem.Put()" ,
103
104
" $PageFileSetting = Get-WmiObject -ClassName Win32_PageFileSetting" ,
104
- " $PageFileSetting.InitialSize = 10000 " ,
105
- " $PageFileSetting.MaximumSize = 10000 " ,
105
+ " $PageFileSetting.InitialSize = 20000 " ,
106
+ " $PageFileSetting.MaximumSize = 20000 " ,
106
107
" $PageFileSetting.Put()" ,
107
108
108
109
" echo __done__"
You can’t perform that action at this time.
0 commit comments