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.
1 parent 14ffdac commit 4d357cbCopy full SHA for 4d357cb
scripts/ci/test_plan.py
@@ -312,7 +312,7 @@ def find_tests(self):
312
scope_found = True
313
else:
314
d = os.path.dirname(d)
315
- elif tail == "common":
+ elif tail == "common" and self.is_in_testsuite_root(head):
316
# Look for yamls in directories collocated with common
317
318
yamls_found = [yaml for yaml in glob.iglob(head + '/**/testcase.yaml', recursive=True)]
0 commit comments