summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Wlodarek <gregory.wlodarek@mongodb.com>2019-10-04 19:34:36 +0000
committerevergreen <evergreen@mongodb.com>2019-10-04 19:34:36 +0000
commita808ebb60041c5eb2a0c49a91f3db4689b5d3288 (patch)
tree99a6a30246136f078732a07714a6757900931ba8
parentd9e67706b802791f73eb485f35d359047a25ce9f (diff)
downloadmongo-a808ebb60041c5eb2a0c49a91f3db4689b5d3288.tar.gz
SERVER-43825 Add the BackgroundValidateCmd Genny workload to system_perf.yml
-rwxr-xr-xetc/system_perf.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 5e1295fd8a2..bda8dd04066 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -415,6 +415,16 @@ tasks:
- func: "run test"
- func: "analyze"
+- name: background_validate_cmd
+ priority: 5
+ commands:
+ - func: "prepare environment"
+ vars:
+ test: "background_validate_cmd"
+ - func: "deploy cluster"
+ - func: "run test"
+ - func: "analyze"
+
- name: validate_cmd
priority: 5
commands:
@@ -1049,6 +1059,7 @@ buildvariants:
- name: bestbuy_query
- name: big_update
- name: validate_cmd
+ - name: background_validate_cmd
- name: linux-standalone-audit
display_name: Linux Standalone Audit