Skip to content

Commit cb7a42f

Browse files
Add rt_tools and control_tb to PR workflow (#470)
1 parent 3f6dd61 commit cb7a42f

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
@@ -145,7 +145,7 @@ def add_pr_stats_file():
145145
"kilted": "ros2-master",
146146
"rolling": "ros2-master"
147147
},
148-
"pr": None
148+
"pr": os.environ.get('CONTROL_TOOLBOX_PR')
149149
},
150150
"control_msgs": {
151151
"url": "https://github.com/ros-controls/control_msgs",
@@ -171,7 +171,7 @@ def add_pr_stats_file():
171171
"kilted": "master",
172172
"rolling": "master"
173173
},
174-
"pr": None
174+
"pr": os.environ.get('REALTIME_TOOLS_PR')
175175
},
176176
"kinematics_interface": {
177177
"url": "https://github.com/ros-controls/kinematics_interface",

0 commit comments

Comments
 (0)