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 @@ -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" ,
You can’t perform that action at this time.
0 commit comments