Skip to content

Commit

Permalink
Merge pull request start-jsk#717 from k-okada/use_prallel_jobs_1
Browse files Browse the repository at this point in the history
[.travis,.travis.yml] use latest travis and set PARALLEJ_JOBS for test as 1
  • Loading branch information
k-okada committed Apr 26, 2015
2 parents bf19ad9 + 6de8085 commit 8e8c1e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis
Submodule .travis updated 2 files
+3 −1 travis.sh
+13 −1 travis_jenkins.py
23 changes: 15 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@ python:
compiler:
- gcc
env:
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=true CATKIN_PARALLEL_JOBS='-p2'
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=false NOT_TEST_INSTALL=true CATKIN_PARALLEL_JOBS='-p2'
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=true NOT_TEST_INSTALL=true CATKIN_PARALLEL_JOBS='-p2' INSTALL_SRC="http://github.com/start-jsk/rtmros_tutorials" TEST_PKGS="hrpsys_ros_bridge_tutorials"
- ROS_DISTRO=hydro ROSWS=wstool BUILDER=catkin USE_DEB=source NOT_TEST_INSTALL=true CATKIN_PARALLEL_JOBS='-p2'
- ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true
- TEST_TYPE=work_with_downstream TEST_PACKAGE=hironx-ros-bridge ROS_DISTRO=hydro EXTRA_DEB="ros-hydro-roslint ros-hydro-robot-pose-ekf"
- TEST_TYPE=work_with_315_1_10 TEST_PACKAGE=hironx-ros-bridge ROS_DISTRO=hydro EXTRA_DEB=ros-hydro-roslint
global:
- ROSWS=wstool
- BUILDER=catkin
- CATKIN_PARALLEL_JOBS='-p2'
- CATKIN_PARALLEL_TEST_JOBS='-p1'
- ROS_PARALLEL_TEST_JOBS='-j1'
matrix:
- ROS_DISTRO=hydro USE_DEB=true
- ROS_DISTRO=hydro USE_DEB=false NOT_TEST_INSTALL=true
- ROS_DISTRO=hydro USE_DEB=true NOT_TEST_INSTALL=true INSTALL_SRC="http://github.com/start-jsk/rtmros_tutorials" TEST_PKGS="hrpsys_ros_bridge_tutorials"
- ROS_DISTRO=hydro USE_DEB=source NOT_TEST_INSTALL=true
- ROS_DISTRO=indigo USE_DEB=true
- TEST_TYPE=work_with_downstream TEST_PACKAGE=hironx-ros-bridge ROS_DISTRO=hydro EXTRA_DEB="ros-hydro-roslint ros-hydro-robot-pose-ekf"
- TEST_TYPE=work_with_315_1_10 TEST_PACKAGE=hironx-ros-bridge ROS_DISTRO=hydro EXTRA_DEB=ros-hydro-roslint
matrix:
allow_failures:
- env: ROS_DISTRO=indigo ROSWS=wstool BUILDER=catkin USE_DEB=true
- env: ROS_DISTRO=indigo USE_DEB=true
notifications:
email:
recipients:
Expand Down

0 comments on commit 8e8c1e5

Please sign in to comment.