-
Notifications
You must be signed in to change notification settings - Fork 85
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 build_type input field for test.yaml #661
Conversation
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.
Can you change the title to "Add build_type input field for test.yaml" to match the other PRs from this issue?
That PR title will become a commit message when this is squash-merged.
Done! Not sure how that happened -- must've hit something weird on the command line. Thanks for catching it! |
No prob! Seeing that + all the extraneous codeowners groups, I'm guessing that maybe this was originally targeted at |
/merge |
Exposes `build_type` as an input in `test.yaml` so that `test.yaml` can be manually run against a specific branch/commit as needed. The default value is still `nightly`, and without maintainer intervention, that is what will run each night. xref rapidsai/build-planning#147 Authors: - Gil Forsyth (https://github.com/gforsyth) Approvers: - James Lamb (https://github.com/jameslamb) - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#661
Exposes
build_type
as an input intest.yaml
so thattest.yaml
can bemanually run against a specific branch/commit as needed.
The default value is still
nightly
, and without maintainer intervention, thatis what will run each night.
xref rapidsai/build-planning#147