[v8] Optimize integration test execution to reduce infrastructure load related flakes by anujc25 · Pull Request #3681 · cloudfoundry/cli

@anujc25

@anujc25 changed the title [v8] Optimize integration test execution to reduce infrastructure load [v8] Optimize integration test execution to reduce infrastructure load related flakes

Jan 14, 2026

@anujc25 anujc25 deleted the anujc/it-test-validation-v8 branch

January 14, 2026 17:26

jochenehret pushed a commit to sap-contributions/cli that referenced this pull request

Feb 10, 2026
)

This PR optimizes the integration test execution in CI to reduce infrastructure load and improve test reliability.

This change splits the integration-tests-full-ci Makefile target into 3 sequential batches instead of running all 6 test suites together with high parallelism. Additionally, the number of parallel nodes is reduced from 12 to 4 in the GitHub Actions workflow.

Test suites are now grouped logically into batches that run sequentially with controlled parallelism to prevent infrastructure overload while maintaining reasonable test execution time.