You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pipeline configuration is getting a little complicated, especially the if clauses to support skip/only statements. It's probably time to move to a dynamic pipeline generator so that we can select tests based on the contents of a PR, e.g., skip testing (or only test) only cuDNN when modifying lib/cudnn. We should probably only do this when the PR is marked as a draft PR, and opt to run all tests when marking ready for review.
In addition, because creating draft PRs is something most authors forget, we should probably use a label for this instead.
The text was updated successfully, but these errors were encountered:
maleadt
added
bug
Something isn't working
enhancement
New feature or request
ci
Everything related to continuous integration.
and removed
bug
Something isn't working
labels
May 30, 2024
The pipeline configuration is getting a little complicated, especially the
if
clauses to supportskip
/only
statements. It's probably time to move to a dynamic pipeline generator so that we can select tests based on the contents of a PR, e.g., skip testing (or only test) only cuDNN when modifyinglib/cudnn
. We should probably only do this when the PR is marked as adraft
PR, and opt to run all tests when marking ready for review.In addition, because creating draft PRs is something most authors forget, we should probably use a label for this instead.
The text was updated successfully, but these errors were encountered: