Skip to content

Commit bfac4d0

Browse files
authored
[core] add "custom_setup" tag to all python cgroup tests (#59231)
avoid adding more tags in `--except-tags` when using `custom_setup` already Signed-off-by: Lonnie Liu <lonnie@anyscale.com> Signed-off-by: Lonnie Liu <95255098+aslonnie@users.noreply.github.com>
1 parent 1496593 commit bfac4d0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.buildkite/core.rayci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ steps:
6060
--install-mask all-ray-libraries
6161
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
6262
--python-version 3.10 --build-name corebuild-py3.10
63-
--except-tags custom_setup,cgroup
63+
--except-tags custom_setup
6464
--install-mask all-ray-libraries
6565

6666
- label: ":ray: core: python {{matrix.python}} tests ({{matrix.worker_id}})"
@@ -74,7 +74,8 @@ steps:
7474
--install-mask all-ray-libraries
7575
--workers 4 --worker-id "{{matrix.worker_id}}" --parallelism-per-worker 3
7676
--python-version {{matrix.python}} --build-name corebuild-py{{matrix.python}}
77-
--except-tags custom_setup,cgroup
77+
--except-tags custom_setup
78+
depends_on: corebuild-multipy
7879
matrix:
7980
setup:
8081
python: ["3.12"]
@@ -103,7 +104,7 @@ steps:
103104
--install-mask all-ray-libraries
104105
--workers "$${BUILDKITE_PARALLEL_JOB_COUNT}" --worker-id "$${BUILDKITE_PARALLEL_JOB}" --parallelism-per-worker 3
105106
--test-env=TEST_EXTERNAL_REDIS=1
106-
--except-tags custom_setup,cgroup
107+
--except-tags custom_setup
107108
--python-version 3.10 --build-name corebuild-py3.10
108109

109110
- label: ":ray: core: memory pressure tests"

python/ray/tests/resource_isolation/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ py_test(
1515
srcs = ["test_resource_isolation_integration.py"],
1616
tags = [
1717
"cgroup",
18+
"custom_setup",
1819
"exclusive",
1920
"no_windows",
2021
"team:core",
@@ -34,6 +35,7 @@ py_test(
3435
srcs = ["test_resource_isolation_config.py"],
3536
tags = [
3637
"cgroup",
38+
"custom_setup",
3739
"exclusive",
3840
"no_windows",
3941
"team:core",

0 commit comments

Comments
 (0)