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

Unified Diff: scripts/slave/gatekeeper.json

Issue 2333883002: Add 'forgiving_optional to win10 and plznav fyi bots (Closed)
Patch Set: Created 4 years, 3 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: scripts/slave/gatekeeper.json
diff --git a/scripts/slave/gatekeeper.json b/scripts/slave/gatekeeper.json
index b3769b266190ce92ee4c2916b662b4582a9f57f8..6720ea53819cd346f817bf04c5f0f75bbb4ee2c4 100644
--- a/scripts/slave/gatekeeper.json
+++ b/scripts/slave/gatekeeper.json
@@ -721,7 +721,8 @@
"tree_notify": [
"plznavigate@chromium.org"
],
- "forgive_all": "true"
+ "forgive_all": "true",
+ "forgiving_optional": ["*"]
},
"Closure Compilation Linux": {
"tree_notify": [
@@ -826,7 +827,8 @@
"tree_notify": [
"wfh@chromium.org"
],
- "forgive_all": "true"
+ "forgive_all": "true",
+ "forgiving_optional": ["*"]
}
}
}
« 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