-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Look at some of the status checks from #768
It's not clear at all from the check names that those are actually "the 4 CUDA 12.0.1, arm64 builds". Namely:
ubuntu22.04is mentioned twice (with 2 slightly different spellings)- both
amd64andarm64are in the job name
The second half of the name (not visible unless you mouse over it) is clearer:
docker / {first-par} / build (arm64, 12.0.1, ubuntu22.04, 3.12, 25.08)
We should make it easier to differentiate between jobs from the GitHub UI, by changing those names.
Steps/Code to reproduce bug
Look at any PR's CI check section.
Expected behavior
N/A
Environment details (please complete the following information):
N/A
Additional context
This could probably be done by just setting a short name in the name: field here:
| build-rapids: |
and here:
| build-cuvs: |
That should prevent that auto-generated first name with all the matrix elements mixed together from being used.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
