summaryrefslogtreecommitdiff
path: root/etc/longevity.yml
diff options
context:
space:
mode:
authorChung-Yen Chang <chung-yen.chang@10gen.com>2015-11-13 17:08:22 -0800
committerChung-Yen Chang <chung-yen.chang@10gen.com>2015-11-13 17:08:22 -0800
commitba4281986e7aed9830ce47cce1b76006cbb94e67 (patch)
tree8cf5d174a348b3ab8bcb6eb6aeef6d545c08a0f2 /etc/longevity.yml
parentf1786633ccbf3f0c0ca62baa050a25108e8e7945 (diff)
downloadmongo-ba4281986e7aed9830ce47cce1b76006cbb94e67.tar.gz
SERVER-21461: longevity.yml calls wrong path
Diffstat (limited to 'etc/longevity.yml')
-rw-r--r--etc/longevity.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/longevity.yml b/etc/longevity.yml
index b18bffe6925..862f048263e 100644
--- a/etc/longevity.yml
+++ b/etc/longevity.yml
@@ -171,14 +171,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 longevity_override.json for DSI tests is part of dsi repo in dsi/bin
type : test
params:
working_dir: src
script: |
set -o errexit
set -o verbose
- python ../dsi/bin/post_run_check.py --rev ${revision} -f longevity_history -t longevity_tag --refTag 3.0.6-Baseline --overrideFile ../dsi/bin/override.json --project_id mongo-longevity --task_name ${task_name} --variant ${build_variant}
+ python -u ../dsi/bin/post_run_check.py --rev ${revision} -f history.json -t tags.json --refTag 3.0.6-Baseline --overrideFile ../dsi/bin/longevity_override.json --project_id mongo-longevity --task_name ${task_name} --variant ${build_variant}
tasks: