We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a808631 commit 779f1f9Copy full SHA for 779f1f9
test/testrunner.py
@@ -312,9 +312,9 @@ def main():
312
# Skip non-sanity/security/eks test suites for vllm images in MAINLINE context
313
if build_context == "MAINLINE":
314
if all("base" in image_uri for image_uri in all_image_list) and test_type not in {
315
- "functionality_sanity"
+ "functionality_sanity",
316
"security_sanity",
317
- "eks"
+ "eks",
318
}:
319
LOGGER.info(
320
f"NOTE: {specific_test_type} tests not supported on base images. Skipping..."
0 commit comments