Skip to content

Commit

Permalink
running test for al2 only
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Oct 23, 2024
1 parent ea9a0d9 commit 6f69066
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
13 changes: 13 additions & 0 deletions generator/resources/ec2_otel_merging_test_matrix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[
{
"os": "al2",
"username": "ec2-user",
"instanceType":"t3a.medium",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"ami": "cloudwatch-agent-integration-test-al2*",
"caCertPath": "/etc/ssl/certs/ca-bundle.crt",
"arc": "amd64",
"binaryName": "amazon-cloudwatch-agent.rpm",
"family": "linux"
}
]
6 changes: 5 additions & 1 deletion generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ var testTypeToTestConfig = map[string][]testConfig{
{testDir: "./test/restart"},
{testDir: "./test/xray"},
{testDir: "./test/otlp"},
{testDir: "./test/agent_otel_merging"},
{
testDir: "./test/acceptance",
targets: map[string]map[string]struct{}{"os": {"ubuntu-20.04": {}}},
Expand Down Expand Up @@ -111,6 +110,11 @@ var testTypeToTestConfig = map[string][]testConfig{
terraformDir: "terraform/ec2/creds",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},

{
testDir: "./test/agent_otel_merging",
targets: map[string]map[string]struct{}{"os": {"al2": {}}},
},
{
testDir: "./test/amp",
targets: map[string]map[string]struct{}{"os": {"al2": {}}, "arc": {"amd64": {}}},
Expand Down

0 comments on commit 6f69066

Please sign in to comment.