Commit 0944c771 authored by Tina Lu's avatar Tina Lu Committed by Commit Bot

Update config for tricium_analyze to tricium_clang_tidy_wrapper

Bug: 1020384
Change-Id: Ief2a422511d70b667aea3d7b48d5731848ba2bd1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1895888Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Commit-Queue: Tina Lu <ltina@google.com>
Cr-Commit-Position: refs/heads/master@{#711911}
parent ffea7704
...@@ -1245,13 +1245,13 @@ linux_builder( ...@@ -1245,13 +1245,13 @@ linux_builder(
linux_builder( linux_builder(
name = 'linux-clang-tidy-dbg', name = 'linux-clang-tidy-dbg',
executable = luci.recipe(name = 'tricium_analyze'), executable = luci.recipe(name = 'tricium_clang_tidy_wrapper'),
goma_jobs = goma.jobs.J150, goma_jobs = goma.jobs.J150,
) )
linux_builder( linux_builder(
name = 'linux-clang-tidy-rel', name = 'linux-clang-tidy-rel',
executable = luci.recipe(name = 'tricium_analyze'), executable = luci.recipe(name = 'tricium_clang_tidy_wrapper'),
goma_jobs = goma.jobs.J150, goma_jobs = goma.jobs.J150,
) )
......
...@@ -14165,7 +14165,7 @@ buckets: < ...@@ -14165,7 +14165,7 @@ buckets: <
dimensions: "os:Ubuntu-16.04" dimensions: "os:Ubuntu-16.04"
dimensions: "ssd:0" dimensions: "ssd:0"
recipe: < recipe: <
name: "tricium_analyze" name: "tricium_clang_tidy_wrapper"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"jobs\":150}" properties_j: "$build/goma:{\"jobs\":150}"
...@@ -14194,7 +14194,7 @@ buckets: < ...@@ -14194,7 +14194,7 @@ buckets: <
dimensions: "os:Ubuntu-16.04" dimensions: "os:Ubuntu-16.04"
dimensions: "ssd:0" dimensions: "ssd:0"
recipe: < recipe: <
name: "tricium_analyze" name: "tricium_clang_tidy_wrapper"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build" cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master" cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"jobs\":150}" properties_j: "$build/goma:{\"jobs\":150}"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment