[ci] switch to shared 'docs-build' matrix?
Open
@ramakrishnap-nv is already working on this.
Since Sep 11, 2026.
awaiting response
- Dominant language
- Cuda
- Stars
- 1k
- Forks
- 233
- Avg merge
- 4d 4h
- Merged PRs (30d)
- 95
Description
Description
I recently did some work across RAPIDS to:
- switch docs builds from L4 runners to RTX Pro 6000 (which we have a lot more free capacity for)
- centralize that decision in a shared matrix, so it's easy to do something like "switch all docs builds to a different runner type" in the future
Details here: https://github.com/rapidsai/build-planning/issues/333
I skipped cuopt because its main branch pointed at release/26.10 on shared-workflows and that made this change a bit awkward.
This project should consider a change like that too, when you update to main of shared-workflows.
Benefits of this work
- reduced time spent waiting for docs builds to get scheduled
- reduced load on NVIDIA's shared and oversubscribed L4 runners
- RAPIDS build engineering team manages the runner type for docs builds so you don't need to actively manage it
Approach
Imitate the PRs from https://github.com/rapidsai/build-planning/issues/333
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.
Assessment
This issue has not been assessed yet.