Releases: rapidsai/gha-tools
Releases · rapidsai/gha-tools
v0.0.23
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
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
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
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
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
Merge pull request #16 from ajschmidt8/revert-summary Revert upload summary
v0.0.17
Merge pull request #15 from Ethyling/fix-rapids-env Fix rapids-env-update to use rapids-is-release-build
v0.0.16
Merge pull request #14 from Ethyling/rename-check-env Rename rapids-check-env to rapids-print-env
v0.0.15
Rename rapids-is-stable-build to rapids-is-release-build Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
v0.0.14
Merge pull request #13 from ajschmidt8/add-conda-error Add `ConnectionError:` to `rapids-conda-retry`