summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nightly.jenkinsfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index 8dc5d28..86f3055 100644
--- a/nightly.jenkinsfile
+++ b/nightly.jenkinsfile
@@ -72,7 +72,8 @@ pipeline {
> per-kernel-merge-9.1.csv &&\
source `pwd`/setup_environment &&\
./gpgpu-sim_simulations/util/plotting/plot-correlation.py -c per-kernel-merge-9.1.csv \
- -p cuda-9.1.nightly | grep "Correl=" | tee correl.9.1.txt'
+ -p cuda-9.1.nightly -b ./gpgpu-sim_simulations/util/plotting/known.correlation.outliers.list \
+ | grep "Correl=" | tee correl.9.1.txt'
sh 'PLOTDIR="/home/dynamo/a/tgrogers/website/gpgpu-sim-plots/jenkins/${JOB_NAME}" &&\
ssh [email protected] mkdir -p $PLOTDIR/${BUILD_NUMBER} && \