Skip to content

Commit f966455

Browse files
Update clang-tidy, codecove, nightly CI to use master docker
1 parent 425b93c commit f966455

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/clang_tidy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
env:
5959
OS_NAME: ubuntu
6060
OS_CODE_NAME: focal
61-
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.13
61+
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-master
6262
CCACHE_DIR: ${{ github.workspace }}/${{ env.CI_NAME }}/.ccache
6363
ROS_REPO: main
6464
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
OS_NAME: ubuntu
6161
OS_CODE_NAME: focal
62-
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-0.13
62+
DOCKER_IMAGE: ${{ env.REGISTRY }}/tesseract-robotics/tesseract:${{ env.ROS_DISTRO }}-master
6363
ROS_REPO: main
6464
UNDERLAY: /root//tesseract-robotics/tesseract_target_ws/install
6565
PREFIX: ${{ github.repository }}_

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
- {CI_NAME: Bionic-Build-Nightly,
3030
OS_CODE_NAME: bionic,
3131
ROS_DISTRO: melodic,
32-
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:melodic-0.13",
32+
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:melodic-master",
3333
CCACHE_DIR: "${{ github.workspace }}/Bionic-Build-Nightly/.ccache"}
3434
- {CI_NAME: Focal-Build-Nightly,
3535
OS_CODE_NAME: focal,
3636
ROS_DISTRO: noetic,
37-
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:noetic-0.13",
37+
DOCKER_IMAGE: "ghcr.io/tesseract-robotics/tesseract:noetic-master",
3838
CCACHE_DIR: "${{ github.workspace }}/Focal-Build-Nightly/.ccache"}
3939

4040
steps:

.github/workflows/unstable_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
UPSTREAM_WORKSPACE: dependencies.rosinstall
6969
UPSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"
7070
ROSDEP_SKIP_KEYS: "bullet fcl ompl orocos_kdl python-numpy ifopt python descartes_opw descartes_samplers descartes_light opw_kinematics ros_industrial_cmake_boilerplate iwyu taskflow"
71-
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON -DTESSERACT_ENABLE_CLANG_TIDY=ON"
71+
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"
7272
NOT_TEST_BUILD: true
7373
BEFORE_RUN_TARGET_TEST_EMBED: "ici_with_unset_variables source $BASEDIR/${PREFIX}target_ws/install/setup.bash"
7474
AFTER_SCRIPT: 'catkin build -w $target_ws --verbose --make-args test'

0 commit comments

Comments
 (0)