Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pkkokane28 authored Aug 16, 2024
2 parents 21a5f60 + 3bca1a9 commit 07eac96
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions generator/resources/ec2_linux_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@
"binaryName": "amazon-cloudwatch-agent.deb",
"family": "linux"
},
{
"os": "debian-10",
"username": "admin",
"instanceType": "c6g.large",
"installAgentCommand": "/snap/bin/go run ./install/install_agent.go deb",
"ami": "cloudwatch-agent-integration-test-debian-10-arm64*",
"caCertPath": "/etc/ssl/certs/ca-certificates.crt",
"arc": "arm64",
"binaryName": "amazon-cloudwatch-agent.deb",
"family": "linux"
},
{
"os": "debian-11",
"username": "admin",
Expand Down Expand Up @@ -109,17 +98,6 @@
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "rhel7",
"username": "ec2-user",
"instanceType":"t3a.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "cloudwatch-agent-integration-test-rhel7*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "rhel8",
"username": "ec2-user",
Expand Down Expand Up @@ -164,17 +142,6 @@
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "centos-7",
"username": "centos",
"instanceType":"t3a.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "cloudwatch-agent-integration-test-centos-7*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
},
{
"os": "centos-stream-8",
"username": "cloud-user",
Expand Down

0 comments on commit 07eac96

Please sign in to comment.