Skip to content

Commit 38252f6

Browse files
committed
Rebuild windows images
1 parent 434e334 commit 38252f6

File tree

23 files changed

+188
-47
lines changed

23 files changed

+188
-47
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runner_config:
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]
29-
ami_filter: { 'name': ['github-runner-ubuntu-bionic-arm64-202306161254'] }
29+
ami_filter: { 'name': ['github-runner-ubuntu-bionic-arm64-202308031506'] }
3030
block_device_mappings:
3131
- device_name: /dev/sda1
3232
delete_on_termination: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runner_config:
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]
29-
ami_filter: { 'name': ['github-runner-ubuntu-bionic-amd64-202306161254'] }
29+
ami_filter: { 'name': ['github-runner-ubuntu-bionic-amd64-202308031506'] }
3030
block_device_mappings:
3131
- device_name: /dev/sda1
3232
delete_on_termination: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runner_config:
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]
29-
ami_filter: { 'name': ['github-runner-ubuntu-focal-arm64-202306161254'] }
29+
ami_filter: { 'name': ['github-runner-ubuntu-focal-arm64-202308031506'] }
3030
block_device_mappings:
3131
- device_name: /dev/sda1
3232
delete_on_termination: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runner_config:
2626
scale_down_schedule_expression: cron(* * * * ? *)
2727
# userdata_template: ./templates/user-data.sh
2828
ami_owners: [ "047402373783" ]
29-
ami_filter: { 'name': ['github-runner-ubuntu-focal-amd64-202306161254'] }
29+
ami_filter: { 'name': ['github-runner-ubuntu-focal-amd64-202308031506'] }
3030
block_device_mappings:
3131
- device_name: /dev/sda1
3232
delete_on_termination: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runner_config:
2727
scale_down_schedule_expression: cron(* * * * ? *)
2828
# userdata_template: ./templates/user-data.sh
2929
ami_owners: [ "047402373783" ]
30-
ami_filter: { 'name': ['github-runner-ubuntu-jammy-arm64-202306161254'] }
30+
ami_filter: { 'name': ['github-runner-ubuntu-jammy-arm64-202308031506'] }
3131
block_device_mappings:
3232
- device_name: /dev/sda1
3333
delete_on_termination: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runner_config:
2727
scale_down_schedule_expression: cron(* * * * ? *)
2828
# userdata_template: ./templates/user-data.sh
2929
ami_owners: [ "047402373783" ]
30-
ami_filter: { 'name': ['github-runner-ubuntu-jammy-amd64-202306161254'] }
30+
ami_filter: { 'name': ['github-runner-ubuntu-jammy-amd64-202308031506'] }
3131
block_device_mappings:
3232
- device_name: /dev/sda1
3333
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-202307212221'] }
26+
ami_filter: { 'name': ['github-runner-windows-2019-amd64-202308161544'] }
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-202306202311'] }
27+
ami_filter: { 'name': ['github-runner-windows-2022-amd64-202308161544'] }
2828
block_device_mappings:
2929
- device_name: /dev/sda1
3030
delete_on_termination: true

images/ubuntu-bionic-arm64-cppal/manifest.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88
"artifact_id": "us-west-2:ami-02f1d27de34ac7ae4",
99
"packer_run_uuid": "2611bb8c-0f51-975e-5a9a-64f87224a5d2",
1010
"custom_data": null
11+
},
12+
{
13+
"name": "githubrunner",
14+
"builder_type": "amazon-ebs",
15+
"build_time": 1691075921,
16+
"files": null,
17+
"artifact_id": "us-west-2:ami-0ad135e7fd0f1313f",
18+
"packer_run_uuid": "bf81201e-56bd-0f14-c8ed-f04d768e74b9",
19+
"custom_data": null
1120
}
1221
],
13-
"last_run_uuid": "2611bb8c-0f51-975e-5a9a-64f87224a5d2"
22+
"last_run_uuid": "bf81201e-56bd-0f14-c8ed-f04d768e74b9"
1423
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"builds": [
3+
{
4+
"name": "githubrunner",
5+
"builder_type": "amazon-ebs",
6+
"build_time": 1691076099,
7+
"files": null,
8+
"artifact_id": "us-west-2:ami-09882530fd7b06926",
9+
"packer_run_uuid": "c38681f5-7f9a-1388-8772-a63bb87b5d08",
10+
"custom_data": null
11+
}
12+
],
13+
"last_run_uuid": "c38681f5-7f9a-1388-8772-a63bb87b5d08"
14+
}

0 commit comments

Comments
 (0)