Skip to content

Commit 179acd7

Browse files
committed
smoke: Increase Rocky-8 instance type to t4g.micro
Smoke tests are flaky for this OS. Usinng aL larger instance type to improve test reliability.
1 parent d585c04 commit 179acd7

File tree

1 file changed

+1
-1
lines changed
  • testing/infra/terraform/modules/standalone_apm_server

1 file changed

+1
-1
lines changed

testing/infra/terraform/modules/standalone_apm_server/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ locals {
2424
"al2023-ami-2023.*-x86_64" = "t3a.micro"
2525
"RHEL-8" = "t4g.micro" # RHEL doesn't support nano instances
2626
"RHEL-9" = "t4g.micro" # RHEL doesn't support nano instances
27-
"Rocky-8-EC2-Base" = "t4g.nano"
27+
"Rocky-8-EC2-Base" = "t4g.micro" # Larger instance size to improve test reliability
2828
"Rocky-9-EC2-Base" = "t4g.nano"
2929
"AlmaLinux OS 8" = "t4g.nano"
3030
"AlmaLinux OS 9" = "t4g.nano"

0 commit comments

Comments
 (0)