9595 build_type : pull-request
9696 script : ci/build_cpp.sh
9797 node_type : cpu16
98+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
9899 conda-cpp-tests :
99100 needs : [conda-cpp-build, changed-files]
100101 secrets : inherit
@@ -103,6 +104,7 @@ jobs:
103104 with :
104105 build_type : pull-request
105106 script : ci/test_cpp.sh
107+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
106108 conda-cpp-checks :
107109 needs : conda-cpp-build
108110 secrets : inherit
@@ -124,6 +126,7 @@ jobs:
124126 with :
125127 build_type : pull-request
126128 script : ci/test_python.sh
129+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
127130 docs-build :
128131 needs : conda-python-build
129132 secrets : inherit
@@ -132,7 +135,7 @@ jobs:
132135 build_type : pull-request
133136 node_type : " gpu-l4-latest-1"
134137 arch : " amd64"
135- container_image : " rapidsai/ci-conda:25.12 -latest"
138+ container_image : " rapidsai/ci-conda:26.02 -latest"
136139 script : " ci/build_docs.sh"
137140 wheel-build-libraft :
138141 needs : checks
@@ -143,20 +146,24 @@ jobs:
143146 branch : ${{ inputs.branch }}
144147 sha : ${{ inputs.sha }}
145148 date : ${{ inputs.date }}
149+ node_type : cpu16
146150 script : ci/build_wheel_libraft.sh
147151 # build for every combination of arch and CUDA version, but only for the latest Python
148152 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
149153 package-name : libraft
150154 package-type : cpp
155+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
151156 wheel-build-pylibraft :
152157 needs : [checks, wheel-build-libraft]
153158 secrets : inherit
154159 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
155160 with :
156161 build_type : pull-request
162+ node_type : cpu8
157163 script : ci/build_wheel_pylibraft.sh
158164 package-name : pylibraft
159165 package-type : python
166+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
160167 wheel-tests-pylibraft :
161168 needs : [wheel-build-pylibraft, changed-files]
162169 secrets : inherit
@@ -165,15 +172,18 @@ jobs:
165172 with :
166173 build_type : pull-request
167174 script : ci/test_wheel_pylibraft.sh
175+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
168176 wheel-build-raft-dask :
169177 needs : [checks, wheel-build-libraft]
170178 secrets : inherit
171179 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
172180 with :
173181 build_type : pull-request
182+ node_type : cpu8
174183 script : " ci/build_wheel_raft_dask.sh"
175184 package-name : raft_dask
176185 package-type : python
186+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
177187 wheel-tests-raft-dask :
178188 needs : [wheel-build-raft-dask, changed-files]
179189 secrets : inherit
@@ -182,6 +192,7 @@ jobs:
182192 with :
183193 build_type : pull-request
184194 script : ci/test_wheel_raft_dask.sh
195+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
185196 devcontainer :
186197 needs : telemetry-setup
187198 secrets : inherit
0 commit comments