File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -297,29 +297,29 @@ steps:
297297 tags : core_cpp
298298 instance_type : medium
299299 commands :
300- - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --test_tag_filters=- cgroup --build-type clang
300+ - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --except-tags= cgroup --build-type clang
301301 --cache-test-results --parallelism-per-worker 2
302302
303303 - label : " :ray: core: cpp asan tests"
304304 tags : core_cpp
305305 instance_type : medium
306306 commands :
307- - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --test_tag_filters=- cgroup
307+ - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --except-tags= cgroup
308308 --build-type asan-clang --cache-test-results --parallelism-per-worker 2
309309
310310 - label : " :ray: core: cpp ubsan tests"
311311 tags : core_cpp
312312 instance_type : large
313313 commands :
314- - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --test_tag_filters=- cgroup
314+ - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --except-tags= cgroup
315315 --build-type ubsan --except-tags no_ubsan
316316 --cache-test-results --parallelism-per-worker 2
317317
318318 - label : " :ray: core: cpp tsan tests"
319319 tags : core_cpp
320320 instance_type : medium
321321 commands :
322- - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --test_tag_filters=- cgroup
322+ - bazel run //ci/ray_ci:test_in_docker -- //:all //src/... core --except-tags= cgroup
323323 --build-type tsan-clang --except-tags no_tsan
324324 --cache-test-results --parallelism-per-worker 2
325325
You can’t perform that action at this time.
0 commit comments