diff options
author | Yoonsoo Kim <yoonsoo.kim@mongodb.com> | 2022-02-09 22:05:11 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-09 23:17:02 +0000 |
commit | 672021fe35afc4f6a441880f7fa3b3ce53424795 (patch) | |
tree | 98956bc9df2a821bcbd354a4f4aba4a7c8fdd585 /etc | |
parent | 36d63838e9f00d5291f5bb41b59daa91f0079493 (diff) | |
download | mongo-672021fe35afc4f6a441880f7fa3b3ce53424795.tar.gz |
SERVER-63398 Add a build variant for $lookup pushdown workloads
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/system_perf.yml | 18 |
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 |