Skip to content

Commit 901ac0e

Browse files
committed
switch to tester argument
Signed-off-by: dentiny <[email protected]>
1 parent c5983c2 commit 901ac0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/core.rayci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)