From 672021fe35afc4f6a441880f7fa3b3ce53424795 Mon Sep 17 00:00:00 2001 From: Yoonsoo Kim Date: Wed, 9 Feb 2022 22:05:11 +0000 Subject: SERVER-63398 Add a build variant for $lookup pushdown workloads --- etc/system_perf.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- cgit v1.2.1