Skip to content

Commit eb6b9a9

Browse files
committed
Define aliases for PR builds
1 parent 6ce4449 commit eb6b9a9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ post: &test_teardown
3333
- func: "stop mongo-orchestration"
3434
- func: "cleanup"
3535

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+
3642
# Include files that contain various tasks, task groups, and build variant definitions
3743
include:
3844
- filename: .evergreen/config/functions.yml

0 commit comments

Comments
 (0)