diff options
| -rw-r--r-- | nightly.jenkinsfile | 10 |
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 &&\ |
