You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- If this line is commented out, dlc_developer_config.toml will be used.
46
+
- If this line is commented out, dlc_developer_config.toml will be used.
46
47
-`# /tests <test_list>`
47
48
- e.g.: `# /tests sanity security ec2`
48
49
- If this line is commented out, it will run the default set of tests (same as the defaults in dlc_developer_config.toml): `sanity, security, ec2, ecs, eks, sagemaker, sagemaker-local`.
@@ -51,13 +52,13 @@ Use the code block below to uncomment commands and run the PR CodeBuild jobs. Th
51
52
52
53
```
53
54
# /buildspec <buildspec_path>
54
-
# /tests <test_list>
55
+
# /tests <test_list>
55
56
```
56
57
57
58
### Formatting
58
59
-[ ] I have run `black -l 100` on my code (formatting tool: https://black.readthedocs.io/en/stable/getting_started.html)
0 commit comments