Skip to content

Commit

Permalink
test/e2e: fix incorrect Allocat[ion|or]Priority config key.
Browse files Browse the repository at this point in the history
Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Nov 3, 2023
1 parent 66bdaa4 commit 83197af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
- Name: btype0
MinCPUs: ${BTYPE0_MINCPUS:-2}
MaxCPUs: ${BTYPE0_MAXCPUS:-2}
AllocationPriority: ${BTYPE0_ALLOCATIONPRIORITY:-0}
AllocatorPriority: ${BTYPE0_ALLOCATIONPRIORITY:-0}
CPUClass: ${BTYPE0_CPUCLASS:-classA}
PreferNewBalloons: ${BTYPE0_PREFERNEWBALLOONS:-true}
PreferSpreadingPods: ${BTYPE0_PREFERSPREADINGPODS:-false}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ policy:
# Prevent a balloon to be inflated larger than a NUMA node
MinCPUs: 0
MaxCPUs: 4
AllocationPriority: 0
AllocatorPriority: 0
PreferNewBalloons: false
instrumentation:
HTTPEndpoint: ":8891"
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ policy:
- Name: two-cpu
MinCPUs: 2
MaxCPUs: 2
AllocationPriority: 0
AllocatorPriority: 0
CPUClass: class2
PreferNewBalloons: true

Expand Down

0 comments on commit 83197af

Please sign in to comment.