Skip to content
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

Initiate switch from build_script and test_script to script #191

Merged
merged 5 commits into from
Mar 14, 2024

Conversation

AyodeAwe
Copy link
Contributor

@AyodeAwe AyodeAwe commented Mar 13, 2024

The script used in wheel workflows is indicated by script, whereas the conda workflows use build_script and test_script.

This PR initiates a switch for the conda build and test workflows (cpp, python) to use the script input name. After this PR is merged, PRs will be opened to all RAPIDS repositories which call these workflows to update the inputs from build_script and test_script (if these are present in the workflows) to script.

The rationale is that the naming convention of build_script and test_script appear rather redundant given the name of their respective workflows (cpp_build, cpp_test, etc.)

After these PRs are merged, another PR will be opened in this repository to remove the build_script and test_script references for these shared workflows.

This PR also adds a name for the conda build job, keeping it consistent with the named wheels build job.

@AyodeAwe AyodeAwe force-pushed the fix_inconsistencies branch from 907283e to 2749951 Compare March 13, 2024 20:24
@AyodeAwe AyodeAwe changed the title Initiate switch to build_script and test_script Initiate switch from build_script and test_script to script Mar 14, 2024
@AyodeAwe AyodeAwe merged commit 3a5a7ed into rapidsai:branch-24.04 Mar 14, 2024
rapids-bot bot pushed a commit to rapidsai/wholegraph that referenced this pull request Mar 15, 2024
This PR updates the script inputs in the relevant workflows from `build_script` and `test_script` to `script`. 

Depends on rapidsai/shared-workflows#191

Authors:
  - Jake Awe (https://github.com/AyodeAwe)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #147
AyodeAwe added a commit to rapidsai/cudf that referenced this pull request Mar 18, 2024
This PR updates the script inputs in the relevant workflows from
`build_script` and `test_script` to `script`.

Depends on rapidsai/shared-workflows#191
AyodeAwe added a commit to rapidsai/pynvjitlink that referenced this pull request Mar 18, 2024
This PR updates the script inputs in the relevant workflows from
`build_script` and `test_script` to `script`.

Depends on rapidsai/shared-workflows#191

The PR also updates `24.02` references to `24.04`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants