From 973c45d55a693ba5978c7056b1799d0687df918f Mon Sep 17 00:00:00 2001 From: kaihsun Date: Sun, 14 Apr 2024 05:16:29 +0000 Subject: [PATCH] debug --- .buildkite/test-sample-yamls.yml | 4 +++- tests/test_sample_rayservice_yamls.py | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.buildkite/test-sample-yamls.yml b/.buildkite/test-sample-yamls.yml index 764382070c..5a85608c95 100644 --- a/.buildkite/test-sample-yamls.yml +++ b/.buildkite/test-sample-yamls.yml @@ -50,7 +50,9 @@ - IMG=kuberay/operator:nightly make docker-image - popd # Use nightly KubeRay operator image - - source .venv/bin/activate && BUILDKITE_ENV=true OPERATOR_IMAGE=kuberay/operator:nightly python3 tests/test_sample_rayservice_yamls.py + - source .venv/bin/activate + - sleep 7200 + # BUILDKITE_ENV=true OPERATOR_IMAGE=kuberay/operator:nightly python3 tests/test_sample_rayservice_yamls.py - label: 'Test RayService Sample YAMLs (latest release)' instance_size: large diff --git a/tests/test_sample_rayservice_yamls.py b/tests/test_sample_rayservice_yamls.py index e99f4711b7..1e5cd9227c 100644 --- a/tests/test_sample_rayservice_yamls.py +++ b/tests/test_sample_rayservice_yamls.py @@ -302,7 +302,7 @@ def set_up_cluster(self): yield - K8S_CLUSTER_MANAGER.cleanup() + # K8S_CLUSTER_MANAGER.cleanup() def test_service_autoscaling(self, set_up_cluster): """This test uses a special workload that can allow us to @@ -345,7 +345,7 @@ def test_service_autoscaling(self, set_up_cluster): namespace=NAMESPACE, filepath=cr_yaml_path, ), - RayServiceDeleteCREvent(cr, [], 90, NAMESPACE, cr_yaml_path), + # RayServiceDeleteCREvent(cr, [], 90, NAMESPACE, cr_yaml_path), ] for cr_event in cr_events: