Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add notebook tests, build.sh args #62

Merged
merged 19 commits into from
Nov 8, 2024

Conversation

jameslamb
Copy link
Member

@jameslamb jameslamb commented Nov 1, 2024

Closes #53

This pulls over the remaining changes from that PR... thought that was easier than fixing the merge conflicts between that and recent PRs.

Notes for Reviewers

I left other comments explaining these changes inline.

@jameslamb jameslamb added the DO NOT MERGE Hold off on merging; see PR for details label Nov 1, 2024
@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Nov 4, 2024
@jameslamb jameslamb removed the DO NOT MERGE Hold off on merging; see PR for details label Nov 4, 2024
@jameslamb jameslamb changed the title WIP: [DO NOT MERGE] add notebook tests, build.sh args WIP: add notebook tests, build.sh args Nov 7, 2024
@jameslamb jameslamb changed the title WIP: add notebook tests, build.sh args add notebook tests, build.sh args Nov 7, 2024
@jameslamb jameslamb marked this pull request as ready for review November 7, 2024 20:34
@jameslamb jameslamb requested review from a team as code owners November 7, 2024 20:34
# from the 'cugraph-gnn' repo and stop publishing them from
# the 'cugraph' / 'wholegraph' repos
#version=$(rapids-generate-version)
version="24.12.00a1000"
Copy link
Member Author

@jameslamb jameslamb Nov 7, 2024

Choose a reason for hiding this comment

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

This (and other hard-coded 24.12.00a1000) is the weirdest part of this PR.

They're here to ensure that testing CI jobs are getting the packages built from this repo. Because there have been more 24.12 commits over in https://github.com/rapidsai/cugraph, I observed test jobs pulling in nightlies from rapidsai-nightly instead of the ones downloaded from S3, which was a cause of errors and accidental successes.

Setting this ridiculous number is safe because no packages are being published to any conda channels or the nightly PyPI index from this repo yet.

@jameslamb
Copy link
Member Author

/merge

@rapids-bot rapids-bot bot merged commit d260ccb into rapidsai:branch-24.12 Nov 8, 2024
79 checks passed
@jameslamb jameslamb deleted the more-ci branch November 8, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improves an existing functionality non-breaking Introduces a non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants