From a6c4bd4ad4af930810fef3c2514548936c603821 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 29 Jun 2026 16:08:09 -0400 Subject: [PATCH] feat(e2e): expand org pool from 6 to 12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Assisted-by: Claude Opus 4.6 Signed-off-by: Ralph Bean --- e2e/admin/testutil.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/e2e/admin/testutil.go b/e2e/admin/testutil.go index 4a5f19cb8..0b582b133 100644 --- a/e2e/admin/testutil.go +++ b/e2e/admin/testutil.go @@ -56,6 +56,12 @@ var orgPool = []string{ "halfsend-04", "halfsend-05", "halfsend-06", + "halfsend-07", + "halfsend-08", + "halfsend-09", + "halfsend-10", + "halfsend-11", + "halfsend-12", } // acquireOrg scans the pool for an unlocked org and acquires its lock.