Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin85421 committed Apr 17, 2024
1 parent fda75b3 commit 973c45d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .buildkite/test-sample-yamls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/test_sample_rayservice_yamls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 973c45d

Please sign in to comment.