summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoonsoo Kim <yoonsoo.kim@mongodb.com>2022-02-09 22:05:11 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-02-09 23:17:02 +0000
commit672021fe35afc4f6a441880f7fa3b3ce53424795 (patch)
tree98956bc9df2a821bcbd354a4f4aba4a7c8fdd585
parent36d63838e9f00d5291f5bb41b59daa91f0079493 (diff)
downloadmongo-672021fe35afc4f6a441880f7fa3b3ce53424795.tar.gz
SERVER-63398 Add a build variant for $lookup pushdown workloads
-rwxr-xr-xetc/system_perf.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index c27ddc8a749..09f64ca52fe 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -1081,6 +1081,24 @@ buildvariants:
- name: tpch_1_normalized
- name: tpch_1_denormalized
+ - name: linux-standalone-all-feature-flags
+ display_name: Linux Standalone (all feature flags)
+ cron: "0 0 * * *" # Everyday at 00:00
+ modules: *modules
+ expansions:
+ mongodb_setup: standalone-all-feature-flags
+ infrastructure_provisioning: single
+ platform: linux
+ project_dir: *project_dir
+ authentication: enabled
+ storageEngine: wiredTiger
+ run_on:
+ - "rhel70-perf-single"
+ depends_on: *_compile_amazon2
+ tasks:
+ - name: schedule_variant_auto_tasks
+ - name: schedule_patch_auto_tasks
+
- name: compile-rhel70
display_name: Compile for Atlas-like
modules: *modules