-
Notifications
You must be signed in to change notification settings - Fork 922
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 GitHub Actions Workflows #12002
Add GitHub Actions Workflows #12002
Conversation
Adding a note so that we don't forget to include these items in this PR:
|
This reverts commit b4291ed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dask pinnings looks good to me 👍
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few minor edits.
this will ensure all notebook tests are run before exiting the script
conda/recipes/strings_udf/meta.yaml
Outdated
imports: # [linux64] | ||
- strings_udf # [linux64] | ||
- ptxcompiler >=0.7.0 # CUDA enhanced compatibility. See https://github.com/rapidsai/ptxcompiler | ||
test: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is failing on ARM + gpuCI Jenkins. We probably can't remove the # [linux64]
on the test:
portion until Jenkins is disabled. This appears to work fine on GitHub Actions for whatever reason.
This PR re-adds some environment variables to the Jenkins scripts that are missing from the Jenkins CI images in order to re-enable `sccache`. These were accidentally removed in #12002. All of these Jenkins scripts will be removed once Jenkins is disabled. Authors: - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Bradley Dice (https://github.com/bdice) - Mark Sadang (https://github.com/msadang)
Description
This PR adds GitHub Actions workflows to
cudf
.Task list
Coverage required for this PR:
strings_udf
ci/check_style.sh
)pr.yaml
workflow in this PR.Future PRs:
libidentify_stream_usage
trap
function)rapids-dependency-file-generator
pre-commit hook (also setup for others repos:rmm
,rapids-cmake
,cuspatial
, etc.)Checklist