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 6f69066 commit ee64954
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
13 changes: 0 additions & 13 deletions generator/resources/ec2_otel_merging_test_matrix.json

This file was deleted.

6 changes: 1 addition & 5 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ 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 @@ -110,11 +111,6 @@ 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 ee64954

Please sign in to comment.