We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5315348 + 6c94234 commit 9dea5ecCopy full SHA for 9dea5ec
tools/ci_set_matrix.py
@@ -62,8 +62,8 @@ def set_boards_to_build(build_all):
62
63
if not build_all:
64
boards_to_build = set()
65
- board_pattern = re.compile(r"^ports\/\w+\/boards\/(\w+)\/")
66
- port_pattern = re.compile(r"^ports\/(\w+)\/")
+ board_pattern = re.compile(r"^ports\/[^/]+\/boards\/([^/]+)\/")
+ port_pattern = re.compile(r"^ports\/([^/]+)\/")
67
for p in changed_files:
68
# See if it is board specific
69
board_matches = board_pattern.search(p)
0 commit comments