Skip to content

Commit

Permalink
Add Hyperpod cluster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Reham Tarek committed Aug 19, 2024
1 parent 8c00f9f commit 247d44d
Show file tree
Hide file tree
Showing 10 changed files with 734 additions and 1 deletion.
4 changes: 4 additions & 0 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ var testTypeToTestConfig = map[string][]testConfig{
testDir: "./test/gpu", terraformDir: "terraform/eks/daemon/gpu",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
{
testDir: "./test/hyperpod", terraformDir: "terraform/eks/daemon/hyperpod",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
},
"eks_deployment": {
{testDir: "./test/metric_value_benchmark"},
Expand Down
Loading

0 comments on commit 247d44d

Please sign in to comment.