summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZituo Jin <zituo.jin@mongodb.com>2022-02-03 23:29:45 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-04 00:03:01 +0000
commitf65c3ec8d02162327c80f11fbb1758096a75cbe8 (patch)
tree5d7bce4fa24085044bc90814405678f06fcb6ed5
parent2f4fe5d0194a4c641d9698c0f0f30b7ac2d037a0 (diff)
downloadmongo-f65c3ec8d02162327c80f11fbb1758096a75cbe8.tar.gz
SERVER-63195 Add Windows compile variant for query patch
-rw-r--r--etc/evergreen.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 8c2661b2662..a246659c6cc 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -7269,6 +7269,11 @@ tasks:
#######################################
task_groups:
- <<: *compile_task_group_template
+ name: compile_dist_test_TG
+ tasks:
+ - compile_dist_test
+
+- <<: *compile_task_group_template
name: compile_and_archive_dist_test_TG
tasks:
- compile_dist_test
@@ -12654,6 +12659,16 @@ buildvariants:
- windows-vsCurrent-large
### QO & QE Patch-Specific Build Variants ###
+- <<: *enterprise-windows-nopush-template
+ name: windows-compile-query-patch-only
+ display_name: "~ Windows Compile Query Patch Only"
+ cron: "0 0 * * 0" # Every week starting 00:00 on Sunday . This is a patch-only variant but we run on mainline to pick up task history.
+ tasks:
+ - name: compile_dist_test_TG
+ distros:
+ - windows-vsCurrent-large
+
+### QO & QE Patch-Specific Build Variants ###
- <<: *enterprise-rhel-80-64-bit-dynamic-classic-engine
name: enterprise-rhel-80-64-bit-dynamic-classic-engine-query-patch-only
display_name: "~ Shared Library Enterprise RHEL 8.0 Query Patch Only (Classic Engine)"