Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ stages:
topology: karpenter
matrix:
extra-small-scale-on-demand:
cpu_per_node: 4
cpu_per_node: 2
node_count: 1
pod_count: 10
scale_up_timeout: "5m"
Expand All @@ -154,10 +154,10 @@ stages:
loop_count: 20
warmup_deployment: true
warmup_deployment_template: warmup_deployment.yaml
vm_size: Standard_E2a_v4
vm_size: Standard_D2ds_v5
capacity_type: on-demand
extra-small-scale-spot:
cpu_per_node: 4
cpu_per_node: 2
node_count: 1
pod_count: 10
scale_up_timeout: "5m"
Expand All @@ -167,7 +167,7 @@ stages:
loop_count: 20
warmup_deployment: true
warmup_deployment_template: warmup_deployment.yaml
vm_size: Standard_E2a_v4
vm_size: Standard_D2ds_v5
capacity_type: spot
small-scale-on-demand:
cpu_per_node: 4
Expand Down
Loading