File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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 : cpu16
42+ node_type : cpu8
4343 script : ci/build_cpp.sh
4444 sha : ${{ inputs.sha }}
4545 sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
@@ -154,7 +154,7 @@ jobs:
154154 branch : ${{ inputs.branch }}
155155 sha : ${{ inputs.sha }}
156156 date : ${{ inputs.date }}
157- node_type : cpu16
157+ node_type : cpu8
158158 script : ci/build_wheel_libcuvs.sh
159159 # build for every combination of arch and CUDA version, but only for the latest Python
160160 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
117117 with :
118118 build_type : pull-request
119- node_type : cpu16
119+ node_type : cpu8
120120 script : ci/build_cpp.sh
121121 sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
122122 conda-cpp-tests :
@@ -224,7 +224,7 @@ jobs:
224224 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
225225 with :
226226 build_type : pull-request
227- node_type : cpu16
227+ node_type : cpu8
228228 script : ci/build_wheel_libcuvs.sh
229229 # build for every combination of arch and CUDA version, but only for the latest Python
230230 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
You can’t perform that action at this time.
0 commit comments