diff options
| author | Timothy G Rogers <[email protected]> | 2018-09-25 15:18:38 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-09-25 15:18:38 -0400 |
| commit | c9d8b22a3a3a8f6d2b55dc7c396d7dd058d667b8 (patch) | |
| tree | 09df6efded08c45fc7b6519790069dfc0b6b63b1 /nightly.jenkinsfile | |
| parent | 79a890fc4c22135a368504a5112a0f0a9982659e (diff) | |
| parent | 4fe699e5fb37041a27eb9c95ae27c4f9fe6fbc27 (diff) | |
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Diffstat (limited to 'nightly.jenkinsfile')
| -rw-r--r-- | nightly.jenkinsfile | 3 |
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}' } } } |
