From bc94f77ea57edfd3e5ba0d2505f451ce56bfd422 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 23 Oct 2024 20:58:32 +0200 Subject: Add suppport for build-task tenant_service_type parameter --- mod/module.cli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mod/module.cli') diff --git a/mod/module.cli b/mod/module.cli index 9c47e31..5799697 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -1001,6 +1001,13 @@ namespace brep // Only consider tenants with this interactive build mode. // bbot::interactive_mode interactive = bbot::interactive_mode::both; + + // Only consider tenants which have third-party services of any of these + // types. The special empty type value denotes tenants without the + // associated service. If this parameter is absent, then consider all + // tenant types. + // + vector tenant_service_type | t; }; class build_result -- cgit v1.1