diff options
| author | tgrogers <[email protected]> | 2019-06-12 16:57:08 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-12 16:57:08 -0400 |
| commit | c50eccb192a9b42df922ea8053efd0709c37e2c0 (patch) | |
| tree | e67199a94312678a13d9150371a9fa0b3ab0967a | |
| parent | 53e003426620636f0ba8243e28aa5c0687378749 (diff) | |
Taking out the known outliers for now
| -rw-r--r-- | nightly.jenkinsfile | 3 |
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} && \ |
