Skip to content

Commit

Permalink
Skip gazebo_ros2_control from rosdep
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Mar 12, 2024
1 parent adde114 commit 3f5ab3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
ros_repo: ${{ matrix.ROS_REPO }}
target_workspace: ros_controls.unstable-from-rolling.repos
ref_for_scheduled_build: master
rosdep_skip_keys: gazebo_ros2_control
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
ros_repo: ${{ matrix.ROS_REPO }}
target_workspace: ros_controls.unstable-from-rolling.repos
ref_for_scheduled_build: master
rosdep_skip_keys: gazebo_ros2_control
7 changes: 6 additions & 1 deletion .github/workflows/reusable-industrial-ci-with-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ on:
default: ''
required: false
type: string

rosdep_skip_keys:
description: 'ROSDEP_SKIP_KEYS variable for industrial_ci'
default: ''
required: false
type: string
ccache_dir:
description: 'Local path to store cache (from "github.workspace"). For standard industrial_ci configuration do not have to be changed'
default: '.ccache'
Expand Down Expand Up @@ -99,6 +103,7 @@ jobs:
ROS_REPO: ${{ inputs.ros_repo }}
OS_CODE_NAME: ${{ inputs.os_code_name }}
BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: ${{ inputs.before_install_upstream_dependencies }}
ROSDEP_SKIP_KEYS: ${{ inputs.rosdep_skip_keys }}
id: ici
- name: Download issue template for target failure # Has to be a local file
if: ${{ always() && steps.ici.outcome == 'failure' && github.event_name == 'schedule' }}
Expand Down

0 comments on commit 3f5ab3a

Please sign in to comment.