diff --git a/tests/conftest.py b/tests/conftest.py index aa0d0c88289..c5c0f4a1515 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -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'] @@ -43,6 +43,7 @@ 'fluidstack': 'fluidstack', 'cudo': 'cudo', 'paperspace': 'paperspace', + 'runpod': 'runpod' }