Skip to content

Commit

Permalink
Remove EOL centos-stream-8 and rhel8 configurations from matrix (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadpatel authored Dec 2, 2024
1 parent f7c5fd3 commit 95905d6
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions generator/resources/ec2_linux_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,6 @@
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "rhel8",
"username": "ec2-user",
"instanceType":"t3a.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "cloudwatch-agent-integration-test-rhel8-base*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "ol7",
"username": "ec2-user",
Expand Down Expand Up @@ -153,17 +142,6 @@
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "centos-stream-8",
"username": "cloud-user",
"instanceType":"t3a.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "cloudwatch-agent-integration-test-centos-stream-8*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "sles-12",
"username": "ec2-user",
Expand Down

0 comments on commit 95905d6

Please sign in to comment.