From 5c1bc2d8d162becc136dd5144c7fc895d1bbb52e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 9 Oct 2025 06:53:03 -1000 Subject: [PATCH] fix --- script/split_components_for_ci.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/script/split_components_for_ci.py b/script/split_components_for_ci.py index bb17ade692..a79b7d463a 100755 --- a/script/split_components_for_ci.py +++ b/script/split_components_for_ci.py @@ -49,7 +49,9 @@ def create_intelligent_batches( List of component batches (lists of component names) """ # Analyze all components to get their bus signatures - component_buses, non_groupable = analyze_all_components(tests_dir) + component_buses, non_groupable, _direct_bus_components = analyze_all_components( + tests_dir + ) # Group components by their bus signature ONLY (ignore platform) # All platforms will be tested by test_build_components.py for each batch