summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/perf.yml12
-rwxr-xr-xetc/system_perf.yml12
2 files changed, 18 insertions, 6 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"
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 0a2c6650ceb..f69d03c428f 100755
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -165,14 +165,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"