Skip to content

ci: split E2E into parallel Chainsaw and Go jobs#52

Merged
SebTardif merged 1 commit into
mainfrom
ci/parallel-e2e
May 26, 2026
Merged

ci: split E2E into parallel Chainsaw and Go jobs#52
SebTardif merged 1 commit into
mainfrom
ci/parallel-e2e

Conversation

@SebTardif

Copy link
Copy Markdown
Contributor

Extract shared cluster setup (k3d, cert-manager, Prometheus, operator)
into a reusable composite action at .github/actions/setup-e2e-cluster/.
Split the single test-e2e job into test-e2e-chainsaw and test-e2e-go,
each provisioning its own k3d cluster. Both run in parallel, reducing
E2E wall time from ~15m to ~10m.

Compute cost increases slightly (2 runners x 10m = 20 runner-min vs
1 runner x 15m = 15 runner-min) but wall time drops by ~5m per push.

Extract shared cluster setup (k3d, cert-manager, Prometheus, operator)
into a reusable composite action at .github/actions/setup-e2e-cluster/.
Split the single test-e2e job into test-e2e-chainsaw and test-e2e-go,
each provisioning its own k3d cluster. Both run in parallel, reducing
wall time from ~15m to ~10m.

Update ci-gate to require both new jobs.

Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
@SebTardif SebTardif merged commit ef8cc5c into main May 26, 2026
26 checks passed
@SebTardif SebTardif deleted the ci/parallel-e2e branch June 21, 2026 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant