diff options
| author | tgrogers <[email protected]> | 2019-06-17 09:28:46 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2019-06-17 09:28:46 -0400 |
| commit | 5475c220af46b84c3b0500b2f804b47d993fff67 (patch) | |
| tree | 1e8682f8fcbd0cb021e49dd03224c014305a8ad0 | |
| parent | 74923ff9a2c21b72a858a8ccfbb230b1fccef81d (diff) | |
Some updates to the Jekins commit message. Also forcing the nightly to kill all the jobs that are not done when it times out.
| -rw-r--r-- | Jenkinsfile | 2 | ||||
| -rw-r--r-- | nightly.jenkinsfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b8c9c48..a345bc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -81,7 +81,7 @@ pipeline { ./gpgpu-sim_simulations/util/plotting/plot-correlation.py -c per-kernel-merge-10.1.csv -p cuda-10.1 | grep "Correl=" | tee correl.10.1.txt &&\ mkdir -p ./gpgpu-sim-results-repo/${JOB_NAME}/ && cp stats-per-*.csv ./gpgpu-sim-results-repo/${JOB_NAME}/ &&\ cd ./gpgpu-sim-results-repo &&\ - git diff --quiet && git diff --staged --quiet || git commit -am "Jenkins automated checkin ${BUILD_NUMBER}" &&\ + git diff --quiet && git diff --staged --quiet || git commit -am "Jenkins automated checkin ${JOB_NAME} Build:${BUILD_NUMBER}" &&\ git push' sh 'PLOTDIR="/home/dynamo/a/tgrogers/website/gpgpu-sim-plots/jenkins/${JOB_NAME}" &&\ diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile index 520310c..51e2d05 100644 --- a/nightly.jenkinsfile +++ b/nightly.jenkinsfile @@ -45,7 +45,7 @@ pipeline { ./gpgpu-sim_simulations/util/job_launching/run_simulations.py \ -B `cat ./gpgpu-sim_simulations/util/job_launching/apps/all-apps.list` -C TITANV-2B -N nightly-$$ && \ ./gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -I -S 1800 -v \ - -s stats-per-app-9.1.csv -T 12 -N nightly-$$ && \ + -s stats-per-app-9.1.csv -T 12 -K -N nightly-$$ && \ ./gpgpu-sim_simulations/util/plotting/plot-get-stats.py -c stats-per-app-9.1.csv -P cuda-9.1.nightly' } } @@ -76,7 +76,7 @@ pipeline { | grep "Correl=" | tee correl.9.1.txt &&\ cp stats-per-*.csv ./gpgpu-sim-results-repo/${JOB_NAME}/ &&\ cd ./gpgpu-sim-results-repo &&\ - git diff --quiet && git diff --staged --quiet || git commit -am "Jenkins automated checkin ${BUILD_NUMBER}" &&\ + git diff --quiet && git diff --staged --quiet || git commit -am "Jenkins automated checkin ${JOB_NAME} Build:${BUILD_NUMBER}" &&\ git push' sh 'PLOTDIR="/home/dynamo/a/tgrogers/website/gpgpu-sim-plots/jenkins/${JOB_NAME}" &&\ |
