@@ -66,29 +66,35 @@ jobs:
6666 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
6767 with :
6868 build_type : pull-request
69+ node_type : cpu8
6970 script : ci/build_wheel_librapidsmpf.sh
7071 package-name : librapidsmpf
7172 package-type : cpp
7273 # build for every combination of arch and CUDA version, but only for the latest Python version
7374 matrix_filter : group_by([.ARCH, (.CUDA_VER|split(".")|map(tonumber)|.[0])]) | map(max_by(.PY_VER|split(".")|map(tonumber)))
75+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
7476 wheel-build-rapidsmpf :
7577 needs : [checks, wheel-build-librapidsmpf]
7678 secrets : inherit
7779 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
7880 with :
7981 build_type : pull-request
82+ node_type : cpu8
8083 script : ci/build_wheel_rapidsmpf.sh
8184 package-name : rapidsmpf
8285 package-type : python
86+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
8387 wheel-build-rapidsmpf-singlecomm :
8488 needs : [checks, wheel-build-librapidsmpf]
8589 secrets : inherit
8690 uses : rapidsai/shared-workflows/.github/workflows/wheels-build.yaml@main
8791 with :
8892 build_type : pull-request
93+ node_type : cpu8
8994 script : ci/build_wheel_singlecomm.sh
9095 package-name : rapidsmpf-singlecomm
9196 package-type : python
97+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
9298 wheel-test :
9399 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
94100 needs : [changed-files, wheel-build-rapidsmpf]
@@ -98,13 +104,16 @@ jobs:
98104 build_type : pull-request
99105 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
100106 script : ci/test_wheel.sh
107+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
101108 conda-cpp-build :
102109 needs : checks
103110 secrets : inherit
104111 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@main
105112 with :
106113 build_type : pull-request
114+ node_type : cpu8
107115 script : ci/build_cpp.sh
116+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
108117 conda-cpp-linters :
109118 secrets : inherit
110119 needs : checks
@@ -122,6 +131,7 @@ jobs:
122131 build_type : pull-request
123132 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
124133 script : ci/test_cpp.sh
134+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
125135 conda-cpp-memcheck :
126136 secrets : inherit
127137 needs : conda-cpp-build
@@ -147,6 +157,7 @@ jobs:
147157 container-options : " --cap-add CAP_SYS_PTRACE --shm-size=8g --ulimit=nofile=1000000:1000000"
148158 run_codecov : false
149159 script : ci/test_python.sh
160+ sccache-dist-token-secret-name : GIST_REPO_READ_ORG_GITHUB_TOKEN
150161 docs-build :
151162 needs : conda-python-build
152163 secrets : inherit
0 commit comments