Skip to content

Commit

Permalink
[tests] Exclude runpod from smoke tests unless specified (#4238)
Browse files Browse the repository at this point in the history
Add runpod
  • Loading branch information
romilbhardwaj authored Nov 6, 2024
1 parent f2df7ed commit 1dcd2f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# --managed-jobs.
all_clouds_in_smoke_tests = [
'aws', 'gcp', 'azure', 'lambda', 'cloudflare', 'ibm', 'scp', 'oci',
'kubernetes', 'vsphere', 'cudo', 'fluidstack', 'paperspace'
'kubernetes', 'vsphere', 'cudo', 'fluidstack', 'paperspace', 'runpod'
]
default_clouds_to_run = ['aws', 'azure']

Expand All @@ -43,6 +43,7 @@
'fluidstack': 'fluidstack',
'cudo': 'cudo',
'paperspace': 'paperspace',
'runpod': 'runpod'
}


Expand Down

0 comments on commit 1dcd2f0

Please sign in to comment.