Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cudf JNI docker build github action (#10806)
Signed-off-by: Peixin Li <[email protected]> related to NVIDIA/spark-rapids-jni#203 I don't know if any restriction of using github actions in rapids org, so this PR is just a prototype and waiting for feedback :) Example in my forked repo, 1. Manual trigger the build ![image](https://user-images.githubusercontent.com/8086184/167101308-b3e4376e-4c42-4603-aca1-2b0f40ace16f.png) 2. example logs https://github.com/pxLi/cudf/runs/6319840419?check_suite_focus=true 3. pushed images https://hub.docker.com/r/pxli/cudf-jni-build/tags ![image](https://user-images.githubusercontent.com/8086184/167102403-a5b49a99-d8de-46d6-b5df-a1ea50254448.png) Some open questions: 1. Trigger strategy? Manual, crontab, merge trigger, or others? 2. which org in docker hub should we push the image to? gpuci? 3. which account we should use to push? 4. do we want to keep the commit tags or we just overwrite the branch-XY tag only? mostly about space :) Thanks! Authors: - Peixin (https://github.com/pxLi) Approvers: - Jason Lowe (https://github.com/jlowe) - AJ Schmidt (https://github.com/ajschmidt8) URL: #10806
- Loading branch information