From eb6b9a982fe5dcf3f605985a6cf8051c0d799760 Mon Sep 17 00:00:00 2001 From: Andreas Braun Date: Thu, 28 Sep 2023 10:22:56 +0200 Subject: [PATCH] Define aliases for PR builds --- .evergreen/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 66beda22c..071635949 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -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