File tree Expand file tree Collapse file tree 6 files changed +36
-8
lines changed
examples/multi-runner-cppal/templates/runner-configs
images/windows-2019-cppal Expand file tree Collapse file tree 6 files changed +36
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ runner_config:
17
17
enable_ssm_on_runners : true
18
18
credit_specification : standard
19
19
instance_types :
20
- - m5.large
21
- - c5.large
20
+ - m5.xlarge
21
+ - c5.xlarge
22
22
runners_maximum_count : 100
23
23
scale_down_schedule_expression : cron(* * * * ? *)
24
24
runner_boot_time_in_minutes : 20
25
25
ami_owners :
26
26
- " 047402373783"
27
- ami_filter : { 'name': ['github-runner-windows-2019-amd64-202306201440 '] }
27
+ ami_filter : { 'name': ['github-runner-windows-2019-amd64-202307212221 '] }
28
28
block_device_mappings :
29
29
- device_name : /dev/sda1
30
30
delete_on_termination : true
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ runner_config:
18
18
enable_ssm_on_runners : true
19
19
credit_specification : standard
20
20
instance_types :
21
- - m5.large
22
- - c5.large
21
+ - m5.xlarge
22
+ - c5.xlarge
23
23
runners_maximum_count : 100
24
24
scale_down_schedule_expression : cron(* * * * ? *)
25
25
runner_boot_time_in_minutes : 20
Original file line number Diff line number Diff line change
1
+ {
2
+ "builds" : [
3
+ {
4
+ "name" : " githubrunner" ,
5
+ "builder_type" : " amazon-ebs" ,
6
+ "build_time" : 1689981909 ,
7
+ "files" : null ,
8
+ "artifact_id" : " us-west-2:ami-0d3905ec987855806" ,
9
+ "packer_run_uuid" : " cb737a47-8eae-8bc8-a815-7b5b28dad74e" ,
10
+ "custom_data" : null
11
+ }
12
+ ],
13
+ "last_run_uuid" : " cb737a47-8eae-8bc8-a815-7b5b28dad74e"
14
+ }
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ custom_shell_commands = [
21
21
" choco install -y chocolatey-visualstudio.extension" ,
22
22
" choco install -y chocolatey-windowsupdate.extension" ,
23
23
" # cmake not in path without extra flag" ,
24
- " choco install -y cmake.install --version 3.16.2 --installargs '\" ADD_CMAKE_TO_PATH=System\" '" ,
24
+ " # choco install -y cmake.install --version 3.16.2 --installargs '\" ADD_CMAKE_TO_PATH=System\" '" ,
25
+ " choco install -y cmake.install --version 3.27.0 --installargs '\" ADD_CMAKE_TO_PATH=System\" '" ,
25
26
" choco install -y curl --version 7.68.0" ,
26
27
" choco install -y DotNet4.5.2 --version 4.5.2.20140902" ,
27
28
" choco install -y DotNet4.6 --version 4.6.00081.20150925" ,
Original file line number Diff line number Diff line change 10
10
# windows-2022-cppal
11
11
12
12
imagestobuild="
13
- windows-2022 -cppal
13
+ windows-2019 -cppal
14
14
"
15
15
16
16
timestamp=$( date +%Y%m%d_%H%M%S)
Original file line number Diff line number Diff line change 7
7
# aws ec2 describe-images --owners self --query 'Images[*].[Name,ImageId]' --output text --region us-west-2 > output.out
8
8
9
9
amis="
10
- add-amis
10
+ ami-04aabf193c156dd72
11
+ ami-08a1f288959c2d8cc
12
+ ami-0c802449bdf8d981e
13
+ ami-0a2e8524783d512eb
14
+ ami-029f82a5bf6a7d634
15
+ ami-0c549427a64402d3a
16
+ ami-08b6c8a835ed9332b
17
+ ami-0ac23aae25fdc4df9
18
+ ami-0a04141dcc0980740
19
+ ami-00a47faeeb02d03f0
20
+ ami-0e6220d742fc51b57
21
+ ami-09035050dec8b0d4d
22
+ ami-0fb62047befcdd856
23
+ ami-0d3cb1d97dab8043f
11
24
"
12
25
13
26
region=us-west-2
You can’t perform that action at this time.
0 commit comments