File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
test/dlc_tests/container_tests/bin Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55version : &VERSION 2.4.0
66short_version : &SHORT_VERSION "2.4"
77arch_type : x86
8- # autopatch_build: "True"
8+ autopatch_build : " True"
99
1010repository_info :
1111 inference_repository : &INFERENCE_REPOSITORY
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ framework: &FRAMEWORK pytorch
55version : &VERSION 2.4.0
66short_version : &SHORT_VERSION "2.4"
77arch_type : x86
8- # autopatch_build: "True"
8+ autopatch_build : " True"
99
1010repository_info :
1111 inference_repository : &INFERENCE_REPOSITORY
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ def perf_test(exec_cmd):
7575perf_test ("import torch" )
7676opt_in_opt_out_test ("import torch" )
7777
78- # test generic python
79- perf_test ("import os" )
80- opt_in_opt_out_test ("import os" )
78+ # Disabling os tests until it is added to all new images
79+ # perf_test("import os")
80+ # opt_in_opt_out_test("import os")
8181
8282print ("All DLC telemetry test passed" )
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ def performance_test(exec_cmd):
7676performance_test ("import tensorflow" )
7777opt_in_opt_out_test ("import tensorflow" )
7878
79- # test base python functionality
79+ # Disabling os tests until it is added to all new images
8080performance_test ("import os" )
8181opt_in_opt_out_test ("import os" )
8282
You can’t perform that action at this time.
0 commit comments