File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 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
1618jobs :
1719 build-single-version :
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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments