Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update nightly build and deploy script for arm artifacts [skip ci] #9888

Merged
merged 4 commits into from
Nov 30, 2023

Conversation

pxLi
Copy link
Member

@pxLi pxLi commented Nov 29, 2023

fix #9274 #6881

Some updates:

  1. use general CLASSIFIERS to replace CUDA_CLASSIFIERS
  2. keep CUDA_CLASSIFIERS for compatibility (so merging this would not affect the current build process)
  3. include -T to speed up mvn build if skipTests=true

This has been verified internally, [skip ci] as the change would not be covered in pre-merge

I will update internal pipelines after merging this

@pxLi pxLi added the build Related to CI / CD or cleanly building label Nov 29, 2023
@@ -48,6 +49,7 @@ ART_GROUP_ID=$(mvnEval $DIST_PL project.groupId)
ART_VER=$(mvnEval $DIST_PL project.version)
DEFAULT_CUDA_CLASSIFIER=$(mvnEval $DIST_PL cuda.version)
CUDA_CLASSIFIERS=${CUDA_CLASSIFIERS:-"$DEFAULT_CUDA_CLASSIFIER"}
CLASSIFIERS==${CLASSIFIERS:-"$CUDA_CLASSIFIERS"} # default as CUDA_CLASSIFIERS for compatibility
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
CLASSIFIERS==${CLASSIFIERS:-"$CUDA_CLASSIFIERS"} # default as CUDA_CLASSIFIERS for compatibility
CLASSIFIERS=${CLASSIFIERS:-"$CUDA_CLASSIFIERS"} # default as CUDA_CLASSIFIERS for compatibility

Copy link
Member Author

Choose a reason for hiding this comment

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

nice catch! forget to append test change to commit, thanks

@pxLi
Copy link
Member Author

pxLi commented Nov 30, 2023

build

@pxLi
Copy link
Member Author

pxLi commented Nov 30, 2023

I am going to merge this one and will keep monitoring status of nightly runs.

If needed, I will post some followups thanks

Copy link
Collaborator

@NvTimLiu NvTimLiu left a comment

Choose a reason for hiding this comment

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

LGTM

@pxLi pxLi merged commit b92a0b4 into NVIDIA:branch-24.02 Nov 30, 2023
ttnghia added a commit to ttnghia/spark-rapids that referenced this pull request Dec 1, 2023
ttnghia added a commit to ttnghia/spark-rapids that referenced this pull request Dec 1, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Regular deploy process to include arm artifacts
3 participants