blob: c74f3d21dbac3a73c8fc0a5a1e6ca208dc97502d [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Schema for this config file: ProjectConfig in
# luci-config.appspot.com/schemas/projects:tricium-prod.cfg
acls {
role: REQUESTER
group: "tricium-fuchsia-requesters"
}
functions {
type: ANALYZER
name: "Analyze"
needs: GIT_FILE_DETAILS
provides: RESULTS
path_filters: "*.c"
path_filters: "*.cc"
path_filters: "*.cml"
path_filters: "*.cpp"
path_filters: "*.dart"
path_filters: "*.fidl"
path_filters: "*.gn"
path_filters: "*.gni"
path_filters: "*.go"
path_filters: "*.h"
path_filters: "*.rs"
path_filters: "*.triage"
owner: "maruel@google.com"
monorail_component: "Infra>Platform>Tricium>Analyzer"
impls {
runtime_platform: LINUX
provides_for_platform: LINUX
recipe {
project: "fuchsia"
bucket: "tricium"
builder: "tricium"
}
}
}
selections {
function: "Analyze"
platform: LINUX
}
repos {
gerrit_project {
host: "fuchsia-review.googlesource.com"
project: "fuchsia"
git_url: "https://fuchsia.googlesource.com/fuchsia"
}
whitelisted_group: "project-fuchsia-committers"
}
service_account: "tricium-prod@appspot.gserviceaccount.com"