mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 12:53:29 +00:00
Add BOT_TARGET_FILTER
to _apply_bot_filter
fix the bug that will calculate twice if ci_target is a list.
This commit is contained in:
@@ -79,6 +79,8 @@ class Search(object):
|
||||
"""
|
||||
replicate_config = []
|
||||
for key in case.case_info:
|
||||
if key == 'ci_target': # ci_target is used to filter target, should not be duplicated.
|
||||
continue
|
||||
if isinstance(case.case_info[key], (list, tuple)):
|
||||
replicate_config.append(key)
|
||||
|
||||
|
Reference in New Issue
Block a user