diff options
| author | tgrogers <[email protected]> | 2018-03-14 17:56:41 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2018-03-14 17:56:41 -0400 |
| commit | f6b87662a042934d3d2dd0229eb47e9788d8911f (patch) | |
| tree | 2eb2029e6a4996b7530a18adb2fba25155b37287 /Jenkinsfile | |
| parent | 35ba74f137e7d3eae292882442a358bff37f72f1 (diff) | |
link the data to vut build times
Diffstat (limited to 'Jenkinsfile')
| -rw-r--r-- | Jenkinsfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 157f865..c9b4ee4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,8 @@ pipeline { sh 'git clone [email protected]:TimRogersGroup/gpgpu-sim_simulations.git && \ cd gpgpu-sim_simulations && \ git checkout purdue-cluster && \ - git pull' + git pull && \ + ln -s /home/tgrogers-raid/a/common/data_dirs benchmarks/' sh 'source /home/tgrogers-raid/a/common/gpgpu-sim-setup/4.2_env_setup.sh &&\ source `pwd`/setup_environment &&\ cd gpgpu-sim_simulations && \ |
