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 devcontainers #25

Merged
merged 3 commits into from
Nov 20, 2024
Merged

Conversation

jameslamb
Copy link
Member

Adds devcontainers and devcontainer CI jobs.

Notes for Reviewers

I created this by copying from the cugraph repo and then just changing all the references to nx-cugraph (and removing a few unnecessary things, like details about cloning cugraph-ops).

This will be blocked until rapidsai/devcontainers#417 or rapidsai/devcontainers#418 is merged.

@jameslamb jameslamb added improvement Improves an existing functionality non-breaking Introduces a non-breaking change labels Nov 14, 2024
@jameslamb jameslamb requested review from a team as code owners November 14, 2024 22:55
@jameslamb jameslamb requested a review from bdice November 14, 2024 22:55
@jameslamb
Copy link
Member Author

Cancelled CI to save those resources for other projects.

@eriknw , restart CI here once rapidsai/devcontainers#417 or rapidsai/devcontainers#418 is merged.

Copy link
Contributor

@eriknw eriknw left a comment

Choose a reason for hiding this comment

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

LGTM insofar as I can tell 👍

Copy link
Contributor

@trxcllnt trxcllnt left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@eriknw eriknw added this to the 24.12 milestone Nov 19, 2024
@nv-rliu
Copy link
Contributor

nv-rliu commented Nov 20, 2024

Merging now that rapidsai/devcontainers#417 and rapidsai/devcontainers#418 have been merged.

@nv-rliu
Copy link
Contributor

nv-rliu commented Nov 20, 2024

/merge

@rapids-bot rapids-bot bot merged commit 968bfa2 into rapidsai:branch-24.12 Nov 20, 2024
32 checks passed
@jameslamb jameslamb deleted the add-devcontainers branch November 25, 2024 20:38
rapids-bot bot pushed a commit to rapidsai/cugraph-gnn that referenced this pull request Dec 3, 2024
Follow-up to these PRs:

* rapidsai/devcontainers#417
* #68

Proposes adding devcontainers and a devcontainers CI job to the repo.

## Notes for Reviewers

### Benefits of these changes

* faster and easier local development
* reduced risk of changes here breaking the RAPIDS unified devcontainers maintained in https://github.com/rapidsai/devcontainers

Similar to rapidsai/nx-cugraph#25

### How I made these changes

Copied the `.devcontainer/` directory from https://github.com/rapidsai/cugraph, then just changed `cugraph` references to `cugraph-gnn`.

### How I tested this

Tested the `update-version.sh` changes like this:

```shell
./ci/release/update-version.sh '25.04.00'
git grep -E '25\.[0-9]+'
```

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #79
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.

5 participants