This is if we want to use:
adjust:
when: path ~ r"/plans/(?P<dep>pypi|system)/(?P<test_type>unit|integration)(?:/.*)?"
context+:
dependencies: $@{regex_match['dep']}
filter: "tag:$@{regex_match['test_type']"
Borrowing the regex syntax of #226.
This would help design the n-dim fmf trees