add PR CI job checking that nightly tests are passing#852
Merged
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom Feb 20, 2026
Merged
add PR CI job checking that nightly tests are passing#852rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
Conversation
jameslamb
commented
Feb 19, 2026
| max-days-without-success: 14 | ||
| repo: ${{ github.repository }} | ||
| target-branch: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }} | ||
| workflow-id: 'publish.yml' |
Member
Author
There was a problem hiding this comment.
This is the workflow the nightly pipeline triggers:
28 tasks
KyleFromNVIDIA
approved these changes
Feb 20, 2026
Member
Author
|
/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contributes to rapidsai/shared-actions#94
Proposes adding a CI job on PRs that will fail if nightly tests haven't run successfully at least once in the last 7 days.
Notes for Reviewers
Why?
Blocking PR CI when nightlies have been failing for too long is intended to make nightly failures a bit louder, to ensure issues are noticed and addressed before the next release.
See rapidsai/build-planning#127 for context.
A check like this is already in place in many RAPIDS repos, including cuDF.