summaryrefslogtreecommitdiff
path: root/nightly.jenkinsfile
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-04-23 14:39:46 -0400
committertgrogers <[email protected]>2018-04-23 14:39:46 -0400
commita6442a718d221a83bf502797ce2845e5b0ef89af (patch)
tree6b63e144160a9737a4faae29d9d4e045969ea26a /nightly.jenkinsfile
parentde8116a864dd615a06bec4f68dac136dacf3e8ca (diff)
Fixing some bugs
Diffstat (limited to 'nightly.jenkinsfile')
-rw-r--r--nightly.jenkinsfile14
1 files changed, 5 insertions, 9 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile
index 96667ee..4f0b6cd 100644
--- a/nightly.jenkinsfile
+++ b/nightly.jenkinsfile
@@ -10,11 +10,9 @@ pipeline {
stages {
stage('nightly-simulator-build') {
steps {
- "9.1" : {
- sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
- source `pwd`/setup_environment &&\
- make -j'
- }
+ sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
+ source `pwd`/setup_environment &&\
+ make -j'
}
}
stage('nightly-simulations-build'){
@@ -33,19 +31,17 @@ pipeline {
make -C ./benchmarks/src data'
}
}
- stage('nightly-2B-insn'){
+ stage('nightly-2B-insn-run'){
steps {
- "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-$$ && \
PLOTDIR="jenkins/${JOB_NAME}/${BUILD_NUMBER}/9.1-rodinia" && ssh [email protected] mkdir -p /home/dynamo/a/tgrogers/website/gpgpu-sim-plots/$PLOTDIR && \
./gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -v -s stats-$$.csv -N nightly-$$ && \
./gpgpu-sim_simulations/util/plotting/plot-get-stats.py -c stats-$$.csv -p [email protected]:~/website/gpgpu-sim-plots/$PLOTDIR -w https://engineering.purdue.edu/tgrogers/gpgpu-sim-plots/$PLOTDIR -n $PLOTDIR'
- }
}
}
- stage('nightly-9.1-correlate'){
+ stage('nightly-correlate'){
steps {
sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\
source `pwd`/setup_environment &&\