@@ -115,7 +115,9 @@ jobs:
115115 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
116116 with :
117117 build_type : pull-request
118+ node_type : cpu16
118119 script : ci/build_cpp.sh
120+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
119121 conda-cpp-tests :
120122 needs : [conda-cpp-build, changed-files]
121123 secrets : inherit
@@ -124,6 +126,7 @@ jobs:
124126 with :
125127 build_type : pull-request
126128 script : ci/test_cpp.sh
129+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
127130 conda-cpp-checks :
128131 needs : conda-cpp-build
129132 secrets : inherit
@@ -145,6 +148,7 @@ jobs:
145148 with :
146149 build_type : pull-request
147150 script : " ci/test_python_singlegpu.sh"
151+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
148152 optional-job-conda-python-tests-cudf-pandas-integration :
149153 needs : [conda-python-build, changed-files]
150154 secrets : inherit
@@ -155,6 +159,7 @@ jobs:
155159 matrix_filter : map(select(.ARCH=="amd64")) | [max_by([.CUDA_VER,.PY_VER]|map(split(".")|map(tonumber)))]
156160 build_type : pull-request
157161 script : " ci/test_python_integration.sh"
162+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
158163 conda-python-tests-dask :
159164 needs : [conda-python-build, changed-files]
160165 secrets : inherit
@@ -163,6 +168,7 @@ jobs:
163168 with :
164169 build_type : pull-request
165170 script : " ci/test_python_dask.sh"
171+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
166172 conda-python-scikit-learn-accel-tests :
167173 needs : [conda-python-build, changed-files]
168174 secrets : inherit
@@ -171,6 +177,7 @@ jobs:
171177 with :
172178 build_type : pull-request
173179 script : " ci/test_python_scikit_learn_tests.sh"
180+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
174181 # One run for each dependencies config on amd64, breaking ties by highest Python version
175182 matrix_filter : ' (
176183 map(select(.ARCH == "amd64"))
@@ -194,6 +201,7 @@ jobs:
194201 script : " ci/test_python_cuml_accel_upstream.sh"
195202 # One run for each dependencies config on amd64, breaking ties by highest Python version
196203 matrix_filter : map(select(.ARCH == "amd64")) | sort_by(.PY_VER) | unique_by(.DEPENDENCIES)
204+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
197205 conda-notebook-tests :
198206 needs : [conda-python-build, changed-files]
199207 secrets : inherit
@@ -224,20 +232,24 @@ jobs:
224232 branch : ${{ inputs.branch }}
225233 sha : ${{ inputs.sha }}
226234 date : ${{ inputs.date }}
235+ node_type : cpu16
227236 script : ci/build_wheel_libcuml.sh
228237 # build for every combination of arch and CUDA version, but only for the latest Python
229238 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
230239 package-name : libcuml
231240 package-type : cpp
241+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
232242 wheel-build-cuml :
233243 needs : [checks, wheel-build-libcuml]
234244 secrets : inherit
235245 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
236246 with :
237247 build_type : pull-request
248+ node_type : cpu8
238249 script : ci/build_wheel_cuml.sh
239250 package-name : cuml
240251 package-type : python
252+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
241253 wheel-tests-cuml :
242254 needs : [wheel-build-cuml, changed-files]
243255 secrets : inherit
@@ -246,6 +258,7 @@ jobs:
246258 with :
247259 build_type : pull-request
248260 script : ci/test_wheel.sh
261+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
249262 wheel-tests-cuml-dask :
250263 needs : [wheel-build-cuml, changed-files]
251264 secrets : inherit
@@ -254,6 +267,7 @@ jobs:
254267 with :
255268 build_type : pull-request
256269 script : ci/test_wheel_dask.sh
270+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
257271 devcontainer :
258272 needs : telemetry-setup
259273 secrets : inherit
0 commit comments