mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
Bug 1932472 - [perfdocs] Prevent objdir paths from being checked. r=perftest-reviewers,fbilt DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D229683
This commit is contained in:
parent
14ab1d43ad
commit
730d9fffd4
@ -477,7 +477,7 @@ class MozperftestGatherer(FrameworkGatherer):
|
||||
}
|
||||
"""
|
||||
for path in list(pathlib.Path(self.workspace_dir).rglob("perftest.toml")):
|
||||
if "obj-" in str(path):
|
||||
if "obj-" in str(path) or "objdir-" in str(path):
|
||||
continue
|
||||
suite_name = str(path.parent).replace(str(self.workspace_dir), "")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user