Skip to content

Commit

Permalink
Stop installing deps for and running tests in Rolling packages (#298)
Browse files Browse the repository at this point in the history
This was already done in ROS 2 Iron, but we were unable to do it in
Rolling at the time without re-releasing every package. That happened as
part of the Ubuntu Noble migration, so we can now disable the tests in
deb and RPM jobs in Rolling.
  • Loading branch information
cottsay authored Mar 8, 2024
1 parent 1ad225c commit 99cf8a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rolling/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ notifications:
- [email protected]
- [email protected]
maintainers: true
package_dependency_behavior:
include_test_dependencies: false
run_package_tests: false
sync:
package_count: 499
packages: [desktop]
Expand Down
3 changes: 3 additions & 0 deletions rolling/release-rhel-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ package_blacklist:
- webots_ros2_ur_e_description # Not yet generated for RHEL
- wiimote # cwiid has no RPM package for RHEL
- zmqpp_vendor # Targets 'HEAD' in vendor package
package_dependency_behavior:
include_test_dependencies: false
run_package_tests: false
package_ignore_list:
- connext_cmake_module # No RPM package for Connext
- demo_nodes_cpp_native_gurumdds # No RPM package for GurumDDS
Expand Down
3 changes: 3 additions & 0 deletions rolling/release-ubuntu-arm64-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ package_blacklist:
- kortex_bringup # depends on kortex_api and kortex_driver
- kortex_driver # depends on kortex_api and uses libKortexApiCpp.a from Kinova
- mapviz # Known issues with building on ARM processors. https://github.com/swri-robotics/mapviz/issues/777
package_dependency_behavior:
include_test_dependencies: false
run_package_tests: false
sync:
package_count: 499
packages: [desktop]
Expand Down

0 comments on commit 99cf8a3

Please sign in to comment.