15 lines
444 B
YAML
15 lines
444 B
YAML
test_kind: py_test
|
|
|
|
selector:
|
|
roots:
|
|
- buildscripts/tests/**/test_*.py
|
|
- buildscripts/idl/tests/**/test_*.py
|
|
exclude_files:
|
|
- buildscripts/tests/resmokelib/test_selector.py # Test assumes POSIX path.
|
|
- buildscripts/tests/resmokelib/utils/test_archival.py # Requires boto3.
|
|
- buildscripts/tests/test_aws_ec2.py # Requires boto3.
|
|
- buildscripts/tests/test_remote_operations.py # Requires ssh to be enabled locally.
|
|
|
|
|
|
executor: {}
|