@@ -122,13 +122,15 @@ jobs:
122122 with :
123123 build_type : pull-request
124124 node_type : cpu16
125+ script : ci/build_cpp.sh
125126 conda-cpp-tests :
126127 needs : [conda-cpp-build, changed-files]
127128 secrets : inherit
128129 uses : rapidsai/shared-workflows/.github/workflows/conda-cpp-tests.yaml@branch-25.06
129130 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_cpp
130131 with :
131132 build_type : pull-request
133+ script : ci/test_cpp.sh
132134 conda-cpp-checks :
133135 needs : conda-cpp-build
134136 secrets : inherit
@@ -143,13 +145,15 @@ jobs:
143145 uses : rapidsai/shared-workflows/.github/workflows/conda-python-build.yaml@branch-25.06
144146 with :
145147 build_type : pull-request
148+ script : ci/build_python.sh
146149 conda-python-tests :
147150 needs : [conda-python-build, changed-files]
148151 secrets : inherit
149152 uses : rapidsai/shared-workflows/.github/workflows/conda-python-tests.yaml@branch-25.06
150153 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python
151154 with :
152155 build_type : pull-request
156+ script : ci/test_python.sh
153157 conda-java-tests :
154158 needs : [conda-cpp-build, changed-files]
155159 secrets : inherit
@@ -160,7 +164,7 @@ jobs:
160164 node_type : " gpu-l4-latest-1"
161165 arch : " amd64"
162166 container_image : " rapidsai/ci-conda:latest"
163- run_script : " ci/test_java.sh"
167+ script : " ci/test_java.sh"
164168 file_to_upload : " java/cuvs-java/target/"
165169 docs-build :
166170 needs : conda-python-build
@@ -171,7 +175,7 @@ jobs:
171175 node_type : " gpu-l4-latest-1"
172176 arch : " amd64"
173177 container_image : " rapidsai/ci-conda:latest"
174- run_script : " ci/build_docs.sh"
178+ script : " ci/build_docs.sh"
175179 rust-build :
176180 needs : conda-cpp-build
177181 secrets : inherit
@@ -181,7 +185,7 @@ jobs:
181185 node_type : " gpu-l4-latest-1"
182186 arch : " amd64"
183187 container_image : " rapidsai/ci-conda:latest"
184- run_script : " ci/build_rust.sh"
188+ script : " ci/build_rust.sh"
185189 go-build :
186190 needs : conda-cpp-build
187191 secrets : inherit
@@ -191,7 +195,7 @@ jobs:
191195 node_type : " gpu-l4-latest-1"
192196 arch : " amd64"
193197 container_image : " rapidsai/ci-conda:latest"
194- run_script : " ci/build_go.sh"
198+ script : " ci/build_go.sh"
195199 wheel-build-libcuvs :
196200 needs : checks
197201 secrets : inherit
0 commit comments