Skip to content

Comments

Reduce the parallelism of test run in GH runners#633

Closed
afritzler wants to merge 1 commit intomainfrom
chore/gh-tests
Closed

Reduce the parallelism of test run in GH runners#633
afritzler wants to merge 1 commit intomainfrom
chore/gh-tests

Conversation

@afritzler
Copy link
Member

@afritzler afritzler commented Jan 30, 2026

Summary by CodeRabbit

  • Chores
    • Enhanced test execution configuration to dynamically leverage available system processors for improved build performance.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 30, 2026

Walkthrough

The Makefile is updated to restore direct assignment of NPROCS to the count of online processors via shell command, while changing the fallback default from 4 to 1. This affects the default parallelism level for test execution.

Changes

Cohort / File(s) Summary
Makefile Configuration
Makefile
Restored direct NPROCS assignment using getconf _NPROCESSORS_ONLN and lowered fallback default from 4 to 1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1
❌ Failed checks (1 warning)
Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is empty, missing all required sections from the template including 'Proposed Changes' and 'Fixes' information. Add a description following the template with proposed changes explaining why parallelism is being reduced and any relevant issue references.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: reducing test parallelism from 4 to 1 processor in GitHub runners.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/gh-tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants