diff options
| author | tgrogers <[email protected]> | 2018-04-26 20:54:15 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-04-26 20:54:15 -0400 |
| commit | 535f05ff6ffcef8397d3e51315efb8b4d19a8b24 (patch) | |
| tree | 615e768c632d3ea190dc49c3cf801035a4ca2a7b /nightly.jenkinsfile | |
| parent | 8927b0e7e41fd8d8b6b00480724161ab255e88a2 (diff) | |
Updating to use the correct correlation file
Diffstat (limited to 'nightly.jenkinsfile')
| -rw-r--r-- | nightly.jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nightly.jenkinsfile b/nightly.jenkinsfile index e48d931..d16f546 100644 --- a/nightly.jenkinsfile +++ b/nightly.jenkinsfile @@ -51,7 +51,7 @@ pipeline { sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/9.1_env_setup.sh &&\ source `pwd`/setup_environment &&\ PLOTDIR="jenkins/${JOB_NAME}" &&\ - ./gpgpu-sim_simulations/util/correlation/correlate_and_publish.sh TITANX_P102-2B,TITANX_P102-L1ON-2B,P100_HBM-2B $PLOTDIR ${BUILD_NUMBER}' + ./gpgpu-sim_simulations/util/plotting/correlate_and_publish.sh TITANX_P102-2B,TITANX_P102-L1ON-2B,P100_HBM-2B $PLOTDIR ${BUILD_NUMBER}' } } } |
