Skip to content

Commit 8fa869d

Browse files
committed
rebuild ec2 image with released base dlc
1 parent fa5a04e commit 8fa869d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

dlc_developer_config.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,21 +57,21 @@ notify_test_failures = false
5757

5858
[test]
5959
### On by default
60-
sanity_tests = true
61-
security_tests = true
62-
safety_check_test = true
63-
ecr_scan_allowlist_feature = true
64-
ecs_tests = true
65-
eks_tests = true
66-
ec2_tests = true
60+
sanity_tests = true
61+
security_tests = true
62+
safety_check_test = true
63+
ecr_scan_allowlist_feature = true
64+
ecs_tests = true
65+
eks_tests = true
66+
ec2_tests = true
6767
# Set it to true if you are preparing a Benchmark related PR
68-
ec2_benchmark_tests = true
68+
ec2_benchmark_tests = true
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 = true
7575
### SM specific tests
7676
### On by default
7777
sagemaker_local_tests = true
@@ -94,11 +94,11 @@ ipv6_vpc_name = ""
9494
# run standard sagemaker remote tests from test/sagemaker_tests
9595
sagemaker_remote_tests = true
9696
# run efa sagemaker tests
97-
sagemaker_efa_tests = true
97+
sagemaker_efa_tests = false
9898
# run release_candidate_integration tests
99-
sagemaker_rc_tests = true
99+
sagemaker_rc_tests = false
100100
# run sagemaker benchmark tests
101-
sagemaker_benchmark_tests = true
101+
sagemaker_benchmark_tests = false
102102

103103
# SM remote EFA test instance type
104104
sagemaker_remote_efa_instance_type = ""
@@ -122,7 +122,7 @@ use_scheduler = false
122122
dlc-pr-base = ""
123123

124124
# Standard Framework Training
125-
dlc-pr-pytorch-training = "pytorch/training/buildspec-2-8-sm.yml"
125+
dlc-pr-pytorch-training = "pytorch/training/buildspec-2-8-ec2.yml"
126126
dlc-pr-tensorflow-2-training = ""
127127
dlc-pr-autogluon-training = ""
128128

0 commit comments

Comments
 (0)