Skip to content

Commit

Permalink
Add support for Ubuntu 23 testing for CWA (aws#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi authored Mar 15, 2024
1 parent 34dadf1 commit 32b91e6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion generator/resources/ec2_linux_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@
"binaryName": "amazon-cloudwatch-agent.deb",
"family": "linux"
},
{
"os": "ubuntu-23",
"username": "ubuntu",
"instanceType":"t3.medium",
"installAgentCommand": "go run ./install/install_agent.go deb",
"ami": "cloudwatch-agent-integration-test-ubuntu-23*",
"caCertPath": "/etc/ssl/certs/ca-certificates.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.deb",
"family": "linux"
},
{
"os": "debian-10",
"username": "admin",
Expand Down Expand Up @@ -242,4 +253,4 @@
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
}
]
]

0 comments on commit 32b91e6

Please sign in to comment.