@@ -37,16 +37,16 @@ deep_canary_mode = false
3737[build ]
3838# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
3939# available frameworks - ["autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40- build_frameworks = [" pytorch " ]
40+ build_frameworks = []
4141
4242
4343# By default we build both training and inference containers. Set true/false values to determine which to build.
44- build_training = false
44+ build_training = true
4545build_inference = true
4646
4747# Set do_build to "false" to skip builds and test the latest image built by this PR
4848# Note: at least one build is required to set do_build to "false"
49- do_build = false
49+ do_build = true
5050
5151[notify ]
5252# ## Notify on test failures
@@ -65,13 +65,13 @@ ecs_tests = true
6565eks_tests = true
6666ec2_tests = true
6767# Set it to true if you are preparing a Benchmark related PR
68- ec2_benchmark_tests = true
68+ ec2_benchmark_tests = false
6969
7070# ## Set ec2_tests_on_heavy_instances = true to be able to run any EC2 tests that use large/expensive instance types by
7171# ## default. If false, these types of tests will be skipped while other tests will run as usual.
7272# ## These tests are run in EC2 test jobs, so ec2_tests must be true if ec2_tests_on_heavy_instances is true.
7373# ## Off by default (set to false)
74- ec2_tests_on_heavy_instances = true
74+ ec2_tests_on_heavy_instances = false
7575
7676# ## SM specific tests
7777# ## On by default
@@ -80,11 +80,11 @@ sagemaker_local_tests = true
8080# run standard sagemaker remote tests from test/sagemaker_tests
8181sagemaker_remote_tests = true
8282# run efa sagemaker tests
83- sagemaker_efa_tests = true
83+ sagemaker_efa_tests = false
8484# run release_candidate_integration tests
85- sagemaker_rc_tests = true
85+ sagemaker_rc_tests = false
8686# run sagemaker benchmark tests
87- sagemaker_benchmark_tests = true
87+ sagemaker_benchmark_tests = false
8888
8989# SM remote EFA test instance type
9090sagemaker_remote_efa_instance_type = " "
@@ -132,7 +132,7 @@ dlc-pr-tensorflow-2-habana-training = ""
132132# ## INFERENCE PR JOBS ###
133133
134134# Standard Framework Inference
135- dlc-pr-pytorch-inference = " pytorch/inference/buildspec-2-6-sm.yml "
135+ dlc-pr-pytorch-inference = " "
136136dlc-pr-tensorflow-2-inference = " "
137137dlc-pr-autogluon-inference = " "
138138
0 commit comments