summaryrefslogtreecommitdiff
path: root/nightly.jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-09-23 22:51:54 -0400
committertgrogers <[email protected]>2018-09-23 22:51:54 -0400
commit40aef2780050e7df6086cc2227bf9e3f4ebdb432 (patch)
treef07e9147f6cf4f29e04bce571cbc1695f8da6a59 /nightly.jenkinsfile
parent1b343f2a88c54814370c02d368a7c0982d79fb2a (diff)
First pass at getting a per-checkin diff
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 8f75f97..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 `cat ./gpgpu-sim_simulations/util/job_launching/apps/all-apps.list` $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}'
}
}
}