Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle 2cpu serve tests
Browse files Browse the repository at this point in the history
asaiacai committed Dec 19, 2024
1 parent 72cd751 commit 4bb73ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/smoke_tests/test_sky_serve.py
Original file line number Diff line number Diff line change
@@ -540,6 +540,7 @@ def test_skyserve_update(generic_cloud: str):

# TODO: fluidstack does not support `--cpus 2`, but the check for services in this test is based on CPUs
@pytest.mark.no_fluidstack
@pytest.mark.no_do # DO does not support `--cpus 2`
@pytest.mark.serve
def test_skyserve_rolling_update(generic_cloud: str):
"""Test skyserve with rolling update"""
@@ -720,7 +721,9 @@ def test_skyserve_new_autoscaler_update(mode: str, generic_cloud: str):


# TODO: fluidstack does not support `--cpus 2`, but the check for services in this test is based on CPUs
# TODO: DO does not support `--cpus 2`, but the check for services in this test is based on CPUs
@pytest.mark.no_fluidstack
@pytest.mark.no_do
@pytest.mark.serve
def test_skyserve_failures(generic_cloud: str):
"""Test replica failure statuses"""

0 comments on commit 4bb73ce

Please sign in to comment.