diff options
| author | tgrogers <[email protected]> | 2020-06-22 22:55:01 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-06-22 22:55:01 -0400 |
| commit | 9696e57a0a77ddc4232100ba9796abec204f926b (patch) | |
| tree | af8197aee03319a890b7d9b5bc187e84bbfb79ba | |
| parent | c2bd1cf2ffc99f14071d35b822a9463e1222bada (diff) | |
Update broken Jenkinsfile syntax
| -rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3ba8b7b..9888594 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,16 +51,14 @@ make -C ./benchmarks/src data''' } } - stage('regress'){ + stage('11.0 Regressions'){ steps { - "11.0-functest": { sh '''#!/bin/bash source ./env-setup/11.0_env_setup.sh &&\ source `pwd`/setup_environment &&\ ./gpgpu-sim_simulations/util/job_launching/run_simulations.py -B rodinia_2.0-ft,sdk-4.2 -C QV100 -N regress-$$ && \ PLOTDIR="jenkins/${JOB_NAME}/${BUILD_NUMBER}/11.0" && 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-per-app-11.0.csv -N regress-$$''' - } } } stage('correlate-delta-and-archive') { |
