Skip to content

Commit

Permalink
Allow node configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 16, 2024
1 parent a0c088e commit 37dcf0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generator/resources/eks_e2e_test_matrix.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{

"nodes": 1
}
]
1 change: 1 addition & 0 deletions generator/test_case_generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type matrixRow struct {
CaCertPath string `json:"caCertPath"`
ValuesPerMinute int `json:"values_per_minute"` // Number of metrics to be sent or number of log lines to write
K8sVersion string `json:"k8sVersion"`
Nodes int `json:"nodes"`
TerraformDir string `json:"terraform_dir"`
UseSSM bool `json:"useSSM"`
ExcludedTests string `json:"excludedTests"`
Expand Down

0 comments on commit 37dcf0b

Please sign in to comment.