aboutsummaryrefslogtreecommitdiff
path: root/nightly.jenkinsfile
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2018-10-07 13:38:07 -0400
committerMahmoud <[email protected]>2018-10-07 13:38:07 -0400
commitadc215c1e16ce6515b82bc7596f3448bd7817804 (patch)
tree5ecd84494245d2f7e99eef2c6fde3bf3a45c75dd /nightly.jenkinsfile
parent7e414028b3754d40ab92d10205dc412316c4ab29 (diff)
parentab80c6b75b7479caf8f0711ea1a6fbd7f93697f9 (diff)
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'nightly.jenkinsfile')
-rw-r--r--nightly.jenkinsfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index 78f3920..5221b3b 100644
--- a/nightly.jenkinsfile
+++ b/nightly.jenkinsfile
@@ -51,7 +51,8 @@ pipeline {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
source `pwd`/setup_environment &&\
PLOTDIR="jenkins/${JOB_NAME}" &&\
- ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh TITANX-2B,TITANX-L1ON-2B,P100-2B,TITANV-2B $PLOTDIR ${BUILD_NUMBER}'
+ ./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B `cat ./gpgpu-sim_simulations/util/job_launching/apps/all-apps.list` -C TITANX-2B,TITANX-L1ON-2B,P100-2B,TITANV-2B > nightly-stats-per-kernel-9.1.csv &&\
+ ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh nightly-stats-per-kernel-9.1.csv $PLOTDIR ${BUILD_NUMBER}'
}
}
}