summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-04-23 11:46:11 -0400
committertgrogers <[email protected]>2018-04-23 11:46:11 -0400
commitc18b3f717449eb8c9dabe7a6036972d4c60c8f45 (patch)
tree2f30b12e36bf505f8db4242b3ee2479c20ccc72b
parent4a3a875382a40f8b48bd086849e378c672c6d98b (diff)
renaming some stuff in the nightly file
-rw-r--r--nightly.jenkinsfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index a8b5fc7..96667ee 100644
--- a/nightly.jenkinsfile
+++ b/nightly.jenkinsfile
@@ -8,7 +8,7 @@ pipeline {
}
stages {
- stage('simulator-build') {
+ stage('nightly-simulator-build') {
steps {
"9.1" : {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
@@ -17,7 +17,7 @@ pipeline {
}
}
}
- stage('simulations-build'){
+ stage('nightly-simulations-build'){
steps{
sh 'rm -rf gpgpu-sim_simulations'
sh 'git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \
@@ -33,9 +33,9 @@ pipeline {
make -C ./benchmarks/src data'
}
}
- stage('2B-insn'){
+ stage('nightly-2B-insn'){
steps {
- "9.1-rodinia": {
+ "9.1-all": {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
source `pwd`/setup_environment &&\
./gpgpu-sim_simulations/util/job_launching/run_simulations.py -B `cat apps/all-apps.txt` -C 2B-TITANX-P102,2B-TITANX-P102-L1ON,2B-P100-HBM -N nightly-$$ && \
@@ -45,7 +45,7 @@ pipeline {
}
}
}
- stage('9.1-correlate'){
+ stage('nightly-9.1-correlate'){
steps {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
source `pwd`/setup_environment &&\