You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add parallel spockbench test execution to CI workflow
Workflow improvements:
- Split workflow into separate steps: build, cluster startup, test
execution, log collection, cleanup, regression, and TAP tests
- Run spockbench tests on all three nodes (n1, n2, n3) in parallel
using background processes with proper PID tracking
- Add artifact collection for node logs and spockbench output
- Add always-run cleanup step to ensure docker-compose down executes
- Remove --build flag from docker compose up to reuse pre-built image
(fixes bug where image was rebuilt with default PGVER=17)
- Add if: always() to regression and TAP test steps
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments