| commit | a5e91cc1e974d01c71b13dad3d297ac8cd866fc7 | [log] [tgz] | 
|---|---|---|
| author | Jeremy Leconte <jleconte@webrtc.org> | Mon Sep 01 13:41:11 2025 | 
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 01 14:39:51 2025 | 
| tree | bf5bf808317885f2b832a676ba3cd707bded12d9 | |
| parent | 0bac8c3d115456bcc8a82372d1e6af6895df3c1e [diff] | 
Force trybots to compile when modifying mb files. Change-Id: I533a7b6727ebefa6a2dc2433e2586579f9e17631 Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/407044 Commit-Queue: Jeremy Leconte <jleconte@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45519}
diff --git a/infra/specs/trybot_analyze_config.json b/infra/specs/trybot_analyze_config.json index 2c818d4..efd5484 100644 --- a/infra/specs/trybot_analyze_config.json +++ b/infra/specs/trybot_analyze_config.json
@@ -1,10 +1,11 @@ { "base": { "exclusions": [ - ".vpython", ".vpython3", "DEPS", - "infra/specs/.*" + "infra/specs/.*", + "tools_webrtc/mb/mb_config.pyl", + "tools_webrtc/mb/mb.py" ] } }