Skip to content

Commit

Permalink
run efa test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yadan Wei committed Nov 27, 2024
1 parent aed12ce commit 222ac3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dlc_developer_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 222ac3b

Please sign in to comment.