summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorChung-Yen Chang <chung-yen.chang@10gen.com>2016-01-26 17:40:35 -0800
committerChung-Yen Chang <chung-yen.chang@10gen.com>2016-01-26 17:40:35 -0800
commitcb89e4f26016974febe5c5d3656103733a768e86 (patch)
treef22cf0b4418b3d8783b63a8454e7dddb9fbd8572 /etc
parentc6354b87df3ea5526a2c21853de2c62bc3666a2c (diff)
downloadmongo-cb89e4f26016974febe5c5d3656103733a768e86.tar.gz
SERVER-22306: enable per-branch overrides
Diffstat (limited to 'etc')
-rw-r--r--etc/longevity.yml4
-rw-r--r--etc/perf.yml2
-rw-r--r--etc/system_perf.yml4
3 files changed, 5 insertions, 5 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index 9b17874cd90..6ef7c14f9aa 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -174,14 +174,14 @@ functions:
file: "src/tags.json"
name: "perf"
- command: shell.exec
- # post_run_check.py and longevity_override.json for DSI tests is part of dsi repo in dsi/bin
+ # post_run_check.py and longevity_override.json for DSI tests are part of dsi repo
type : test
params:
working_dir: src
script: |
set -o errexit
set -o verbose
- python -u ../dsi/analysis/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/longevity_override.json --project_id mongo-longevity --task_name ${task_name} --variant ${build_variant}
+ python -u ../dsi/analysis/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/master/longevity_override.json --project_id mongo-longevity --task_name ${task_name} --variant ${build_variant}
tasks:
diff --git a/etc/perf.yml b/etc/perf.yml
index 5b7ac7fffa9..ac78d8d2086 100644
--- a/etc/perf.yml
+++ b/etc/perf.yml
@@ -136,7 +136,7 @@ functions:
set -o errexit
set -o verbose
source ./venv/bin/activate
- python ../dsi/analysis/perf_regression_check.py -f history.json --rev ${revision} -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/perf_override.json --variant ${build_variant} --threshold 0.10 --threadThreshold 0.15
+ python ../dsi/analysis/perf_regression_check.py -f history.json --rev ${revision} -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/master/perf_override.json --variant ${build_variant} --threshold 0.10 --threadThreshold 0.15
"run perf tests":
- command: shell.exec
params:
diff --git a/etc/system_perf.yml b/etc/system_perf.yml
index 9e99e0c285e..87c78118b6f 100644
--- a/etc/system_perf.yml
+++ b/etc/system_perf.yml
@@ -208,14 +208,14 @@ functions:
file: "src/tags.json"
name: "perf"
- command: shell.exec
- # post_run_check.py and override.json for DSI tests is part of dsi repo in dsi/bin
+ # post_run_check.py and override.json for DSI tests are part of dsi repo
type : test
params:
working_dir: src
script: |
set -o errexit
set -o verbose
- python -u ../dsi/analysis/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/system_perf_override.json --project_id sys-perf --task_name ${task_name} --variant ${build_variant}
+ python -u ../dsi/analysis/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/analysis/master/system_perf_override.json --project_id sys-perf --task_name ${task_name} --variant ${build_variant}
"compare":
- command: shell.exec