Skip to content

Conversation

@anujc25
Copy link
Contributor

@anujc25 anujc25 commented Jan 13, 2026

Description of the Change

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

The main 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.

Why Is This PR Valuable?

This change addresses infrastructure load issues that cause test failures due to resource contention. By reducing concurrent load from 12 parallel nodes to 4 and spreading test execution over time through batching, the tests become significantly more stable and reliable on resource-constrained infrastructure.

Users running integration tests in CI environments with limited resources will benefit from more consistent test results and fewer infrastructure-related failures.

Applicable Issues

List any applicable GitHub Issues here

How Urgent Is The Change?

This change improves the reliability of integration tests in CI but is not time-sensitive.

@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 merged commit e8e7a0c into cloudfoundry:v8 Jan 14, 2026
20 of 23 checks passed
@anujc25 anujc25 deleted the anujc/it-test-validation-v8 branch January 14, 2026 17:26
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.

2 participants