@@ -35,7 +35,7 @@ concurrency:
3535jobs :
3636 cpp-build :
3737 secrets : inherit
38- uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@python-3.14
38+ uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
3939 with :
4040 build_type : ${{ inputs.build_type || 'branch' }}
4141 branch : ${{ inputs.branch }}
4646
4747 rocky8-clib-standalone-build :
4848 secrets : inherit
49- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.14
49+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
5050 strategy :
5151 fail-fast : false
5252 matrix :
6161 branch : ${{ inputs.branch }}
6262 arch : " ${{matrix.arch}}"
6363 date : ${{ inputs.date }}
64- container_image : " rapidsai/ci-wheel:26.04 -cuda${{ matrix.cuda_version }}-rockylinux8-py3.11"
64+ container_image : " rapidsai/ci-wheel:26.06 -cuda${{ matrix.cuda_version }}-rockylinux8-py3.11"
6565 node_type : " cpu16"
6666 requires_license_builder : true
6767 script : " ci/build_standalone_c.sh"
7171 rust-build :
7272 needs : cpp-build
7373 secrets : inherit
74- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.14
74+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
7575 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
7676 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
7777 strategy :
@@ -85,14 +85,14 @@ jobs:
8585 branch : ${{ inputs.branch }}
8686 arch : " amd64"
8787 date : ${{ inputs.date }}
88- container_image : " rapidsai/ci-conda:26.04 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
88+ container_image : " rapidsai/ci-conda:26.06 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
8989 node_type : " gpu-l4-latest-1"
9090 script : " ci/build_rust.sh"
9191 sha : ${{ inputs.sha }}
9292 go-build :
9393 needs : cpp-build
9494 secrets : inherit
95- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.14
95+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
9696 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
9797 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
9898 strategy :
@@ -106,14 +106,14 @@ jobs:
106106 branch : ${{ inputs.branch }}
107107 arch : " amd64"
108108 date : ${{ inputs.date }}
109- container_image : " rapidsai/ci-conda:26.04 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
109+ container_image : " rapidsai/ci-conda:26.06 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
110110 node_type : " gpu-l4-latest-1"
111111 script : " ci/build_go.sh"
112112 sha : ${{ inputs.sha }}
113113 java-build :
114114 needs : cpp-build
115115 secrets : inherit
116- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.14
116+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
117117 # Artifacts are not published from these jobs, so it's safe to run for multiple CUDA versions.
118118 # If these jobs start producing artifacts, the names will have to differentiate between CUDA versions.
119119 strategy :
@@ -127,15 +127,15 @@ jobs:
127127 branch : ${{ inputs.branch }}
128128 arch : " amd64"
129129 date : ${{ inputs.date }}
130- container_image : " rapidsai/ci-conda:26.04 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
130+ container_image : " rapidsai/ci-conda:26.06 -cuda${{ matrix.cuda_version }}-ubuntu24.04-py3.13"
131131 script : " ci/build_java.sh"
132132 artifact-name : " cuvs-java-cuda${{ matrix.cuda_version }}"
133133 file_to_upload : " java/cuvs-java/target/"
134134 sha : ${{ inputs.sha }}
135135 python-build :
136136 needs : [cpp-build]
137137 secrets : inherit
138- uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@python-3.14
138+ uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@main
139139 with :
140140 build_type : ${{ inputs.build_type || 'branch' }}
141141 branch : ${{ inputs.branch }}
@@ -147,7 +147,7 @@ jobs:
147147 upload-conda :
148148 needs : [cpp-build, python-build]
149149 secrets : inherit
150- uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@python-3.14
150+ uses : rapidsai/shared-workflows/.github/workflows/conda-upload-packages.yaml@main
151151 with :
152152 build_type : ${{ inputs.build_type || 'branch' }}
153153 branch : ${{ inputs.branch }}
@@ -162,19 +162,19 @@ jobs:
162162 if : github.ref_type == 'branch'
163163 needs : python-build
164164 secrets : inherit
165- uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@python-3.14
165+ uses : rapidsai/shared-workflows/.github/workflows/custom-job.yaml@main
166166 with :
167167 arch : " amd64"
168168 branch : ${{ inputs.branch }}
169169 build_type : ${{ inputs.build_type || 'branch' }}
170- container_image : " rapidsai/ci-conda:26.04 -latest"
170+ container_image : " rapidsai/ci-conda:26.06 -latest"
171171 date : ${{ inputs.date }}
172172 node_type : " gpu-l4-latest-1"
173173 script : " ci/build_docs.sh"
174174 sha : ${{ inputs.sha }}
175175 wheel-build-libcuvs :
176176 secrets : inherit
177- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@python-3.14
177+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
178178 with :
179179 build_type : ${{ inputs.build_type || 'branch' }}
180180 branch : ${{ inputs.branch }}
@@ -189,7 +189,7 @@ jobs:
189189 wheel-publish-libcuvs :
190190 needs : wheel-build-libcuvs
191191 secrets : inherit
192- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@python-3.14
192+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
193193 with :
194194 build_type : ${{ inputs.build_type || 'branch' }}
195195 branch : ${{ inputs.branch }}
@@ -200,7 +200,7 @@ jobs:
200200 wheel-build-cuvs :
201201 needs : wheel-build-libcuvs
202202 secrets : inherit
203- uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@python-3.14
203+ uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
204204 with :
205205 build_type : ${{ inputs.build_type || 'branch' }}
206206 branch : ${{ inputs.branch }}
@@ -215,7 +215,7 @@ jobs:
215215 wheel-publish-cuvs :
216216 needs : wheel-build-cuvs
217217 secrets : inherit
218- uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@python-3.14
218+ uses : rapidsai/shared-workflows/.github/workflows/wheels-publish.yaml@main
219219 with :
220220 build_type : ${{ inputs.build_type || 'branch' }}
221221 branch : ${{ inputs.branch }}
0 commit comments