Skip to content

Commit 74e1024

Browse files
committed
fix: use longer ami timeouts for windows
1 parent 0a03f20 commit 74e1024

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

images/windows-core-2022/github_agent.windows.pkr.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ source "amazon-ebs" "githubrunner" {
9393
subnet_id = var.subnet_id
9494
associate_public_ip_address = var.associate_public_ip_address
9595
temporary_security_group_source_public_ip = var.temporary_security_group_source_public_ip
96+
aws_polling {
97+
delay_seconds = 60
98+
max_attempts = 120
99+
}
96100

97101
source_ami_filter {
98102
filters = {

images/windows-core-2025/github_agent.windows.pkr.hcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ source "amazon-ebs" "githubrunner" {
9393
subnet_id = var.subnet_id
9494
associate_public_ip_address = var.associate_public_ip_address
9595
temporary_security_group_source_public_ip = var.temporary_security_group_source_public_ip
96+
aws_polling {
97+
delay_seconds = 60
98+
max_attempts = 120
99+
}
96100

97101
source_ami_filter {
98102
filters = {

0 commit comments

Comments
 (0)