Plugin colcon: forward parallel build count
Metadata
Current evaluation
Forwarded parallel build options to the colcon plugin. Initial CI failed due to an unrecognized --parallel-workers argument, resolved via follow-up PR #2677 and test restarts. Successfully merged after passing reviews and CI.
Suggested action: —
No scores available.
Issue body
- [x] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [x] Have you successfully run `./runtests.sh static`?
- [x] Have you successfully run `./runtests.sh tests/unit`?
-----
Plugin colcon : forward the `parallel-build-count`/`disable-parallel` options down to the build invocation command.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Forwarded parallel build options to the colcon plugin. Initial CI failed due to an unrecognized --parallel-workers argument, resolved via follow-up PR #2677 and test restarts. Successfully merged after passing reviews and CI. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Forwards parallel build options to colcon. Tests failed due to an unrecognized --parallel-workers argument and timeouts. After restarting tests and opening follow-up PR #2677 to fix the error, the change was merged. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes forwarding parallel build options to the colcon plugin. Initial tests failed due to an unrecognized --parallel-workers flag, resolved via follow-up PR #2677. After test timeouts were fixed, the feature was integrated. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #2669 Plugin catkin: forward parallel build count | snapcraft | merged | Merged. The catkin plugin now forwards parallel-build-count and disable-parallel options to the build command. Approved by three reviewers, passed CI checks, and replaces PR #2665. | |
| #3638 colcon v2: forward cmake args | snapcraft | merged | Merged a fix ensuring colcon-cmake-args are forwarded to the build command in the Colcon v2 plugin. Approved by reviewer, passed CI, and achieved 100% diff coverage. |