Skip to content

Commit b52f49f

Browse files
authored
Enable vllm EKS test on mainline (#5156)
* enable vllm EKS test on mainline
1 parent 1157e82 commit b52f49f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/testrunner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,10 @@ def main():
322322
elif all("vllm" in image_uri for image_uri in all_image_list) and test_type not in {
323323
"functionality_sanity",
324324
"security_sanity",
325+
"eks",
325326
}:
326327
LOGGER.info(
327-
f"NOTE: {specific_test_type} tests not supported on vllm images in MAINLINE. Skipping..."
328+
f"NOTE: {specific_test_type} tests not supported on vllm images. Skipping..."
328329
)
329330
return
330331

0 commit comments

Comments
 (0)