9898 - '!.pre-commit-config.yaml'
9999 - '!.shellcheckrc'
100100 - '!Dockerfile'
101+ - '!SECURITY.md'
101102 - '!ci/build_wheel*.sh'
102103 - '!ci/check_style.sh'
103104 - '!ci/release/update-version.sh'
@@ -123,6 +124,7 @@ jobs:
123124 - '!.shellcheckrc'
124125 - '!Dockerfile'
125126 - '!README.md'
127+ - '!SECURITY.md'
126128 - '!ci/build_docs.sh'
127129 - '!ci/build_python.sh'
128130 - '!ci/build_wheel*.sh'
@@ -134,6 +136,7 @@ jobs:
134136 - '!ci/test_wheel_cuvs.sh'
135137 - '!ci/validate_wheel.sh'
136138 - '!docs/**'
139+ - '!fern/**'
137140 - '!go/**'
138141 - '!img/**'
139142 - '!java/**'
@@ -157,6 +160,10 @@ jobs:
157160 - '!.github/workflows/trigger-breaking-change-alert.yaml'
158161 - '!.pre-commit-config.yaml'
159162 - '!.shellcheckrc'
163+ - '!CODEOWNERS'
164+ - '!Dockerfile'
165+ - '!README.md'
166+ - '!SECURITY.md'
160167 - '!ci/build_docs.sh'
161168 - '!ci/build_go.sh'
162169 - '!ci/build_python.sh'
@@ -168,13 +175,19 @@ jobs:
168175 - '!ci/test_python.sh'
169176 - '!ci/test_wheel_cuvs.sh'
170177 - '!ci/validate_wheel.sh'
171- - '!Dockerfile'
178+ - '!conda/environments/**'
179+ - '!conda/recipes/cuvs/**'
180+ - '!conda/recipes/cuvs-bench/**'
181+ - '!conda/recipes/cuvs-bench-cpu/**'
172182 - '!docs/**'
183+ - '!examples/**'
184+ - '!fern/**'
185+ - '!go/**'
173186 - '!img/**'
174187 - '!notebooks/**'
188+ - '!pyproject.toml'
175189 - '!python/**'
176190 - '!rust/**'
177- - '!go/**'
178191 - '!thirdparty/LICENSES/**'
179192 test_python_conda:
180193 - '**'
@@ -188,8 +201,12 @@ jobs:
188201 - '!.github/labeler.yml'
189202 - '!.github/ops-bot.yaml'
190203 - '!.github/release.yml'
204+ - '!.github/workflows/check-c-abi.yaml'
205+ - '!.github/workflows/labeler.yml'
191206 - '!.github/workflows/publish-rust.yaml'
207+ - '!.github/workflows/store-c-abi-baseline.yaml'
192208 - '!.github/workflows/trigger-breaking-change-alert.yaml'
209+ - '!.github/workflows/update-c-abi-baseline.yaml'
193210 - '!.pre-commit-config.yaml'
194211 - '!.shellcheckrc'
195212 - '!ci/build_go.sh'
@@ -206,9 +223,12 @@ jobs:
206223 - '!cpp/.clang-format'
207224 - '!cpp/.clang-tidy'
208225 - '!cpp/doxygen/**'
226+ - '!CODEOWNERS'
209227 - '!Dockerfile'
210228 - '!README.md'
229+ - '!SECURITY.md'
211230 - '!docs/**'
231+ - '!fern/**'
212232 - '!go/**'
213233 - '!img/**'
214234 - '!java/**'
@@ -246,13 +266,16 @@ jobs:
246266 - '!ci/test_python.sh'
247267 - '!ci/test_standalone_c.sh'
248268 - '!ci/validate_wheel.sh'
269+ - '!CODEOWNERS'
249270 - '!Dockerfile'
250271 - '!README.md'
272+ - '!SECURITY.md'
251273 - '!conda/**'
252274 - '!cpp/.clang-format'
253275 - '!cpp/.clang-tidy'
254276 - '!cpp/doxygen/**'
255277 - '!docs/**'
278+ - '!fern/**'
256279 - '!java/**'
257280 - '!go/**'
258281 - '!img/**'
@@ -275,8 +298,10 @@ jobs:
275298 - '!.github/workflows/trigger-breaking-change-alert.yaml'
276299 - '!.pre-commit-config.yaml'
277300 - '!.shellcheckrc'
301+ - '!CODEOWNERS'
278302 - '!Dockerfile'
279303 - '!README.md'
304+ - '!SECURITY.md'
280305 - '!ci/build_docs.sh'
281306 - '!ci/build_go.sh'
282307 - '!ci/build_java.sh'
@@ -292,6 +317,7 @@ jobs:
292317 - '!ci/test_wheel_cuvs.sh'
293318 - '!ci/validate_wheel.sh'
294319 - '!docs/**'
320+ - '!fern/**'
295321 - '!go/**'
296322 - '!img/**'
297323 - '!java/**'
@@ -314,8 +340,10 @@ jobs:
314340 - '!.github/workflows/trigger-breaking-change-alert.yaml'
315341 - '!.pre-commit-config.yaml'
316342 - '!.shellcheckrc'
343+ - '!CODEOWNERS'
317344 - '!Dockerfile'
318345 - '!README.md'
346+ - '!SECURITY.md'
319347 - '!ci/build_docs.sh'
320348 - '!ci/build_java.sh'
321349 - '!ci/build_python.sh'
@@ -332,6 +360,7 @@ jobs:
332360 - '!ci/test_wheel_cuvs.sh'
333361 - '!ci/validate_wheel.sh'
334362 - '!docs/**'
363+ - '!fern/**'
335364 - '!img/**'
336365 - '!java/**'
337366 - '!notebooks/**'
@@ -394,6 +423,7 @@ jobs:
394423 with :
395424 build_type : pull-request
396425 symbol_exclusions : (void (thrust::|cub::))
426+ package_name : libcuvs
397427 conda-python-build :
398428 needs : conda-cpp-build
399429 permissions :
@@ -422,6 +452,7 @@ jobs:
422452 if : fromJSON(needs.changed-files.outputs.changed_file_groups).test_python_conda
423453 with :
424454 build_type : pull-request
455+ run_codecov : false
425456 script : ci/test_python.sh
426457 rocky8-clib-standalone-build-matrix :
427458 needs : checks
@@ -581,7 +612,6 @@ jobs:
581612 container_image : " rapidsai/ci-conda:26.08-cuda${{ matrix.CUDA_VER }}-${{ matrix.LINUX_VER }}-py${{ matrix.PY_VER }}"
582613 script : " ci/build_go.sh"
583614 docs-build :
584- needs : conda-python-build
585615 permissions :
586616 actions : read
587617 contents : read
@@ -658,7 +688,7 @@ jobs:
658688 uses : rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@main
659689 with :
660690 arch : ' ["amd64", "arm64"]'
661- cuda : ' ["13.2 "]'
691+ cuda : ' ["13.3 "]'
662692 node_type : " cpu8"
663693 env : |
664694 SCCACHE_DIST_MAX_RETRIES=inf
0 commit comments