Skip to content

Commit

Permalink
Disable chronically failing Noetic packages on ARM (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz authored Jul 18, 2023
1 parent 73175ac commit 7f830cf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
13 changes: 11 additions & 2 deletions noetic/release-arm64-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,17 @@ notifications:
- [email protected]
maintainers: true
package_blacklist:
- fetch_drivers
- ros_ign_gazebo
- fetch_drivers
- libntcan # https://github.com/ipa320/cob_extern/issues/112
- mocap_nokov # https://github.com/NOKOV-MOCAP/mocap_nokov/issues/2
- nao_meshes # https://github.com/ros-naoqi/nao_meshes/issues/8
- pepper_meshes # https://github.com/ros-naoqi/pepper_meshes/issues/9
- picovoice_driver # https://github.com/reinzor/picovoice_ros/issues/6
- prosilica_gige_sdk # https://github.com/ros-drivers/prosilica_gige_sdk/issues/6
- ros_ign_gazebo
- ros_speech_recognition # https://github.com/jsk-ros-pkg/jsk_3rdparty/issues/468
- rosrt # https://github.com/ros/ros_realtime/issues/15
- skyway # https://github.com/ntt-t3/skyway_for_ros/issues/1
sync:
package_count: 1205
repositories:
Expand Down
15 changes: 14 additions & 1 deletion noetic/release-armhf-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,24 @@ notifications:
- [email protected]
maintainers: true
package_blacklist:
- exotica_pinocchio_dynamics_solver # https://github.com/ipab-slmc/exotica/issues/754
- fetch_drivers
- gazebo_ros
- julius # https://github.com/jsk-ros-pkg/jsk_3rdparty/issues/467
- libntcan # https://github.com/ipa320/cob_extern/issues/112
- mapviz # https://github.com/swri-robotics/mapviz/issues/777
- mecanum_gazebo_plugin
- mocap_nokov # https://github.com/NOKOV-MOCAP/mocap_nokov/issues/2
- mongodb_store # https://github.com/strands-project/mongodb_store/issues/283
- nao_meshes # https://github.com/ros-naoqi/nao_meshes/issues/8
- octovis
- pepper_meshes # https://github.com/ros-naoqi/pepper_meshes/issues/9
- picovoice_driver # https://github.com/reinzor/picovoice_ros/issues/6
- ros_ign_gazebo
- gazebo_ros
- ros_speech_recognition # https://github.com/jsk-ros-pkg/jsk_3rdparty/issues/468
- rtabmap # https://github.com/introlab/rtabmap/issues/1037
- qt_advanced_docking
- spinnaker_camera_driver # https://github.com/ros-drivers/flir_camera_driver/issues/108
package_ignore_list:
- libpointmatcher # Doesn't support 32-bit platforms. Optional for rtabmap
sync:
Expand Down

0 comments on commit 7f830cf

Please sign in to comment.