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

Unified Diff: scripts/slave/gatekeeper.json

Issue 141073009: Add forgive_all to enable experimental builders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Correct typo. Created 6 years, 11 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 | scripts/slave/gatekeeper_ng.py » ('j') | 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 111ae199d3f88dfe8ae7dfc83ca1d118eb57024c..59a1a443a5c493459ad33fa30ad64037c412fad0 100644
--- a/scripts/slave/gatekeeper.json
+++ b/scripts/slave/gatekeeper.json
@@ -9,9 +9,7 @@
"gclient"
],
- "sheriff_classes": [
- "sheriff"
- ],
+ "forgive_all": "true",
"builders": {
"Win": {
@@ -65,9 +63,13 @@
"http://build.chromium.org/p/chromium.lkgr": [
{
"tree_notify": [
- "jschuh@chromium.org"
+ "jschuh@chromium.org",
+ "scottmg@chromium.org",
+ "wfh@chromium.org"
],
+ "forgive_all": "true",
+
"builders": {
"Win x64": {
"categories": [
« no previous file with comments | « no previous file | scripts/slave/gatekeeper_ng.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698