Skip to content

Commit

Permalink
add scenario folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jshr-w committed Nov 14, 2024
1 parent 8d57c39 commit 8903ec6
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scenario_type = "perf-eval"
scenario_name = "cilium-cluster-churn-feature"
deletion_delay = "100h"
owner = "aks"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"run_id" : "123456789",
"region" : "eastus"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
scenario_type = "perf-eval"
scenario_name = "slo-servicediscovery-feature"
deletion_delay = "100h"
owner = "aks"
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"run_id" : "123456789",
"region" : "eastus"
}
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ aks_config_list = [
{
name = "userpool0"
node_count = 300
min_count = 300
max_count = 300
auto_scaling_enabled = false
vm_size = "Standard_D4_v3"
max_pods = 110
Expand All @@ -66,8 +64,6 @@ aks_config_list = [
{
name = "userpool1"
node_count = 300
min_count = 300
max_count = 300
auto_scaling_enabled = false
vm_size = "Standard_D4_v3"
max_pods = 110
Expand All @@ -77,8 +73,6 @@ aks_config_list = [
{
name = "userpool2"
node_count = 400
min_count = 400
max_count = 400
auto_scaling_enabled = false
vm_size = "Standard_D4_v3"
max_pods = 110
Expand Down

0 comments on commit 8903ec6

Please sign in to comment.