File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3939 build_type : ${{ inputs.build_type || 'branch' }}
4040 branch : ${{ inputs.branch }}
4141 date : ${{ inputs.date }}
42- node_type : cpu8
42+ node_type : cpu4
4343 script : ci/build_cpp.sh
4444 sha : ${{ inputs.sha }}
4545 sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
8888 sha : ${{ inputs.sha }}
8989 date : ${{ inputs.date }}
9090 script : ci/build_wheel_libcugraph.sh
91- node_type : cpu8
91+ node_type : cpu4
9292 package-name : libcugraph
9393 package-type : cpp
9494 sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
@@ -112,7 +112,7 @@ jobs:
112112 branch : ${{ inputs.branch }}
113113 sha : ${{ inputs.sha }}
114114 date : ${{ inputs.date }}
115- node_type : cpu8
115+ node_type : cpu4
116116 script : ci/build_wheel_pylibcugraph.sh
117117 package-name : pylibcugraph
118118 package-type : python
@@ -137,7 +137,7 @@ jobs:
137137 branch : ${{ inputs.branch }}
138138 sha : ${{ inputs.sha }}
139139 date : ${{ inputs.date }}
140- node_type : cpu8
140+ node_type : cpu4
141141 script : ci/build_wheel_cugraph.sh
142142 package-name : cugraph
143143 package-type : python
Original file line number Diff line number Diff line change 9797 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@fea/sccache-dist-in-custom-jobs
9898 with :
9999 build_type : pull-request
100- node_type : cpu8
100+ node_type : cpu4
101101 script : ci/build_cpp.sh
102102 sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
103103 conda-cpp-tests :
@@ -162,7 +162,7 @@ jobs:
162162 # build for every combination of arch and CUDA version, but only for the latest Python
163163 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
164164 build_type : pull-request
165- node_type : cpu8
165+ node_type : cpu4
166166 script : ci/build_wheel_libcugraph.sh
167167 package-name : libcugraph
168168 package-type : cpp
@@ -173,7 +173,7 @@ jobs:
173173 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@fea/sccache-dist-in-custom-jobs
174174 with :
175175 build_type : pull-request
176- node_type : cpu8
176+ node_type : cpu4
177177 script : ci/build_wheel_pylibcugraph.sh
178178 package-name : pylibcugraph
179179 package-type : python
@@ -193,7 +193,7 @@ jobs:
193193 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@fea/sccache-dist-in-custom-jobs
194194 with :
195195 build_type : pull-request
196- node_type : cpu8
196+ node_type : cpu4
197197 script : ci/build_wheel_cugraph.sh
198198 package-name : cugraph
199199 package-type : python
You can’t perform that action at this time.
0 commit comments