Skip to content

Commit

Permalink
Define aliases for PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 28, 2023
1 parent 6ce4449 commit eb6b9a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ post: &test_teardown
- func: "stop mongo-orchestration"
- func: "cleanup"

# Define aliases for patch builds and PR builds. These only apply if no aliases are defined in project settings
github_pr_aliases:
# Run tests on debian, only testing local replicasets
- variant: "test-.*"
task: "test-mongodb-.*-replicaset"

# Include files that contain various tasks, task groups, and build variant definitions
include:
- filename: .evergreen/config/functions.yml
Expand Down

0 comments on commit eb6b9a9

Please sign in to comment.