[v8] Optimize integration test execution to reduce infrastructure load related flakes by anujc25 · Pull Request #3681 · cloudfoundry/cli
changed the title
[v8] Optimize integration test execution to reduce infrastructure load
[v8] Optimize integration test execution to reduce infrastructure load related flakes
anujc25
deleted the
anujc/it-test-validation-v8
branch
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters