Many CI runs are very similar in nature. Let's put them into groups for a better overview
Details
Details
- Reviewers
- ldionne - Mordante - • Quuxplusone - var-const 
- Group Reviewers
- Restricted Project 
- Commits
- rG126663211adf: [libc++][CI] Put runs into groups
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is really neat, I didn't know BuildKite supported that feature! Some comments but otherwise LGTM.
| libcxx/utils/ci/buildkite-pipeline.yml | ||
|---|---|---|
| 325–336 | I would rename this one to "No exceptions" and move it to "Parts disabled". | |
| 392–403 | I would actually rename this one to "No threads" and move it to the "Parts disabled" group. | |
Comment Actions
- Rebased
- Move -fno-exceptions and Single-threaded into Parts disabled and rename them
I would rename this one to "No exceptions" and move it to "Parts disabled".