Skip to content

Add ignore zenoh to ci #889

Description

@knmcguire

Description

It is possible to exclude the other standard rmws from the ci build but it is not possible to do this for zenoh it seems

Basically a checkbox for CI_USE_ZENOH that is in default on but can also be removed

Motivation

It is important that if there are issues with the current builds of zenoh that it does not restrict buildfarmers to test out the rest of the code base.

Design / Implementation Considerations

There are a couple of packages relying on rmw_zenoh_cpp so this will be needed to be added to main

        if 'rmw_zenoh_cpp' in args.ignore_rmw:
            blacklisted_package_names += [
                'zenoh_cpp_vendor',
                'rmw_zenoh_cpp',
                'test_rmw_zenoh_cpp',
                'zenoh_security_tools',
            ]

Additional Information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions