From 50d430900be905a849e9402fa34b1da17467d481 Mon Sep 17 00:00:00 2001 From: Jiajun Yao Date: Tue, 24 Sep 2024 22:22:42 -0700 Subject: [PATCH] debug Signed-off-by: Jiajun Yao --- .buildkite/core.rayci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/core.rayci.yml b/.buildkite/core.rayci.yml index dcbebd735c3e..5d67cd7d9b1b 100644 --- a/.buildkite/core.rayci.yml +++ b/.buildkite/core.rayci.yml @@ -345,7 +345,8 @@ steps: instance_type: medium commands: - bazel run //ci/ray_ci:build_in_docker -- docker --platform cpu --canonical-tag ha_integration - - bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core --only-tags ha_integration + - bazel run //ci/ray_ci:test_in_docker -- //python/ray/tests/... core --only-tags ha_integration || true + - sleep 100000000 depends_on: - manylinux - forge