From f2fc6a9329e5f24af4724cb5ee50bfdbb02a5116 Mon Sep 17 00:00:00 2001 From: dalyd Date: Sun, 13 Sep 2015 21:33:21 -0400 Subject: [PATCH] SERVER-20035: Move attaching results to post phase --- etc/perf.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/perf.yml b/etc/perf.yml index 805d843447e..33d42b8621e 100644 --- a/etc/perf.yml +++ b/etc/perf.yml @@ -5,6 +5,9 @@ pre: - command: shell.track post: + - command: attach.results + params: + file_location: src/report.json - command: shell.cleanup functions: @@ -83,9 +86,6 @@ functions: set -o verbose source ./venv/bin/activate python perf_regression_check.py -f history.json --rev ${revision} - - command: attach.results - params: - file_location: src/report.json "run perf tests": - command: shell.exec params: