[clang-tidy] First stab at making clang-tidy bot work

Change-Id: Ia3514b93994b8c39a8f7424a2ae30a0c7d57c44f
Bug: 432056719
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/79227
Reviewed-by: David Benjamin <davidben@google.com>
Auto-Submit: Julia Hansbrough <flowerhack@google.com>
This commit is contained in:
Julia Hansbrough
2025-06-10 20:21:52 +00:00
committed by David Benjamin
parent cb12d9e84a
commit 42396c54ac
3 changed files with 47 additions and 1 deletions

View File

@@ -245,6 +245,37 @@ config_groups {
builders {
name: "boringssl/try/win_arm64_msvc_compile"
}
builders {
name: "chromium/try/tricium-clang-tidy"
disable_reuse: true
experiment_percentage: 100
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"
gerrit_ref_regexp: ".*"
path_regexp: ".+\\.h"
}
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"
gerrit_ref_regexp: ".*"
path_regexp: ".+\\.c"
}
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"
gerrit_ref_regexp: ".*"
path_regexp: ".+\\.cc"
}
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"
gerrit_ref_regexp: ".*"
path_regexp: ".+\\.cpp"
}
owner_whitelist_group: "project-boringssl-tryjob-access"
mode_allowlist: "NEW_PATCHSET_RUN"
}
retry_config {
single_quota: 1
global_quota: 2