Skip to content

Commit

Permalink
add graviton test for al2
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtaye committed Dec 5, 2023
1 parent a802414 commit 9427837
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions generator/resources/ec2_linux_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "al2",
"username": "ec2-user",
"instanceType":"m7g.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "cloudwatch-agent-integration-test-arm64-al2*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "arm64",
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "al2023",
"username": "ec2-user",
Expand Down

0 comments on commit 9427837

Please sign in to comment.