File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 6565 "variants" : [],
6666 "createdAt" : " 2025-11-18T20:58:51.167Z"
6767 },
68+ {
69+ "name" : " hbi.api.kessel-force-single-checks-for-bulk" ,
70+ "description" : " Use single-resource checks instead of bulk checks for Kessel (RHINENG-24544)." ,
71+ "type" : " release" ,
72+ "project" : " default" ,
73+ "stale" : false ,
74+ "enabled" : false ,
75+ "strategies" : [
76+ {
77+ "name" : " default" ,
78+ "parameters" : {}
79+ }
80+ ],
81+ "variants" : [],
82+ "createdAt" : " 2026-03-04T16:29:19.146Z"
83+ },
6884 {
6985 "name" : " hbi.use_new_system_profile_tables" ,
7086 "description" : " When turned ON, HBI will use the new system profile tables." ,
Original file line number Diff line number Diff line change 1313FLAG_INVENTORY_REJECT_RHSM_PAYLOADS = "hbi.api.reject-rhsm-payloads"
1414FLAG_INVENTORY_WORKLOADS_FIELDS_BACKWARD_COMPATIBILITY = "hbi.workloads_fields_backward_compatibility"
1515FLAG_INVENTORY_KESSEL_GROUPS = "hbi.api.kessel-groups"
16+ FLAG_INVENTORY_KESSEL_FORCE_SINGLE_CHECKS_FOR_BULK = "hbi.api.kessel-force-single-checks-for-bulk"
1617
1718
1819FLAG_FALLBACK_VALUES = {
2324 FLAG_INVENTORY_REJECT_RHSM_PAYLOADS : False ,
2425 FLAG_INVENTORY_WORKLOADS_FIELDS_BACKWARD_COMPATIBILITY : True ,
2526 FLAG_INVENTORY_KESSEL_GROUPS : False ,
27+ FLAG_INVENTORY_KESSEL_FORCE_SINGLE_CHECKS_FOR_BULK : False ,
2628}
2729
2830
You can’t perform that action at this time.
0 commit comments