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

Update CI script to build and deploy using the same CUDA classifier[skip ci] #10598

Merged
merged 1 commit into from
Mar 16, 2024

Conversation

NvTimLiu
Copy link
Collaborator

@NvTimLiu NvTimLiu commented Mar 15, 2024

Update CI script to support building and deploying using the same CUDA classifier:

Currently our deploy.sh always try to upload cuda.version(default cuda11) jars by default, due to DEFAULT_CUDA_CLASSIFIER always be overwrite here.

We can set DEFAULT_CUDA_CLASSIFIER=cuda12 to only build cuda12 jar DEFAULT_CUDA_CLASSIFIER=${DEFAULT_CUDA_CLASSIFIER:-$(mvnEval cuda.version)} # default cuda version

So we should only upload cuda12 jar also by set DEFAULT_CUDA_CLASSIFIER=cuda12 and not overwrite it by cuda11

Update CI script to support building and deploying using the same CUDA classifier

Signed-off-by: Tim Liu <timl@nvidia.com>
@NvTimLiu NvTimLiu changed the title Update CI script to build and deploy using the same CUDA classifier Update CI script to build and deploy using the same CUDA classifier[skip ci] Mar 15, 2024
@NvTimLiu
Copy link
Collaborator Author

[skip ci] to skip pre-merge CI, as this script can not be executed in pre-merge CI jobs

@NvTimLiu
Copy link
Collaborator Author

build

@NvTimLiu NvTimLiu merged commit 2700f1e into NVIDIA:branch-24.04 Mar 16, 2024
43 checks passed
@sameerz sameerz added the build Related to CI / CD or cleanly building label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Related to CI / CD or cleanly building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants