blob: 2636113bf0a1c9ab5d75b761ee7f524c5ffcf3ce [file] [log] [blame]
# Analyzer definition.
functions {
type: ANALYZER
name: "Wrapper"
needs: GIT_FILE_DETAILS
provides: RESULTS
owner: "flutter-infra@google.com"
monorail_component: "Infra>LUCI>BuildService>PreSubmit>Tricium"
impls {
runtime_platform: LINUX
provides_for_platform: LINUX
# The recipe determines the actual behavior, including what is run.
recipe {
project: "flutter"
bucket: "try"
builder: "tricium"
}
deadline: 900
}
}
selections {
function: "Wrapper"
platform: LINUX # Must match platform in definition.
}
repos {
gerrit_project {
host: "flutter-review.googlesource.com"
project: "recipes"
git_url: "https://flutter.googlesource.com/recipes"
}
}
service_account: "tricium-prod@appspot.gserviceaccount.com"