diff --git a/dlc_developer_config.toml b/dlc_developer_config.toml index 693b3c54930e..f4349cd2b081 100644 --- a/dlc_developer_config.toml +++ b/dlc_developer_config.toml @@ -56,12 +56,12 @@ notify_test_failures = false [test] ### On by default -sanity_tests = true +sanity_tests = false security_tests = true safety_check_test = false ecr_scan_allowlist_feature = false -ecs_tests = true -eks_tests = true +ecs_tests = false +eks_tests = false ec2_tests = true # Set it to true if you are preparing a Benchmark related PR ec2_benchmark_tests = false @@ -70,16 +70,16 @@ ec2_benchmark_tests = false ### default. If false, these types of tests will be skipped while other tests will run as usual. ### These tests are run in EC2 test jobs, so ec2_tests must be true if ec2_tests_on_heavy_instances is true. ### Off by default (set to false) -ec2_tests_on_heavy_instances = false +ec2_tests_on_heavy_instances = true ### SM specific tests ### On by default sagemaker_local_tests = true # run standard sagemaker remote tests from test/sagemaker_tests -sagemaker_remote_tests = true +sagemaker_remote_tests = false # run efa sagemaker tests -sagemaker_efa_tests = true +sagemaker_efa_tests = false # run release_candidate_integration tests sagemaker_rc_tests = false # run sagemaker benchmark tests