Skip to content

Commit

Permalink
fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Jun 7, 2024
1 parent 05ce023 commit b4c57ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion generator/resources/eks_addon_test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
"k8s_version": "1.29",
"instanceType":"g4dn.xlarge",
"installAgentCommand": "go run ./install/install_agent.go rpm",
"beta": "true",
"addon_name":"amazon-cloudwatch-observability",
"addon_version":"v1.6.0-eksbuild.1"
Expand Down
4 changes: 1 addition & 3 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ var testTypeToTestConfig = map[string][]testConfig{
},
"eks_addon": {
{
testDir: "./test/gpu",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
instanceType: "g4dn.xlarge",
testDir: "./test/gpu",
},
},
"eks_daemon": {
Expand Down

0 comments on commit b4c57ec

Please sign in to comment.