-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Fully Compatible
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Add a parameter `resmoke_test_targets` to allow creating patches that run only a subset of the tests in the `resmoke_tests` task.
Filtering is still applied based on `--test_tag_filters=${resmoke_tests_tag_filter},-incompatible_with_bazel_remote_test` for the variant, so it will always run a subset of what would normally run.
Example usage:
```
evergreen patch ---param resmoke_test_targets="//buildscripts/smoke_tests/replication/... //buildscripts/smoke_tests/catalog_and_routing:replica_sets_jscore_passthrough"
```