Commit 809d6825 authored by Owen Rodley's avatar Owen Rodley Committed by Commit Bot

Add tree closing configs for 'chromium' builders.

Forgot to do this before enabling tree closing...

Bug: 1094768
Change-Id: I18cc98051471cdeadbda8540196ee9ef725b40e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294739
Commit-Queue: Owen Rodley <orodley@chromium.org>
Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
Auto-Submit: Owen Rodley <orodley@chromium.org>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#787660}
parent 42fe534e
......@@ -1993,6 +1993,42 @@ notifiers {
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
builders {
bucket: "ci"
name: "android-archive-dbg"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
builders {
bucket: "ci"
name: "android-archive-rel"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_change: true
......@@ -2475,6 +2511,31 @@ notifiers {
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
builders {
bucket: "ci"
name: "linux-archive-dbg"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
......@@ -2487,6 +2548,10 @@ notifiers {
name: "linux-archive-rel"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
......@@ -2671,6 +2736,42 @@ notifiers {
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
builders {
bucket: "ci"
name: "mac-archive-dbg"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
builders {
bucket: "ci"
name: "mac-archive-rel"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_new_status: FAILURE
......@@ -2685,6 +2786,24 @@ notifiers {
repository: "https://chromium.googlesource.com/chromium/src"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
builders {
bucket: "ci"
name: "win-archive-rel"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
......@@ -2703,6 +2822,24 @@ notifiers {
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
email {
recipients: "orodley+test-tree-closing-notifier@chromium.org"
}
}
builders {
bucket: "ci"
name: "win32-archive-rel"
repository: "https://chromium.googlesource.com/chromium/src"
}
tree_closers {
tree_status_host: "chromium-status.appspot.com"
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update"
}
}
notifiers {
notifications {
on_occurrence: FAILURE
......
......@@ -535,11 +535,12 @@ def android_fyi_builder(*, name, **kwargs):
)
def chromium_builder(*, name, **kwargs):
def chromium_builder(*, name, tree_closing=True, **kwargs):
return ci_builder(
name = name,
goma_backend = builders.goma.backend.RBE_PROD,
mastername = 'chromium',
tree_closing = tree_closing,
**kwargs
)
......
......@@ -476,6 +476,7 @@ ci.chromium_builder(
short_name = 'off',
),
cores = 32,
tree_closing = False,
)
ci.chromium_builder(
......@@ -489,6 +490,7 @@ ci.chromium_builder(
# TODO: Change this back down to something reasonable once these builders
# have populated their cached by getting through the compile step
execution_timeout = 10 * time.hour,
tree_closing = False,
)
ci.chromium_builder(
......@@ -504,6 +506,7 @@ ci.chromium_builder(
# TODO: Change this back down to something reasonable once these builders
# have populated their cached by getting through the compile step
execution_timeout = 10 * time.hour,
tree_closing = False,
)
ci.chromium_builder(
......@@ -518,6 +521,7 @@ ci.chromium_builder(
cores = 32,
os = os.WINDOWS_DEFAULT,
execution_timeout = 4 * time.hour,
tree_closing = False,
)
ci.chromium_builder(
......@@ -532,6 +536,7 @@ ci.chromium_builder(
cores = 32,
os = os.WINDOWS_DEFAULT,
execution_timeout = 5 * time.hour,
tree_closing = False,
)
ci.chromiumos_builder(
......
......@@ -482,6 +482,7 @@ ci.chromium_builder(
cores = 32,
main_console_view = 'main',
os = os.WINDOWS_DEFAULT,
tree_closing = False,
)
ci.chromium_builder(
......@@ -504,6 +505,7 @@ ci.chromium_builder(
cores = 32,
main_console_view = 'main',
os = os.WINDOWS_DEFAULT,
tree_closing = False,
)
ci.chromium_builder(
......
......@@ -230,6 +230,7 @@ ci.chromium_builder(
# TODO: Change this back down to something reasonable once these builders
# have populated their cached by getting through the compile step
execution_timeout = 6 * time.hour,
tree_closing = False,
)
ci.chromium_builder(
......@@ -245,6 +246,7 @@ ci.chromium_builder(
# TODO: Change this back down to something reasonable once these builders
# have populated their cached by getting through the compile step
execution_timeout = 10 * time.hour,
tree_closing = False,
)
ci.chromium_builder(
......@@ -260,6 +262,7 @@ ci.chromium_builder(
# TODO: Change this back down to something reasonable once these builders
# have populated their cached by getting through the compile step
execution_timeout = 10 * time.hour,
tree_closing = False,
)
ci.chromiumos_builder(
......
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