cros_tidy: point at our parser's new home
We're moving clang-tidy-parse-build-log.py to a new home in the source
tree. Assuming /mnt/host/source is always available as a full CrOS
checkout (other scripts in chromite reference it, so I'd imagine it
would be), we can reference it directly instead of requiring that it's
installed in /usr/bin.
BUG=chromium:960495
TEST=tryjob
Change-Id: I45f4a5eb722a6ba967b4f63bc169fd2ee110dd28
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/1600409
Reviewed-by: Caroline Tice <cmtice@chromium.org>
Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
Reviewed-by: Dhanya Ganesh <dhanyaganesh@chromium.org>
Commit-Queue: George Burgess <gbiv@chromium.org>
Tested-by: George Burgess <gbiv@chromium.org>
diff --git a/scripts/cros_generate_tidy_warnings.py b/scripts/cros_generate_tidy_warnings.py
index c44fcd7..134460a 100644
--- a/scripts/cros_generate_tidy_warnings.py
+++ b/scripts/cros_generate_tidy_warnings.py
@@ -17,7 +17,8 @@
DEFAULT_NAME = 'clang_tidy_warnings.tar.xz'
TIDY_WARNINGS = 'clang_tidy_warnings'
-PARSING_SCRIPT = '/usr/bin/clang-tidy-parse-build-log.py'
+PARSING_SCRIPT = ('/mnt/host/source/src/third_party/toolchain-utils/'
+ 'clang_tidy/clang-tidy-parse-build-log.py')
WORKING_DIR = '/usr/bin'