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

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: fix 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..834c97f49bceacc9e49e2ef54d66ada9d7a3f074 100644
--- a/testing/buildbot/trybot_analyze_config.json
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -27,6 +27,10 @@
"third_party/android_platform/development/scripts/.*",
"tools/clang/blink_gc_plugin/CMakeLists.txt",
"tools/luci-go/.*"
+ ],
+ "ignores": [
Sergiy Byelozyorov 2016/07/05 14:29:48 I'm surprized that we didn't have any files that w
+ "OWNERS",
+ ".*/OWNERS"
]
},
"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