diff options
| author | tgrogers <[email protected]> | 2019-06-04 11:39:58 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-04 11:39:58 -0400 |
| commit | 6773374a9ceb96dd44613b2c6dbd0dac10ae4027 (patch) | |
| tree | 160f00f5310fbf1e9a425e82795b39f49edbd0a7 /Jenkinsfile | |
| parent | 4f5624885a7c3a7b6a50c0a215f55ef5ad6a5d54 (diff) | |
oops
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 5f206d0..23bfe43 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ pipeline { 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 &&\ - export CORREL_42=`sed "s/$/<br>/" correl.4.2.txt`"' + export CORREL_42=`sed "s/$/<br>/" correl.4.2.txt`' } } stage('9.1-correlate'){ @@ -78,7 +78,7 @@ pipeline { 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 &&\ - export CORREL_91=`sed "s/$/<br>/" correl.9.1.txt`"' + export CORREL_91=`sed "s/$/<br>/" correl.9.1.txt`' } } stage('archive-and-delta') { |
