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 22, 2024
1 parent 766e41a commit eac3bf3
Show file tree
Hide file tree
Showing 10 changed files with 736 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 @@ -227,6 +227,10 @@ var testTypeToTestConfig = map[string][]testConfig{
testDir: "./test/awsneuron", terraformDir: "terraform/eks/daemon/awsneuron",
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 eac3bf3

Please sign in to comment.