Skip to content

Commit

Permalink
kueue metrics integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Srikanth Nemana committed Nov 12, 2024
1 parent 11f6253 commit f221587
Show file tree
Hide file tree
Showing 12 changed files with 1,822 additions and 0 deletions.
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/kueue", terraformDir: "terraform/eks/daemon/kueue",
targets: map[string]map[string]struct{}{"arc": {"amd64": {}}},
},
},
"eks_deployment": {
{testDir: "./test/metric_value_benchmark"},
Expand Down
Loading

0 comments on commit f221587

Please sign in to comment.