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

New build process script changes & gpuCI enhancements #338

Merged
merged 21 commits into from
Jan 13, 2021

Conversation

raydouglass
Copy link
Member

This PR includes and supersedes #314

New build process script changes

This PR outlines the changes necessary for the new build process (aka Project Flash) to work with cuspatial. This PR is necessary to begin shadow testing of the new build process.

The goal is to simultaneously support both the old and new build processes. CI is configured to activate the new process by setting PROJECT_FLASH=1. Additionally BUILD_LIBCUSPATIAL and BUILD_CUSPATIAL will be set to 1 as needed by CI in the new process.

CI will stage build artifacts for python and GPU builds in ci/artifacts/cuspatial/cpu/ which the build scripts will then consume.

The Project Flash script branch has been manually tested. This PR will test the non-Project Flash branch.

gpuCI enhancements

  • Consolidates some of the CPU gpuCI scripts, reducing number of scripts to maintain
  • Standardizes naming of the upload script to upload.sh
  • Changes logging to use gpuci_logger where practical
  • Updates comments and documentation where necessary
  • Enables gpuCI to override environment variables based on node types

@raydouglass raydouglass added the 3 - Ready for Review Ready for review by team label Jan 12, 2021
@raydouglass raydouglass self-assigned this Jan 12, 2021
@raydouglass raydouglass requested review from a team as code owners January 12, 2021 19:23
@raydouglass raydouglass added feature request New feature or request non-breaking Non-breaking change labels Jan 12, 2021
if (( ${EXITCODE} != 0 )); then
SUITEERROR=${EXITCODE}
echo "FAILED: GTest ${gt}"
fi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a messed up indentation here.

@raydouglass raydouglass removed the request for review from a team January 13, 2021 15:24
@raydouglass raydouglass added 6 - Okay to Auto-Merge and removed 3 - Ready for Review Ready for review by team labels Jan 13, 2021
@rapids-bot rapids-bot bot merged commit e2b97fa into rapidsai:branch-0.18 Jan 13, 2021
@raydouglass raydouglass deleted the project-flash branch January 13, 2021 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants