Skip to content

Conversation

@anujc25
Copy link
Contributor

@anujc25 anujc25 commented Jan 8, 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 force-pushed the anujc/it-test-validation branch from 4dbf527 to 08d9d10 Compare January 8, 2026 21:45
@anujc25 anujc25 changed the title Optimize integration test execution to reduce infrastructure load [main] Optimize integration test execution to reduce infrastructure load Jan 8, 2026
@anujc25 anujc25 force-pushed the anujc/it-test-validation branch from f0d2f74 to df80324 Compare January 8, 2026 21:56
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