@@ -34,7 +34,7 @@ concurrency:
3434jobs :
3535 cpp-build :
3636 secrets : inherit
37- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.10
37+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@branch-25.12
3838 with :
3939 build_type : ${{ inputs.build_type || 'branch' }}
4040 branch : ${{ inputs.branch }}
4444 rust-build :
4545 needs : cpp-build
4646 secrets : inherit
47- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
47+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
4848 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
4949 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
5050 strategy :
@@ -58,14 +58,14 @@ jobs:
5858 branch : ${{ inputs.branch }}
5959 arch : " amd64"
6060 date : ${{ inputs.date }}
61- container_image : " rapidsai/ci-conda:25.10 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
61+ container_image : " rapidsai/ci-conda:25.12 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
6262 node_type : " gpu-l4-latest-1"
6363 script : " ci/build_rust.sh"
6464 sha : ${{ inputs.sha }}
6565 go-build :
6666 needs : cpp-build
6767 secrets : inherit
68- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
68+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
6969 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
7070 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
7171 strategy :
@@ -79,14 +79,14 @@ jobs:
7979 branch : ${{ inputs.branch }}
8080 arch : " amd64"
8181 date : ${{ inputs.date }}
82- container_image : " rapidsai/ci-conda:25.10 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
82+ container_image : " rapidsai/ci-conda:25.12 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
8383 node_type : " gpu-l4-latest-1"
8484 script : " ci/build_go.sh"
8585 sha : ${{ inputs.sha }}
8686 java-build :
8787 needs : cpp-build
8888 secrets : inherit
89- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
89+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
9090 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
9191 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
9292 strategy :
@@ -100,15 +100,15 @@ jobs:
100100 branch : ${{ inputs.branch }}
101101 arch : " amd64"
102102 date : ${{ inputs.date }}
103- container_image : " rapidsai/ci-conda:25.10 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
103+ container_image : " rapidsai/ci-conda:25.12 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
104104 script : " ci/build_java.sh"
105105 artifact-name : " cuvs-java-cuda${{ matrix.cuda_version }}"
106106 file_to_upload : " java/cuvs-java/target/"
107107 sha : ${{ inputs.sha }}
108108 python-build :
109109 needs : [cpp-build]
110110 secrets : inherit
111- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.10
111+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.12
112112 with :
113113 build_type : ${{ inputs.build_type || 'branch' }}
114114 branch : ${{ inputs.branch }}
@@ -118,7 +118,7 @@ jobs:
118118 upload-conda :
119119 needs : [cpp-build, python-build]
120120 secrets : inherit
121- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.10
121+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@branch-25.12
122122 with :
123123 build_type : ${{ inputs.build_type || 'branch' }}
124124 branch : ${{ inputs.branch }}
@@ -133,19 +133,19 @@ jobs:
133133 if : github.ref_type == 'branch'
134134 needs : python-build
135135 secrets : inherit
136- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.10
136+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@branch-25.12
137137 with :
138138 arch : " amd64"
139139 branch : ${{ inputs.branch }}
140140 build_type : ${{ inputs.build_type || 'branch' }}
141- container_image : " rapidsai/ci-conda:25.10 -latest"
141+ container_image : " rapidsai/ci-conda:25.12 -latest"
142142 date : ${{ inputs.date }}
143143 node_type : " gpu-l4-latest-1"
144144 script : " ci/build_docs.sh"
145145 sha : ${{ inputs.sha }}
146146 wheel-build-libcuvs :
147147 secrets : inherit
148- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
148+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
149149 with :
150150 build_type : ${{ inputs.build_type || 'branch' }}
151151 branch : ${{ inputs.branch }}
@@ -159,7 +159,7 @@ jobs:
159159 wheel-publish-libcuvs :
160160 needs : wheel-build-libcuvs
161161 secrets : inherit
162- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
162+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
163163 with :
164164 build_type : ${{ inputs.build_type || 'branch' }}
165165 branch : ${{ inputs.branch }}
@@ -170,7 +170,7 @@ jobs:
170170 wheel-build-cuvs :
171171 needs : wheel-build-libcuvs
172172 secrets : inherit
173- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.10
173+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@branch-25.12
174174 with :
175175 build_type : ${{ inputs.build_type || 'branch' }}
176176 branch : ${{ inputs.branch }}
@@ -182,7 +182,7 @@ jobs:
182182 wheel-publish-cuvs :
183183 needs : wheel-build-cuvs
184184 secrets : inherit
185- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.10
185+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@branch-25.12
186186 with :
187187 build_type : ${{ inputs.build_type || 'branch' }}
188188 branch : ${{ inputs.branch }}
0 commit comments