File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
test/vllm/ec2/test_artifacts Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -318,10 +318,17 @@ def test_vllm_on_ec2(resources, image_uri):
318318 ec2_connections = {}
319319 test_results = {"efa" : False , "single_node" : False , "multi_node" : False }
320320
321- resources ["instances_info" ] = {
322- "i-087a9e2d5a0f622dd" : "/codebuild/output/src2184347995/src/github.com/aws/deep-learning-containers/test/dlc_tests/vllm-ec2-test-42c9389c-eec6-4cdf-9fc4-5697000034e2.pem" ,
323- "i-0c7c2816ac2b41c09" : "/codebuild/output/src2184347995/src/github.com/aws/deep-learning-containers/test/dlc_tests/vllm-ec2-test-42c9389c-eec6-4cdf-9fc4-5697000034e2.pem" ,
324- }
321+ resources ["instances_info" ] = [
322+ (
323+ "i-087a9e2d5a0f622dd" ,
324+ "/codebuild/output/src2184347995/src/github.com/aws/deep-learning-containers/test/dlc_tests/vllm-ec2-test-42c9389c-eec6-4cdf-9fc4-5697000034e2.pem" ,
325+ ),
326+ (
327+ "i-0c7c2816ac2b41c09" ,
328+ "/codebuild/output/src2184347995/src/github.com/aws/deep-learning-containers/test/dlc_tests/vllm-ec2-test-42c9389c-eec6-4cdf-9fc4-5697000034e2.pem" ,
329+ ),
330+ ]
331+
325332 try :
326333 ec2_cli = get_ec2_client (DEFAULT_REGION )
327334 fsx = FsxSetup (DEFAULT_REGION )
You can’t perform that action at this time.
0 commit comments