Skip to content

Commit

Permalink
[kuberay] add kuberay team, remove kuberay_operator tag (ray-project#…
Browse files Browse the repository at this point in the history
…42061)

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored and vickytsang committed Jan 12, 2024
1 parent b4ca301 commit 67b9276
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .buildkite/serverless.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... serverless
--parallelism-per-worker 3
--except-tags manual,kuberay_operator,spark_plugin_tests
--except-tags manual,spark_plugin_tests

- label: ":serverless: serverless: :windows: tests"
tags: python
Expand Down
3 changes: 1 addition & 2 deletions ci/k8s/run-operator-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ echo "--- Run bazel tests"

# Needs to send in the kubeconfig file in base64 encoding.

bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... serverless \
bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... kuberay \
--build-name k8sbuild \
--network host \
--only-tags kuberay_operator \
--test-env=RAY_IMAGE=docker.io/library/ray-ci:kuberay-test \
--test-env=PULL_POLICY=Never \
--test-env=KUBECONFIG=/tmp/rayci-kubeconfig \
Expand Down
1 change: 1 addition & 0 deletions ci/ray_ci/kuberay.tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
flaky_tests: []
2 changes: 1 addition & 1 deletion python/ray/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ py_test(
name = "kuberay/test_autoscaling_e2e",
size = "large",
srcs = ["kuberay/test_autoscaling_e2e.py"],
tags = ["exclusive", "kuberay_operator", "no_windows", "team:serverless"],
tags = ["exclusive", "no_windows", "team:kuberay"],
deps = ["//:ray_lib", ":conftest"],
)

Expand Down

0 comments on commit 67b9276

Please sign in to comment.