summaryrefslogtreecommitdiff
path: root/etc/perf.yml
diff options
context:
space:
mode:
authorvrachev <vlad.rachev@mongodb.com>2020-11-19 16:28:54 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-20 05:31:37 +0000
commit4e3d1f8787e5e4b412dcecb83e2d274e3dcb6a0c (patch)
treef9a5527ffaa6368098c89a6bbd51aa982f89e393 /etc/perf.yml
parentf4902aa0d320cfe1cc1d15d4e4623e4d24e32f39 (diff)
downloadmongo-4e3d1f8787e5e4b412dcecb83e2d274e3dcb6a0c.tar.gz
SERVER-52834 Migrate sys-perf and perf tasks to use the new run_workload DSI command
Diffstat (limited to 'etc/perf.yml')
-rw-r--r--etc/perf.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/perf.yml b/etc/perf.yml
index 255dee1faa5..246f94875b1 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -150,14 +150,20 @@ functions:
file: ./expansions.yml
- command: shell.exec
params:
- script: ./src/dsi/run-dsi bootstrap
+ continue_on_err: true
+ script: ./src/dsi/run-dsi run_workload
- command: shell.exec
+ type: system
params:
- script: ./src/dsi/run-dsi deploy_cluster
+ script: ./src/dsi/run-dsi determine_failure -m SYSTEM
+ - command: shell.exec
+ type: setup
+ params:
+ script: ./src/dsi/run-dsi determine_failure -m SETUP
- command: shell.exec
type: test
params:
- script: ./src/dsi/run-dsi test_control
+ script: ./src/dsi/run-dsi determine_failure -m TEST
- command: json.send
params:
name: "perf"