@@ -20,25 +20,23 @@ jobs:
2020 OS_CODE_NAME : bionic,
2121 ROS_DISTRO : melodic,
2222 ROS_REPO : main,
23- UPSTREAM_WORKSPACE : ' dependencies.rosinstall'
24- DOWNSTREAM_WORKSPACE : ' github:ros-industrial-consortium/tesseract_ros#feature/CommandLanguage' ,
25- ROSDEP_SKIP_KEYS : " bullet3 cmake_common_scripts fcl iwyu" ,
23+ UPSTREAM_WORKSPACE : ' dependencies.rosinstall' ,
24+ ROSDEP_SKIP_KEYS : " bullet bullet-extras cmake_common_scripts fcl iwyu" ,
2625 DOCKER_IMAGE : " rosindustrial/tesseract:melodic" ,
2726 CCACHE_DIR : " /home/runner/work/tesseract_python/tesseract_python/Bionic-Build-Nightly/.ccache" ,
2827 PARALLEL_TESTS : false,
2928 UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
3029 TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
3130 DOWNSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" }
32- - {CI_NAME: Xenial -Build-Nightly,
31+ - {CI_NAME: Focal -Build-Nightly,
3332 OS_NAME : ubuntu,
34- OS_CODE_NAME : xenial ,
35- ROS_DISTRO : kinetic ,
33+ OS_CODE_NAME : focal ,
34+ ROS_DISTRO : noetic ,
3635 ROS_REPO : main,
37- UPSTREAM_WORKSPACE : ' dependencies.rosinstall'
38- DOWNSTREAM_WORKSPACE : ' github:ros-industrial-consortium/tesseract_ros#feature/CommandLanguage' ,
39- ROSDEP_SKIP_KEYS : " bullet3 cmake_common_scripts fcl iwyu benchmark" ,
40- DOCKER_IMAGE : " rosindustrial/tesseract:kinetic" ,
41- CCACHE_DIR : " /home/runner/work/tesseract_python/tesseract_python/Xenial-Build-Nightly/.ccache" ,
36+ UPSTREAM_WORKSPACE : ' dependencies.rosinstall' ,
37+ ROSDEP_SKIP_KEYS : " bullet bullet-extras cmake_common_scripts fcl iwyu benchmark" ,
38+ DOCKER_IMAGE : " rosindustrial/tesseract:noetic" ,
39+ CCACHE_DIR : " /home/runner/work/tesseract_python/tesseract_python/Focal-Build-Nightly/.ccache" ,
4240 UPSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
4341 TARGET_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" ,
4442 DOWNSTREAM_CMAKE_ARGS : " -DCMAKE_BUILD_TYPE=Release" }
0 commit comments