Skip to content

Comments

add PR CI job checking that nightly tests are passing#852

Merged
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
jameslamb:check-nightly-ci-job
Feb 20, 2026
Merged

add PR CI job checking that nightly tests are passing#852
rapids-bot[bot] merged 1 commit intorapidsai:mainfrom
jameslamb:check-nightly-ci-job

Conversation

@jameslamb
Copy link
Member

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.

max-days-without-success: 14
repo: ${{ github.repository }}
target-branch: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }}
workflow-id: 'publish.yml'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jameslamb jameslamb marked this pull request as ready for review February 19, 2026 20:26
@jameslamb jameslamb requested a review from a team as a code owner February 19, 2026 20:26
@jameslamb jameslamb requested a review from msarahan February 19, 2026 20:26
@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit 71e6498 into rapidsai:main Feb 20, 2026
54 checks passed
@jameslamb jameslamb deleted the check-nightly-ci-job branch February 20, 2026 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants