Commit f0d3e3de authored by Quinten Yearsley's avatar Quinten Yearsley Committed by Commit Bot

[tricium] Add a tricium project config to chromium/src

At first, we can enable Tricium with reporting disabled,
just to see its affect on load/error rate and number of
comments produced.

Change-Id: Ie3ea0b0c0ac5844d893d965d84fbfb342681552f
Reviewed-on: https://chromium-review.googlesource.com/1161006Reviewed-by: default avatarMarc-Antoine Ruel <maruel@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Quinten Yearsley <qyearsley@chromium.org>
Cr-Commit-Position: refs/heads/master@{#580354}
parent 4539b034
# Schema for this config file: ProjectConfig in
# luci-config.appspot.com/schemas/projects:tricium-prod.cfg
acls {
role: REQUESTER
group: "tricium-chromium-requesters"
}
selections {
function: "GitFileIsolator"
platform: UBUNTU
}
selections {
function: "SpellChecker"
platform: UBUNTU
}
repos {
gerrit_project {
host: "chromium-review.googlesource.com"
project: "chromium/src"
git_url: "https://chromium.googlesource.com/chromium/src"
}
disable_reporting: true
}
service_account: "tricium-prod@appspot.gserviceaccount.com"
swarming_service_account: "swarming@tricium-prod.iam.gserviceaccount.com"
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