Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: testing/buildbot/trybot_analyze_config.json

Issue 2117363002: analyze: ignore changes to OWNERS files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/trybot_analyze_config.json
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json
index 3557e8112ae2bc4fdca03cfc1a22032b92922c75..a3a1915654d981bbd872a89a1a2026d50dd608d2 100644
--- a/testing/buildbot/trybot_analyze_config.json
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -27,6 +27,9 @@
"third_party/android_platform/development/scripts/.*",
"tools/clang/blink_gc_plugin/CMakeLists.txt",
"tools/luci-go/.*"
+ ],
+ "ignores": [
+ ".*OWNERS"
tandrii(chromium) 2016/07/05 13:38:44 i think two entries like this is better: ".*/OWN
Paweł Hajdan Jr. 2016/07/05 13:49:37 Good point. Done.
]
},
"chromium": {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698