0

Add third_party/protobuf/src to directories that run cfi bot by default

Bug: 418811415
Change-Id: Idb2c6b50bf4d3c8da7607234dbcf7434c9f78cbd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6565445
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Reviewed-by: Ben Pastene <bpastene@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1462484}
This commit is contained in:
Sophie Chang
2025-05-19 16:05:34 -07:00
committed by Chromium LUCI CQ
parent dbb95cf618
commit a0fe65536e
4 changed files with 16 additions and 0 deletions
infra/config

@ -632,6 +632,7 @@ builder.
* [`//third_party/ruy/.+`](https://cs.chromium.org/chromium/src/third_party/ruy/)
* [`//third_party/tflite/.+`](https://cs.chromium.org/chromium/src/third_party/tflite/)
* [`//third_party/xnnpack/.+`](https://cs.chromium.org/chromium/src/third_party/xnnpack/)
* [`//third_party/protobuf/src/.+`](https://cs.chromium.org/chromium/src/third_party/protobuf/src/)
* [linux_chromium_dbg_ng](https://ci.chromium.org/p/chromium/builders/try/linux_chromium_dbg_ng) ([definition](https://cs.chromium.org/search?q=+file:/try/.*\.star$+""linux_chromium_dbg_ng""))

@ -3545,6 +3545,12 @@ config_groups {
gerrit_ref_regexp: ".*"
path_regexp: "third_party/xnnpack/.+"
}
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"
gerrit_ref_regexp: ".*"
path_regexp: "third_party/protobuf/src/.+"
}
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"

@ -5863,6 +5863,12 @@ config_groups {
gerrit_ref_regexp: ".*"
path_regexp: "third_party/xnnpack/.+"
}
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"
gerrit_ref_regexp: ".*"
path_regexp: "third_party/protobuf/src/.+"
}
location_filters {
gerrit_host_regexp: ".*"
gerrit_project_regexp: ".*"

@ -759,6 +759,9 @@ try_.builder(
"third_party/ruy/.+",
"third_party/tflite/.+",
"third_party/xnnpack/.+",
# Diectories that have caused breakages in the past due to the
# protobuf roll.
"third_party/protobuf/src/.+",
],
),
)