Skip to content

Commit b5eebba

Browse files
authored
Update to 26.06 (#1914)
This PR updates the repository to version 26.06. This is part of the 26.04 release burndown process.
1 parent 820e914 commit b5eebba

39 files changed

Lines changed: 150 additions & 150 deletions

.devcontainer/cuda12.9-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:26.04-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.06-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda12.9-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda12.9-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda12.9-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"args": {
66
"CUDA": "12.9",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:26.04-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:26.06-cpp-cuda12.9-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda12.9-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda12.9-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:26.4": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.6": {
2121
"version": "12.9",
2222
"installcuBLAS": true,
2323
"installcuSOLVER": true,
2424
"installcuRAND": true,
2525
"installcuSPARSE": true
2626
},
27-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/ucx",

.devcontainer/cuda13.1-conda/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
"args": {
66
"CUDA": "13.1",
77
"PYTHON_PACKAGE_MANAGER": "conda",
8-
"BASE": "rapidsai/devcontainers:26.04-cpp-mambaforge"
8+
"BASE": "rapidsai/devcontainers:26.06-cpp-mambaforge"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda13.1-conda",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda13.1-conda",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
20+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {}
2121
},
2222
"overrideFeatureInstallOrder": [
2323
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils"

.devcontainer/cuda13.1-pip/devcontainer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55
"args": {
66
"CUDA": "13.1",
77
"PYTHON_PACKAGE_MANAGER": "pip",
8-
"BASE": "rapidsai/devcontainers:26.04-cpp-cuda13.1-ucx1.19.0-openmpi5.0.7"
8+
"BASE": "rapidsai/devcontainers:26.06-cpp-cuda13.1-ucx1.19.0-openmpi5.0.7"
99
}
1010
},
1111
"runArgs": [
1212
"--rm",
1313
"--name",
14-
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.04-cuda13.1-pip",
14+
"${localEnv:USER:anon}-rapids-${localWorkspaceFolderBasename}-26.06-cuda13.1-pip",
1515
"--ulimit",
1616
"nofile=500000"
1717
],
1818
"hostRequirements": {"gpu": "optional"},
1919
"features": {
20-
"ghcr.io/rapidsai/devcontainers/features/cuda:26.4": {
20+
"ghcr.io/rapidsai/devcontainers/features/cuda:26.6": {
2121
"version": "13.1",
2222
"installcuBLAS": true,
2323
"installcuSOLVER": true,
2424
"installcuRAND": true,
2525
"installcuSPARSE": true
2626
},
27-
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.4": {}
27+
"ghcr.io/rapidsai/devcontainers/features/rapids-build-utils:26.6": {}
2828
},
2929
"overrideFeatureInstallOrder": [
3030
"ghcr.io/rapidsai/devcontainers/features/ucx",

.github/workflows/build.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ concurrency:
3535
jobs:
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 }}
@@ -46,7 +46,7 @@ jobs:
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:
@@ -61,7 +61,7 @@ jobs:
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"
@@ -71,7 +71,7 @@ jobs:
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

Comments
 (0)