Commit 1aaa1a6f authored by Garrett Beaty's avatar Garrett Beaty Committed by Chromium LUCI CQ

Make nocompile test failures tree closing.

Change-Id: Icc9d3644a5ebbbe3028bf6ee69e16431bb58af44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643858
Auto-Submit: Garrett Beaty <gbeaty@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Dirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#845856}
parent 65599ff7
...@@ -98,7 +98,7 @@ notifiers { ...@@ -98,7 +98,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -111,13 +111,13 @@ notifiers { ...@@ -111,13 +111,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -125,7 +125,7 @@ notifiers { ...@@ -125,7 +125,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -138,13 +138,13 @@ notifiers { ...@@ -138,13 +138,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -157,13 +157,13 @@ notifiers { ...@@ -157,13 +157,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -176,7 +176,7 @@ notifiers { ...@@ -176,7 +176,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -208,7 +208,7 @@ notifiers { ...@@ -208,7 +208,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -221,13 +221,13 @@ notifiers { ...@@ -221,13 +221,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -235,7 +235,7 @@ notifiers { ...@@ -235,7 +235,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -247,13 +247,13 @@ notifiers { ...@@ -247,13 +247,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -261,7 +261,7 @@ notifiers { ...@@ -261,7 +261,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -273,7 +273,7 @@ notifiers { ...@@ -273,7 +273,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -292,14 +292,14 @@ notifiers { ...@@ -292,14 +292,14 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "agrieve@chromium.org" recipients: "agrieve@chromium.org"
} }
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -312,20 +312,20 @@ notifiers { ...@@ -312,20 +312,20 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "agrieve@chromium.org" recipients: "agrieve@chromium.org"
} }
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -338,13 +338,13 @@ notifiers { ...@@ -338,13 +338,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -352,7 +352,7 @@ notifiers { ...@@ -352,7 +352,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -364,13 +364,13 @@ notifiers { ...@@ -364,13 +364,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "tikuta@chromium.org" recipients: "tikuta@chromium.org"
recipients: "ukai@chromium.org" recipients: "ukai@chromium.org"
...@@ -379,7 +379,7 @@ notifiers { ...@@ -379,7 +379,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -396,7 +396,7 @@ notifiers { ...@@ -396,7 +396,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -404,7 +404,7 @@ notifiers { ...@@ -404,7 +404,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -416,13 +416,13 @@ notifiers { ...@@ -416,13 +416,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -430,7 +430,7 @@ notifiers { ...@@ -430,7 +430,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -449,13 +449,13 @@ notifiers { ...@@ -449,13 +449,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -463,7 +463,7 @@ notifiers { ...@@ -463,7 +463,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -482,13 +482,13 @@ notifiers { ...@@ -482,13 +482,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -496,7 +496,7 @@ notifiers { ...@@ -496,7 +496,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -509,13 +509,13 @@ notifiers { ...@@ -509,13 +509,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -523,7 +523,7 @@ notifiers { ...@@ -523,7 +523,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -536,13 +536,13 @@ notifiers { ...@@ -536,13 +536,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -550,7 +550,7 @@ notifiers { ...@@ -550,7 +550,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -563,7 +563,7 @@ notifiers { ...@@ -563,7 +563,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -738,7 +738,7 @@ notifiers { ...@@ -738,7 +738,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -746,7 +746,7 @@ notifiers { ...@@ -746,7 +746,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -758,13 +758,13 @@ notifiers { ...@@ -758,13 +758,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -772,7 +772,7 @@ notifiers { ...@@ -772,7 +772,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -783,13 +783,13 @@ notifiers { ...@@ -783,13 +783,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -797,7 +797,7 @@ notifiers { ...@@ -797,7 +797,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -808,13 +808,13 @@ notifiers { ...@@ -808,13 +808,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -822,7 +822,7 @@ notifiers { ...@@ -822,7 +822,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -834,13 +834,13 @@ notifiers { ...@@ -834,13 +834,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -848,7 +848,7 @@ notifiers { ...@@ -848,7 +848,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -860,13 +860,13 @@ notifiers { ...@@ -860,13 +860,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -874,7 +874,7 @@ notifiers { ...@@ -874,7 +874,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -886,13 +886,13 @@ notifiers { ...@@ -886,13 +886,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -900,7 +900,7 @@ notifiers { ...@@ -900,7 +900,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -912,13 +912,13 @@ notifiers { ...@@ -912,13 +912,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -926,7 +926,7 @@ notifiers { ...@@ -926,7 +926,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -938,13 +938,13 @@ notifiers { ...@@ -938,13 +938,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -952,7 +952,7 @@ notifiers { ...@@ -952,7 +952,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -963,13 +963,13 @@ notifiers { ...@@ -963,13 +963,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -982,13 +982,13 @@ notifiers { ...@@ -982,13 +982,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -996,7 +996,7 @@ notifiers { ...@@ -996,7 +996,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1008,13 +1008,13 @@ notifiers { ...@@ -1008,13 +1008,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1022,7 +1022,7 @@ notifiers { ...@@ -1022,7 +1022,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1033,13 +1033,13 @@ notifiers { ...@@ -1033,13 +1033,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1047,7 +1047,7 @@ notifiers { ...@@ -1047,7 +1047,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1059,13 +1059,13 @@ notifiers { ...@@ -1059,13 +1059,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1073,7 +1073,7 @@ notifiers { ...@@ -1073,7 +1073,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1084,13 +1084,13 @@ notifiers { ...@@ -1084,13 +1084,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1098,7 +1098,7 @@ notifiers { ...@@ -1098,7 +1098,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1109,13 +1109,13 @@ notifiers { ...@@ -1109,13 +1109,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1123,7 +1123,7 @@ notifiers { ...@@ -1123,7 +1123,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1134,13 +1134,13 @@ notifiers { ...@@ -1134,13 +1134,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1148,7 +1148,7 @@ notifiers { ...@@ -1148,7 +1148,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1159,13 +1159,13 @@ notifiers { ...@@ -1159,13 +1159,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1173,7 +1173,7 @@ notifiers { ...@@ -1173,7 +1173,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -1185,13 +1185,13 @@ notifiers { ...@@ -1185,13 +1185,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1199,7 +1199,7 @@ notifiers { ...@@ -1199,7 +1199,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1211,13 +1211,13 @@ notifiers { ...@@ -1211,13 +1211,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1225,7 +1225,7 @@ notifiers { ...@@ -1225,7 +1225,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1236,13 +1236,13 @@ notifiers { ...@@ -1236,13 +1236,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1255,7 +1255,7 @@ notifiers { ...@@ -1255,7 +1255,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1268,7 +1268,7 @@ notifiers { ...@@ -1268,7 +1268,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1281,7 +1281,7 @@ notifiers { ...@@ -1281,7 +1281,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1289,7 +1289,7 @@ notifiers { ...@@ -1289,7 +1289,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1300,13 +1300,13 @@ notifiers { ...@@ -1300,13 +1300,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1314,7 +1314,7 @@ notifiers { ...@@ -1314,7 +1314,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1325,7 +1325,7 @@ notifiers { ...@@ -1325,7 +1325,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -1383,7 +1383,7 @@ notifiers { ...@@ -1383,7 +1383,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1396,13 +1396,13 @@ notifiers { ...@@ -1396,13 +1396,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1414,13 +1414,13 @@ notifiers { ...@@ -1414,13 +1414,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1433,13 +1433,13 @@ notifiers { ...@@ -1433,13 +1433,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1452,13 +1452,13 @@ notifiers { ...@@ -1452,13 +1452,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1466,7 +1466,7 @@ notifiers { ...@@ -1466,7 +1466,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -1478,13 +1478,13 @@ notifiers { ...@@ -1478,13 +1478,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1492,7 +1492,7 @@ notifiers { ...@@ -1492,7 +1492,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -1504,13 +1504,13 @@ notifiers { ...@@ -1504,13 +1504,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1522,13 +1522,13 @@ notifiers { ...@@ -1522,13 +1522,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1540,13 +1540,13 @@ notifiers { ...@@ -1540,13 +1540,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1558,13 +1558,13 @@ notifiers { ...@@ -1558,13 +1558,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1576,13 +1576,13 @@ notifiers { ...@@ -1576,13 +1576,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1594,13 +1594,13 @@ notifiers { ...@@ -1594,13 +1594,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1612,13 +1612,13 @@ notifiers { ...@@ -1612,13 +1612,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1630,13 +1630,13 @@ notifiers { ...@@ -1630,13 +1630,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1644,7 +1644,7 @@ notifiers { ...@@ -1644,7 +1644,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -1656,7 +1656,7 @@ notifiers { ...@@ -1656,7 +1656,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -1847,7 +1847,7 @@ notifiers { ...@@ -1847,7 +1847,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1860,13 +1860,13 @@ notifiers { ...@@ -1860,13 +1860,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1879,13 +1879,13 @@ notifiers { ...@@ -1879,13 +1879,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1898,13 +1898,13 @@ notifiers { ...@@ -1898,13 +1898,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1916,7 +1916,7 @@ notifiers { ...@@ -1916,7 +1916,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -1935,7 +1935,7 @@ notifiers { ...@@ -1935,7 +1935,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1947,7 +1947,7 @@ notifiers { ...@@ -1947,7 +1947,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -1979,7 +1979,7 @@ notifiers { ...@@ -1979,7 +1979,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -1992,13 +1992,13 @@ notifiers { ...@@ -1992,13 +1992,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2011,13 +2011,13 @@ notifiers { ...@@ -2011,13 +2011,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2030,13 +2030,13 @@ notifiers { ...@@ -2030,13 +2030,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2049,13 +2049,13 @@ notifiers { ...@@ -2049,13 +2049,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2067,13 +2067,13 @@ notifiers { ...@@ -2067,13 +2067,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2081,7 +2081,7 @@ notifiers { ...@@ -2081,7 +2081,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "chrome-gpu-build-failures@google.com" recipients: "chrome-gpu-build-failures@google.com"
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/grotation:chrome-gpu-pixel-wrangling"
...@@ -2093,13 +2093,13 @@ notifiers { ...@@ -2093,13 +2093,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2111,13 +2111,13 @@ notifiers { ...@@ -2111,13 +2111,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2129,13 +2129,13 @@ notifiers { ...@@ -2129,13 +2129,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2147,13 +2147,13 @@ notifiers { ...@@ -2147,13 +2147,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2166,13 +2166,13 @@ notifiers { ...@@ -2166,13 +2166,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2185,13 +2185,13 @@ notifiers { ...@@ -2185,13 +2185,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2204,7 +2204,7 @@ notifiers { ...@@ -2204,7 +2204,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -2350,7 +2350,7 @@ notifiers { ...@@ -2350,7 +2350,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2363,13 +2363,13 @@ notifiers { ...@@ -2363,13 +2363,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2382,7 +2382,7 @@ notifiers { ...@@ -2382,7 +2382,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -2440,7 +2440,7 @@ notifiers { ...@@ -2440,7 +2440,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2453,7 +2453,7 @@ notifiers { ...@@ -2453,7 +2453,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -2507,7 +2507,7 @@ notifiers { ...@@ -2507,7 +2507,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2520,13 +2520,13 @@ notifiers { ...@@ -2520,13 +2520,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2539,13 +2539,13 @@ notifiers { ...@@ -2539,13 +2539,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2558,13 +2558,13 @@ notifiers { ...@@ -2558,13 +2558,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2577,13 +2577,13 @@ notifiers { ...@@ -2577,13 +2577,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2596,13 +2596,13 @@ notifiers { ...@@ -2596,13 +2596,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2615,13 +2615,13 @@ notifiers { ...@@ -2615,13 +2615,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2634,13 +2634,13 @@ notifiers { ...@@ -2634,13 +2634,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2653,13 +2653,13 @@ notifiers { ...@@ -2653,13 +2653,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -2753,7 +2753,7 @@ notifiers { ...@@ -2753,7 +2753,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -2777,7 +2777,7 @@ notifiers { ...@@ -2777,7 +2777,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2785,7 +2785,7 @@ notifiers { ...@@ -2785,7 +2785,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -2804,13 +2804,13 @@ notifiers { ...@@ -2804,13 +2804,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2823,13 +2823,13 @@ notifiers { ...@@ -2823,13 +2823,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2842,7 +2842,7 @@ notifiers { ...@@ -2842,7 +2842,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -2861,7 +2861,7 @@ notifiers { ...@@ -2861,7 +2861,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2874,13 +2874,13 @@ notifiers { ...@@ -2874,13 +2874,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2893,7 +2893,7 @@ notifiers { ...@@ -2893,7 +2893,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -2913,7 +2913,7 @@ notifiers { ...@@ -2913,7 +2913,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2926,13 +2926,13 @@ notifiers { ...@@ -2926,13 +2926,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2940,7 +2940,7 @@ notifiers { ...@@ -2940,7 +2940,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -2952,13 +2952,13 @@ notifiers { ...@@ -2952,13 +2952,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -2966,7 +2966,7 @@ notifiers { ...@@ -2966,7 +2966,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -2978,7 +2978,7 @@ notifiers { ...@@ -2978,7 +2978,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -2997,7 +2997,7 @@ notifiers { ...@@ -2997,7 +2997,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3010,13 +3010,13 @@ notifiers { ...@@ -3010,13 +3010,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3029,13 +3029,13 @@ notifiers { ...@@ -3029,13 +3029,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3043,7 +3043,7 @@ notifiers { ...@@ -3043,7 +3043,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -3055,13 +3055,13 @@ notifiers { ...@@ -3055,13 +3055,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3074,20 +3074,20 @@ notifiers { ...@@ -3074,20 +3074,20 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "fwang@chromium.org" recipients: "fwang@chromium.org"
recipients: "maksim.sisov@chromium.org" recipients: "maksim.sisov@chromium.org"
...@@ -3135,7 +3135,7 @@ notifiers { ...@@ -3135,7 +3135,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3143,7 +3143,7 @@ notifiers { ...@@ -3143,7 +3143,7 @@ notifiers {
} }
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
recipients: "thomasanderson@chromium.org" recipients: "thomasanderson@chromium.org"
} }
...@@ -3155,13 +3155,13 @@ notifiers { ...@@ -3155,13 +3155,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3174,13 +3174,13 @@ notifiers { ...@@ -3174,13 +3174,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3193,13 +3193,13 @@ notifiers { ...@@ -3193,13 +3193,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3212,7 +3212,7 @@ notifiers { ...@@ -3212,7 +3212,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -3271,7 +3271,7 @@ notifiers { ...@@ -3271,7 +3271,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3284,13 +3284,13 @@ notifiers { ...@@ -3284,13 +3284,13 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3303,7 +3303,7 @@ notifiers { ...@@ -3303,7 +3303,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
notifiers { notifiers {
...@@ -3361,7 +3361,7 @@ notifiers { ...@@ -3361,7 +3361,7 @@ notifiers {
notifiers { notifiers {
notifications { notifications {
on_occurrence: FAILURE on_occurrence: FAILURE
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
email { email {
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff" rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
} }
...@@ -3374,7 +3374,7 @@ notifiers { ...@@ -3374,7 +3374,7 @@ notifiers {
} }
tree_closers { tree_closers {
tree_status_host: "chromium-status.appspot.com" tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update)\\b" failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
} }
} }
tree_closing_enabled: true tree_closing_enabled: true
...@@ -65,6 +65,7 @@ TREE_CLOSING_STEPS_REGEXP = "\\b({})\\b".format("|".join([ ...@@ -65,6 +65,7 @@ TREE_CLOSING_STEPS_REGEXP = "\\b({})\\b".format("|".join([
"gclient runhooks", "gclient runhooks",
"runhooks", "runhooks",
"update", "update",
"\\w*nocompile_test",
])) ]))
# This results in a notifier with no recipients, so nothing will actually be # This results in a notifier with no recipients, so nothing will actually be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment