9797 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@release/25.12
9898 with :
9999 build_type : pull-request
100- node_type : cpu32
100+ node_type : cpu16
101101 script : ci/build_cpp.sh
102+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
102103 conda-cpp-tests :
103104 needs : [conda-cpp-build, changed-files]
104105 secrets : inherit
@@ -107,6 +108,7 @@ jobs:
107108 with :
108109 build_type : pull-request
109110 script : ci/test_cpp.sh
111+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
110112 conda-cpp-checks :
111113 needs : conda-cpp-build
112114 secrets : inherit
@@ -121,6 +123,7 @@ jobs:
121123 with :
122124 build_type : pull-request
123125 script : ci/build_python.sh
126+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
124127 conda-python-tests :
125128 needs : [conda-python-build, changed-files]
126129 secrets : inherit
@@ -129,6 +132,7 @@ jobs:
129132 with :
130133 build_type : pull-request
131134 script : ci/test_python.sh
135+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
132136 conda-notebook-tests :
133137 needs : [conda-python-build, changed-files]
134138 secrets : inherit
@@ -158,18 +162,22 @@ jobs:
158162 # build for every combination of arch and CUDA version, but only for the latest Python
159163 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
160164 build_type : pull-request
165+ node_type : cpu16
161166 script : ci/build_wheel_libcugraph.sh
162167 package-name : libcugraph
163168 package-type : cpp
169+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
164170 wheel-build-pylibcugraph :
165171 needs : wheel-build-libcugraph
166172 secrets : inherit
167173 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/25.12
168174 with :
169175 build_type : pull-request
176+ node_type : cpu8
170177 script : ci/build_wheel_pylibcugraph.sh
171178 package-name : pylibcugraph
172179 package-type : python
180+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
173181 wheel-tests-pylibcugraph :
174182 needs : [wheel-build-pylibcugraph, changed-files]
175183 secrets : inherit
@@ -178,15 +186,18 @@ jobs:
178186 with :
179187 build_type : pull-request
180188 script : ci/test_wheel_pylibcugraph.sh
189+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
181190 wheel-build-cugraph :
182191 needs : wheel-build-pylibcugraph
183192 secrets : inherit
184193 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@release/25.12
185194 with :
186195 build_type : pull-request
196+ node_type : cpu8
187197 script : ci/build_wheel_cugraph.sh
188198 package-name : cugraph
189199 package-type : python
200+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
190201 wheel-tests-cugraph :
191202 needs : [wheel-build-cugraph, changed-files]
192203 secrets : inherit
@@ -195,6 +206,7 @@ jobs:
195206 with :
196207 build_type : pull-request
197208 script : ci/test_wheel_cugraph.sh
209+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
198210 devcontainer :
199211 secrets : inherit
200212 needs : telemetry-setup
0 commit comments