summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authortgrogers <[email protected]>2018-10-23 13:16:58 -0400
committertgrogers <[email protected]>2018-10-23 13:16:58 -0400
commit47dbe3827d7a8c9eb002fc9f22d6312741b30f0e (patch)
tree83dbc8c659cff1b54cdeb1f37da8578c7dae7e97 /.travis.yml
parentab0d5d829d3f825736c5f91a365e755b2c2752c9 (diff)
changing the travis script to only regress new configs we actually care about
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml32
1 files changed, 5 insertions, 27 deletions
diff --git a/.travis.yml b/.travis.yml
index a1f4c36..02ed9c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
sudo: required
before_install:
- - docker pull tgrogers/gpgpu-sim_regress:latest
+ - docker pull tgrogers/gpgpu-sim_regress:volta_update
language: cpp
@@ -10,35 +10,13 @@ matrix:
include:
- services: docker
env:
- - CONFIG=configs.gtx480.yml
+ - CONFIG=GTX480
- CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
-# This config is just taking far too long...
-# - services: docker
-# env:
-# - CONFIG=configs.gtx750ti.yml
-# - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
-# - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- services: docker
env:
- - CONFIG=configs.quadro5600.yml
- - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- - services: docker
- env:
- - CONFIG=configs.quadro5800.yml
- - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- - services: docker
- env:
- - CONFIG=configs.teslac2050.yml
- - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- - PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
- - services: docker
- env:
- - CONFIG=configs.gtx1080ti.yml
- - CUDA_INSTALL_PATH=/usr/local/cuda-4.2/
+ - CONFIG=TITANV
+ - CUDA_INSTALL_PATH=/usr/local/cuda-9.1/
- PTXAS_CUDA_INSTALL_PATH=/usr/local/cuda-9.1/
-script: docker run -v `pwd`:/home/runner/gpgpu-sim_distribution:rw tgrogers/gpgpu-sim_regress:latest /bin/bash -c "./start_torque.sh; chown -R runner /home/runner/gpgpu-sim_distribution; su - runner -c 'export CUDA_INSTALL_PATH=$CUDA_INSTALL_PATH && export PTXAS_CUDA_INSTALL_PATH=$PTXAS_CUDA_INSTALL_PATH && source /home/runner/gpgpu-sim_distribution/setup_environment && make -j -C /home/runner/gpgpu-sim_distribution && cd /home/runner/gpgpu-sim_simulations/ && git pull && /home/runner/gpgpu-sim_simulations/util/job_launching/run_simulations.py -c /home/runner/gpgpu-sim_simulations/util/job_launching/regression_recipies/rodinia_2.0-ft/$CONFIG -N regress && /home/runner/gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -v -N regress'"
-
+script: docker run -v `pwd`:/home/runner/gpgpu-sim_distribution:rw tgrogers/gpgpu-sim_regress:volta_update /bin/bash -c "./start_torque.sh; chown -R runner /home/runner/gpgpu-sim_distribution; su - runner -c 'export CUDA_INSTALL_PATH=$CUDA_INSTALL_PATH && export PTXAS_CUDA_INSTALL_PATH=$PTXAS_CUDA_INSTALL_PATH && source /home/runner/gpgpu-sim_distribution/setup_environment && make -j -C /home/runner/gpgpu-sim_distribution && cd /home/runner/gpgpu-sim_simulations/ && git pull && /home/runner/gpgpu-sim_simulations/util/job_launching/run_simulations.py -c CONFIG -B rodinia_2.0-ft -N regress && /home/runner/gpgpu-sim_simulations/util/job_launching/monitor_func_test.py -v -N regress'"