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
Not all PRs would require full build/test pipelines (as we currently do today). For example, if a PR only touches code in cuda.core, then
we don't need to rebuild cuda.bindings
The build artifacts can be reused from the latest main branch
we don't need to re-test cuda.bindings
We should add detection logics to inform the CI workflows so that we can save CI time (and thereby reducing the costs). The same logic can be applied to nightly tests too (#294).
The text was updated successfully, but these errors were encountered:
Not all PRs would require full build/test pipelines (as we currently do today). For example, if a PR only touches code in
cuda.core
, thencuda.bindings
cuda.bindings
We should add detection logics to inform the CI workflows so that we can save CI time (and thereby reducing the costs). The same logic can be applied to nightly tests too (#294).
The text was updated successfully, but these errors were encountered: