Is this a duplicate?
Area
General cuda-python
Is your feature request related to a problem? Please describe.
As discussed in our PR review, it would be useful to know when tests are not run at all across all of our CI. This can help identify useless tests, and also give us more confidence that if we add criteria to skip a test that we haven't made the criteria overly broad.
Describe the solution you'd like
This can probably be an extension of the "Check job status" job.
It should report a list of all tests that were skipped entirely to the summary page of the CI action.
It should not fail CI -- this should be purely informational (at least to start).
Describe alternatives you've considered
No response
Additional context
No response
Is this a duplicate?
Area
General cuda-python
Is your feature request related to a problem? Please describe.
As discussed in our PR review, it would be useful to know when tests are not run at all across all of our CI. This can help identify useless tests, and also give us more confidence that if we add criteria to skip a test that we haven't made the criteria overly broad.
Describe the solution you'd like
This can probably be an extension of the "Check job status" job.
It should report a list of all tests that were skipped entirely to the summary page of the CI action.
It should not fail CI -- this should be purely informational (at least to start).
Describe alternatives you've considered
No response
Additional context
No response