chore: remove deprecated mesh_service_example module (#5055)

This commit is contained in:
James Rich 2026-04-14 22:10:23 -05:00 committed by GitHub
parent a2763bdfeb
commit 401f59489a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
63 changed files with 5 additions and 2370 deletions

View file

@ -70,8 +70,7 @@ jobs:
}
allowed_extra_roots = {'baselineprofile'}
excluded_roots = {'mesh_service_example'}
expected_roots = (module_roots | allowed_extra_roots) - excluded_roots
expected_roots = module_roots | allowed_extra_roots
filter_paths = {
path.split('/')[0]