PointCloudLibrary / PointCloudLibrary/pcl
[CI] Separate Build and Test as different stages for CI
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 11.1k
- Forks
- 4.7k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 6
Description
Is your feature request related to a problem? Please describe.
Sometimes tests are flaky and it's difficult to check if that's the case right now without spending a lot of time building the library again.
Expected behavior
Rerun-failed tests should rerun only the test part of the pipeline, not the building library part too.
Split from #3594
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no workflow files, tests, or entry points. Start by locating the repository's CI configuration and tracing how the library build and test steps are currently connected; done means the pipeline has separate build and test stages, with failed tests rerunning without rebuilding the library.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, ci-cd
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100