summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2019-06-04 08:44:54 -0400
committertgrogers <[email protected]>2019-06-04 08:44:54 -0400
commit0c7ceaec3e1d00da72621ddce7be53f3f4f53bcd (patch)
treef7c6c2de3ddb94146d969d1c2542cb17afb7a399 /Jenkinsfile
parentc18099abef80d033ce9ab9cfb810babf2e1b0df2 (diff)
Another attempt at getting the correl text string right into the email
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 28879b1..d192073 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -67,7 +67,8 @@ pipeline {
source `pwd`/setup_environment &&\
PLOTDIR="jenkins/${JOB_NAME}" &&\
./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B rodinia_2.0-ft -C GTX480,GTX480-PTXPLUS > stats-per-kernel-4.2.csv &&\
- ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-4.2.csv $PLOTDIR ${BUILD_NUMBER} | grep "Correl=" | tee correl.4.2.txt'
+ ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-4.2.csv $PLOTDIR ${BUILD_NUMBER} | grep "Correl=" | tee correl.4.2.txt &&\
+ export CORREL_42=`sed "s/$/<br>/" correl.4.2.txt`"'
}
}
stage('9.1-correlate'){
@@ -76,7 +77,8 @@ pipeline {
source `pwd`/setup_environment &&\
PLOTDIR="jenkins/${JOB_NAME}" &&\
./gpgpu-sim_simulations/util/job_launching/get_stats.py -R -K -k -B rodinia_2.0-ft,sdk-4.2 -C TITANV > stats-per-kernel-9.1.csv &&\
- ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-9.1.csv $PLOTDIR ${BUILD_NUMBER} | grep "Correl=" | tee correl.9.1.txt'
+ ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh stats-per-kernel-9.1.csv $PLOTDIR ${BUILD_NUMBER} | grep "Correl=" | tee correl.9.1.txt
+ export CORREL_91=`sed "s/$/<br>/" correl.9.1.txt`"'
}
}
stage('archive-and-delta') {