Skip to content

Commit

Permalink
[lint] format build files (ray-project#41766)
Browse files Browse the repository at this point in the history
Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
  • Loading branch information
aslonnie authored Dec 10, 2023
1 parent 603d1a1 commit 5edabc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion ci/ray_ci/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ py_test(
],
)


py_test(
name = "test_utils",
size = "small",
Expand Down
7 changes: 3 additions & 4 deletions release/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ py_test(
],
)


py_test(
name = "air_benchmark_gpu_batch_inference_parquet_smoke_test",
size = "small",
Expand Down Expand Up @@ -487,11 +486,11 @@ py_test(
name = "test_bisect",
size = "small",
srcs = ["ray_release/tests/test_bisect.py"],
exec_compatible_with = ["//:hermetic_python"],
data = [
"ray_release/tests/test_collection_data.yaml",
"cluster_tests/cpt_autoscaling_1-3_aws.yaml",
"ray_release/tests/test_collection_data.yaml",
],
exec_compatible_with = ["//:hermetic_python"],
tags = [
"release_unit",
"team:ci",
Expand Down Expand Up @@ -561,9 +560,9 @@ py_test(
["**/*.yaml"],
exclude = ["ray_release/**/*.yaml"],
) + [
"ray_release/tests/test_collection_data.yaml",
"//python/ray/autoscaler/aws:test_configs",
"//python/ray/autoscaler/gcp:test_configs",
"ray_release/tests/test_collection_data.yaml",
],
exec_compatible_with = ["//:hermetic_python"],
tags = [
Expand Down

0 comments on commit 5edabc7

Please sign in to comment.