Skip to content

Commit a6c4bd4

Browse files
committed
feat(e2e): expand org pool from 6 to 12
With 6 orgs, concurrent e2e runs from multiple PRs starve each other for test orgs, causing cancellations after the 10-minute lock timeout. Double the pool to 12 orgs to support higher parallelism. New orgs (halfsend-07 through halfsend-12) must be provisioned before merging — run hack/setup-new-e2e-org.sh for each. Signed-off-by: Robin Bender Ginn <rbenderg@redhat.com> Assisted-by: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Ralph Bean <rbean@redhat.com>
1 parent ea09be6 commit a6c4bd4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

e2e/admin/testutil.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ var orgPool = []string{
5656
"halfsend-04",
5757
"halfsend-05",
5858
"halfsend-06",
59+
"halfsend-07",
60+
"halfsend-08",
61+
"halfsend-09",
62+
"halfsend-10",
63+
"halfsend-11",
64+
"halfsend-12",
5965
}
6066

6167
// acquireOrg scans the pool for an unlocked org and acquires its lock.

0 commit comments

Comments
 (0)