We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ce4449 commit eb6b9a9Copy full SHA for eb6b9a9
.evergreen/config.yml
@@ -33,6 +33,12 @@ post: &test_teardown
33
- func: "stop mongo-orchestration"
34
- func: "cleanup"
35
36
+# Define aliases for patch builds and PR builds. These only apply if no aliases are defined in project settings
37
+github_pr_aliases:
38
+ # Run tests on debian, only testing local replicasets
39
+ - variant: "test-.*"
40
+ task: "test-mongodb-.*-replicaset"
41
+
42
# Include files that contain various tasks, task groups, and build variant definitions
43
include:
44
- filename: .evergreen/config/functions.yml
0 commit comments