Skip to content

Commit 92ae335

Browse files
Add rt_tools and control_tb to PR workflow (#470) (#472)
(cherry picked from commit cb7a42f) Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent 1dbafdd commit 92ae335

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/reusable-sphinx-check-single-version.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ on:
88
type: string
99
ROS2_CONTROL_DEMOS_PR:
1010
type: string
11-
GAZEBO_ROS2_CONTROL_PR:
12-
type: string
1311
GZ_ROS2_CONTROL_PR:
1412
type: string
13+
CONTROL_TOOLBOX_PR:
14+
type: string
15+
REALTIME_TOOLS_PR:
16+
type: string
1517

1618
jobs:
1719
build-single-version:
@@ -43,6 +45,7 @@ jobs:
4345
ROS2_CONTROL_PR: ${{ inputs.ROS2_CONTROL_PR }}
4446
ROS2_CONTROLLERS_PR: ${{ inputs.ROS2_CONTROLLERS_PR }}
4547
ROS2_CONTROL_DEMOS_PR: ${{ inputs.ROS2_CONTROL_DEMOS_PR }}
46-
GAZEBO_ROS2_CONTROL_PR: ${{ inputs.GAZEBO_ROS2_CONTROL_PR }}
4748
GZ_ROS2_CONTROL_PR: ${{ inputs.GZ_ROS2_CONTROL_PR }}
49+
CONTROL_TOOLBOX_PR: ${{ inputs.CONTROL_TOOLBOX_PR }}
50+
REALTIME_TOOLS_PR: ${{ inputs.REALTIME_TOOLS_PR }}
4851
run: make html-all-subrepos-with-errors

make_help_scripts/deploy_defines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def add_pr_stats_file():
140140
"jazzy": "ros2-master",
141141
"rolling": "ros2-master"
142142
},
143-
"pr": None
143+
"pr": os.environ.get('CONTROL_TOOLBOX_PR')
144144
},
145145
"control_msgs": {
146146
"url": "https://github.com/ros-controls/control_msgs",
@@ -164,7 +164,7 @@ def add_pr_stats_file():
164164
"jazzy": "jazzy",
165165
"rolling": "master"
166166
},
167-
"pr": None
167+
"pr": os.environ.get('REALTIME_TOOLS_PR')
168168
},
169169
"kinematics_interface": {
170170
"url": "https://github.com/ros-controls/kinematics_interface",

0 commit comments

Comments
 (0)