Skip to content

Commit 2596934

Browse files
committed
ci: add Many NodePools focus row to kind-perf-e2e matrix
Wires the new Many NodePools performance spec into the kind-perf-e2e workflow so the DescribeTable sweep runs alongside the other scenarios on every push to main. Focus regex matches the Ginkgo Context in many_nodepools_test.go. Fan-out cost is one additional matrix row against the existing seven scenarios. If the largest sweep entry (500 NodePools) overflows the per-matrix-job wall clock on the first run, splitting the DescribeTable into two Its and adding a second matrix row is the mitigation path. Signed-off-by: Nathaniel Jones <jonesflp@amazon.com>
1 parent 127293a commit 2596934

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/kind-perf-e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
focus: "Do Not Disrupt Performance Test"
3232
- name: "Self Anti-Affinity Deployment Interference"
3333
focus: "Self Anti-Affinity Deployment Interference"
34+
- name: "Many NodePools"
35+
focus: "Many NodePools"
3436
uses: ./.github/workflows/e2e.yaml
3537
with:
3638
suite: Performance

0 commit comments

Comments
 (0)