Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions generator/resources/ec2_selinux_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"username": "ec2-user",
"instanceType":"t3a.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "CloudwatchSelinuxAL2v4*",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you post a passing test run

"ami": "cloudwatch-agent-integration-test-al2-selinux*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.rpm",
Expand All @@ -15,7 +15,7 @@
"username": "ec2-user",
"instanceType":"t3a.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "CloudwatchSelinuxAL2023*",
"ami": "cloudwatch-agent-integration-test-x86-al2023-selinux*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.rpm",
Expand Down