rapidsai / jupyterlab-nvdashboard

A JupyterLab extension for displaying dashboards of GPU usage.
BSD 3-Clause "New" or "Revised" License
598 stars 78 forks source link

Migrate to GitHub Actions #170

Closed exactlyallan closed 6 months ago

exactlyallan commented 1 year ago

Currently use Jenkins for build packages, which will be discontinued by year end. Would need to port builds to GitHub Actions.

jakirkham commented 1 year ago

An example of the work entailed is in this PR: https://github.com/rapidsai/dask-cuda/pull/1062 (though would look at recent .github and ci directories for recent developments)

ajschmidt8 commented 1 year ago

The CI for this repository will likely look different than the rest of RAPIDS since it doesn't follow our conventions.

In past discussions, Jacob said he would handle the conventions for this repository.

For what it's worth, the https://github.com/rapidsai/dependency-file-generator repository is using semantic-release pretty successfully.

AjayThorve commented 6 months ago

this is now implemented since #169.