Skip to content

Commit

Permalink
remove more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai committed Sep 3, 2024
1 parent 8532fcf commit 13628ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@ def test_scp_logs():
@pytest.mark.no_scp # SCP does not have T4 gpus. Run test_scp_job_queue instead
@pytest.mark.no_paperspace # Paperspace does not have T4 gpus.
@pytest.mark.no_oci # OCI does not have T4 gpus
@pytest.mark.no_do # DO does not have T4 gpus
def test_job_queue(generic_cloud: str):
name = _get_cluster_name()
test = Test(
Expand Down Expand Up @@ -1375,6 +1376,7 @@ def test_job_queue(generic_cloud: str):
@pytest.mark.no_scp # Doesn't support SCP for now
@pytest.mark.no_oci # Doesn't support OCI for now
@pytest.mark.no_kubernetes # Doesn't support Kubernetes for now
@pytest.mark.no_do # DO doesn't have T4 GPUs
@pytest.mark.parametrize(
'image_id',
[
Expand Down Expand Up @@ -1512,6 +1514,7 @@ def test_scp_job_queue():
@pytest.mark.no_scp # SCP does not support num_nodes > 1 yet
@pytest.mark.no_oci # OCI Cloud does not have T4 gpus.
@pytest.mark.no_kubernetes # Kubernetes not support num_nodes > 1 yet
@pytest.mark.no_do # DO does not have T4 gpus.
def test_job_queue_multinode(generic_cloud: str):
name = _get_cluster_name()
total_timeout_minutes = 30 if generic_cloud == 'azure' else 15
Expand Down

0 comments on commit 13628ad

Please sign in to comment.