Skip to content

Releases: rapidsai/gha-tools

v0.0.23

11 Oct 20:31
f6c034c
Compare
Choose a tag to compare
Add VPN note (#21)

Since downloads.rapids.ai is no longer publicly viewable, this PR adds a small note to our log output to make it clear that the NVIDIA Employee VPN is required to access artifacts.

v0.0.22

06 Oct 17:14
d0e9bea
Compare
Choose a tag to compare
Feat/pypi wheel scripts (#20)

* Add rapids-twine.py script

* Try to fix rapids-twine.py

* More fixes

* Define next_success if not defined

* Remove auto-guessing build-tag logic

v0.0.21

05 Oct 18:44
bbdb913
Compare
Choose a tag to compare
Use environment variable for nightly build dates (#19)

* use RAPIDS_NIGHTLY_DATE env var for nightly builds

* add rapids-require-env-var

* use rapids-require-env-var for rapids-s3-path

* refactor other scripts to use rapids-require-env-var

* update rapids-echo-stderr to use RAPIDS_SCRIPT_NAME

* update existing rapids-echo-stderr invocations

v0.0.20

04 Oct 19:52
871b7a3
Compare
Choose a tag to compare
Add conda retry for `Timeout was reached` error message (#18)

This PR adds a retry for the transient `Timeout was reached` error message that was experienced in the run below.

- https://github.com/rapidsai/rmm/actions/runs/3184738030/jobs/5193665834

v0.0.19

29 Sep 21:01
383e6f5
Compare
Choose a tag to compare
Fix `rapids-upload-to-anaconda` (#17)

* create `rapids-constants`

* refactor required variable handling for `rapids-s3-path`

`rapids-s3-path` was missing a check for the variable `RAPIDS_REF_NAME`.
this commit adds a check for that variable and refactors how the checks are handled.

* refactor `rapids-upload-to-anaconda`

the script will now download all of the packages from a workflow run and upload them to Anaconda.org

* address shellcheck & add .shellcheckrc

v0.0.18

28 Sep 17:22
5b05735
Compare
Choose a tag to compare
Merge pull request #16 from ajschmidt8/revert-summary

Revert upload summary

v0.0.17

27 Sep 19:07
81b36b1
Compare
Choose a tag to compare
Merge pull request #15 from Ethyling/fix-rapids-env

Fix rapids-env-update to use rapids-is-release-build

v0.0.16

27 Sep 14:59
a74ca71
Compare
Choose a tag to compare
Merge pull request #14 from Ethyling/rename-check-env

Rename rapids-check-env to rapids-print-env

v0.0.15

23 Sep 13:18
Compare
Choose a tag to compare
Rename rapids-is-stable-build to rapids-is-release-build

Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>

v0.0.14

22 Sep 19:17
7f6f45b
Compare
Choose a tag to compare
Merge pull request #13 from ajschmidt8/add-conda-error

Add `ConnectionError:` to `rapids-conda-retry`