summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Ingo <henrik.ingo@mongodb.com>2018-01-29 17:49:30 +0200
committerHenrik Ingo <henrik.ingo@mongodb.com>2018-01-29 18:16:43 +0200
commit05de943c0620097efc2c7822577a7347cef27611 (patch)
treeb124a528e04fdfdf23784e13568ac19fcbc2fbd9
parent9963ece917c0a58b341722aa221b3d030fa39d76 (diff)
downloadmongo-05de943c0620097efc2c7822577a7347cef27611.tar.gz
SERVER-32896 system_perf.yml: Don't run make_artifacts.sh twice
(cherry picked from commit 4d08499e9ac6cb6da8d76d08d50bb7e205ca4b3e)
-rw-r--r--etc/longevity.yml10
-rw-r--r--etc/system_perf.yml23
2 files changed, 0 insertions, 33 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index fb1451c9796..ed3ff246255 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -173,14 +173,6 @@ functions:
cd ..
cat perf.json | egrep "name|ops_per_sec"
- "make test log artifact":
- - command: shell.exec
- params:
- working_dir: work
- script: |
- source ./dsienv.sh
- make_artifact.sh
-
"analyze":
- command: json.get_history
params:
@@ -255,7 +247,6 @@ tasks:
test: "ycsb"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
vars:
script_flags: --ycsb-throughput-analysis reports
@@ -272,7 +263,6 @@ tasks:
test: "ycsb"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
vars:
script_flags: --ycsb-throughput-analysis reports
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 3ab9751db8b..90802a57e39 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -177,14 +177,6 @@ functions:
name: "perf"
file: "work/perf.json"
- "make test log artifact":
- - command: shell.exec
- params:
- working_dir: work
- script: |
- source ./dsienv.sh
- make_artifact.sh
-
"analyze":
- command: json.get_history
params:
@@ -272,7 +264,6 @@ tasks:
test: "ycsb"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
vars:
script_flags: --ycsb-throughput-analysis reports
@@ -288,7 +279,6 @@ tasks:
test: "ycsb"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
vars:
script_flags: --ycsb-throughput-analysis reports
@@ -304,7 +294,6 @@ tasks:
test: "ycsb-wmajority"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
vars:
script_flags: --ycsb-throughput-analysis reports
@@ -320,7 +309,6 @@ tasks:
test: "ycsb-wmajority"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
vars:
script_flags: --ycsb-throughput-analysis reports
@@ -336,7 +324,6 @@ tasks:
test: "core"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: core_workloads_MMAPv1
@@ -350,7 +337,6 @@ tasks:
test: "core"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: non_sharded_workloads_WT
@@ -364,7 +350,6 @@ tasks:
test: "non_sharded"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: non_sharded_workloads_MMAPv1
@@ -378,7 +363,6 @@ tasks:
test: "non_sharded"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: mongos_workloads_WT
@@ -392,7 +376,6 @@ tasks:
test: "mongos"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: mongos_workloads_MMAPv1
@@ -407,7 +390,6 @@ tasks:
test: "mongos"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: move_chunk_workloads_WT
@@ -421,7 +403,6 @@ tasks:
test: "move_chunk"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: move_chunk_workloads_MMAPv1
@@ -435,7 +416,6 @@ tasks:
test: "move_chunk"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: initialsync_WT
@@ -449,7 +429,6 @@ tasks:
test: "initialsync"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
- name: initialsync_MMAPv1
@@ -463,10 +442,8 @@ tasks:
test: "initialsync"
- func: "deploy cluster"
- func: "run test"
- - func: "make test log artifact"
- func: "analyze"
-
#######################################
# Modules #
#######################################