Skip to content

Commit 7ff44d1

Browse files
add pr context (#5196)
1 parent a62e100 commit 7ff44d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vllm/trigger_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def run_platform_tests(platform: str, images: List[str]):
1818
"""
1919
instance_type = os.getenv("EC2_GPU_INSTANCE_TYPE")
2020

21-
if instance_type == "p4d.24xlarge":
21+
if instance_type != "p4d.24xlarge" and not is_pr_context:
2222
LOGGER.info(f"Skipping tests on {instance_type} instance type")
2323
return
2424

0 commit comments

Comments
 (0)