From 9a6c61006b1bf05f3c4c143e739775db1e5be432 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Wed, 22 Sep 2021 14:44:38 +0900 Subject: [PATCH] use rosdep_update_options (https://github.com/ros-infrastructure/ros_buildfarm/pull/890) for kinetic --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ad7ec6..41d3086 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,11 @@ env: # - env: ROS_DISTRO_NAME=kinetic OS_NAME=ubuntu OS_CODE_NAME=xenial ARCH=amd64 install: # either install the latest released version of ros_buildfarm - - pip install ros_buildfarm + # - pip install ros_buildfarm # or checkout a specific branch + # use rosdep_update_options (https://github.com/ros-infrastructure/ros_buildfarm/pull/890) + - git clone -b fix_674 https://github.com/k-okada/ros_buildfarm /tmp/ros_buildfarm + - pip install /tmp/ros_buildfarm #- git clone -b master https://github.com/ros-infrastructure/ros_buildfarm /tmp/ros_buildfarm #- pip install /tmp/ros_buildfarm # checkout catkin for catkin_test_results script @@ -36,7 +39,7 @@ install: # download slam_gmapping to run rostest - git clone https://github.com/ros-perception/slam_gmapping $JOB_PATH/ws/src/slam_gmapping # generate the script to run a pre-release job for that target and repo - - generate_prerelease_script.py https://raw.githubusercontent.com/ros-infrastructure/ros_buildfarm_config/production/index.yaml $ROS_DISTRO_NAME default $OS_NAME $OS_CODE_NAME $ARCH --output-dir $JOB_PATH + - generate_prerelease_script.py https://raw.githubusercontent.com/ros-infrastructure/ros_buildfarm_config/production/index.yaml $ROS_DISTRO_NAME default $OS_NAME $OS_CODE_NAME $ARCH --output-dir $JOB_PATH --custom-rosdep-update-options=--include-eol-distros # run the actual job which involves Docker - cd $JOB_PATH; sh ./prerelease.sh -y script: