check-nightly-ci: reset to 7 days#442
Merged
rapids-bot[bot] merged 1 commit intorapidsai:release/26.04from Mar 25, 2026
Merged
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
Member
Author
|
/ok to test |
jameslamb
commented
Mar 25, 2026
| target-branch: ${{ fromJSON(steps.get-pr-info.outputs.pr-info).base.ref }} | ||
| # TODO: remove 'max-days-without-success' once https://github.com/rapidsai/cugraph-gnn/issues/410 is fixed | ||
| max-days-without-success: 50 | ||
| max-days-without-success: 7 |
Member
Author
There was a problem hiding this comment.
This is the default, but just keeping it here to be explicit.
Contributor
Greptile SummaryReverts the temporary
Confidence Score: 5/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR Opened] --> B[check-nightly-ci job]
B --> C{Last successful nightly run\nwithin 7 days?}
C -- Yes --> D[CI passes ✅]
C -- No --> E[CI blocked ❌]
Reviews (1): Last reviewed commit: "check-nightly-ci: reset to 7 days" | Re-trigger Greptile |
jolorunyomi
approved these changes
Mar 25, 2026
gforsyth
approved these changes
Mar 25, 2026
Member
Author
|
/merge |
1ec31a0
into
rapidsai:release/26.04
120 of 122 checks passed
Member
Author
|
yesterday's https://github.com/rapidsai/cugraph-gnn/actions/runs/23704040719 |
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.
Fixes #410
#434 was the last step to unblocking nightly CI in this project. This reverts #419. Once this is merged, PR CI will be blocked if the project goes 7 days without passing nightly tests.
How I tested this:
buildrun onrelease/26.04(link)testrun onrelease/26.04(link)check-nightly-cicheck here and saw it pass (link)