Enable sheriff and tree_closing for "ci/android-13-x64-rel"
The CI builder has been quite stable in the past 30ish builds, from 6342 to 6370, despite the latest failures in content_browsertests which is reverting in https://crrev.com/c/5539837 Bug: 40886566 Change-Id: Ic3ee61ed38fc4cbe1acc2b3b6dcd81c5d8797d67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5542324 Reviewed-by: Andrew Grieve <agrieve@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/main@{#1301604}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
0a4f2f57e4
commit
d80d105c94
infra/config
generated
builders
ci
android-13-x64-rel
cq-usage
luci
sheriff-rotations
subprojects
chromium
@ -77,5 +77,8 @@
|
||||
]
|
||||
},
|
||||
"builder_group": "chromium.android",
|
||||
"recipe": "chromium"
|
||||
"recipe": "chromium",
|
||||
"sheriff_rotations": [
|
||||
"android"
|
||||
]
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
chromium/try/android-10-arm64-rel
|
||||
chromium/try/android-12-x64-rel
|
||||
chromium/try/android-12l-x64-dbg
|
||||
chromium/try/android-13-x64-rel
|
||||
chromium/try/android-arm-compile-dbg
|
||||
chromium/try/android-arm64-all-targets-dbg
|
||||
chromium/try/android-arm64-rel
|
||||
|
@ -31431,7 +31431,10 @@ buckets {
|
||||
' },'
|
||||
' "builder_group": "chromium.android",'
|
||||
' "led_builder_is_bootstrapped": true,'
|
||||
' "recipe": "chromium"'
|
||||
' "recipe": "chromium",'
|
||||
' "sheriff_rotations": ['
|
||||
' "android"'
|
||||
' ]'
|
||||
'}'
|
||||
execution_timeout_secs: 14400
|
||||
build_numbers: YES
|
||||
|
@ -1877,6 +1877,25 @@ notifiers {
|
||||
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
|
||||
}
|
||||
}
|
||||
notifiers {
|
||||
notifications {
|
||||
on_occurrence: FAILURE
|
||||
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
|
||||
email {
|
||||
rotation_urls: "https://chrome-ops-rotation-proxy.appspot.com/current/oncallator:chrome-build-sheriff"
|
||||
}
|
||||
template: "tree_closure_email_template"
|
||||
}
|
||||
builders {
|
||||
bucket: "ci"
|
||||
name: "android-13-x64-rel"
|
||||
repository: "https://chromium.googlesource.com/chromium/src"
|
||||
}
|
||||
tree_closers {
|
||||
tree_status_host: "chromium-status.appspot.com"
|
||||
failed_step_regexp: "\\b(bot_update|compile|gclient runhooks|runhooks|update|\\w*nocompile_test)\\b"
|
||||
}
|
||||
}
|
||||
notifiers {
|
||||
notifications {
|
||||
on_new_status: FAILURE
|
||||
|
@ -12,6 +12,7 @@ ci/Deterministic Android (dbg)
|
||||
ci/android-10-arm64-rel
|
||||
ci/android-12-x64-rel
|
||||
ci/android-12l-x64-dbg-tests
|
||||
ci/android-13-x64-rel
|
||||
ci/android-androidx-packager
|
||||
ci/android-bfcache-rel
|
||||
ci/android-binary-size-generator
|
||||
|
@ -2301,10 +2301,7 @@ ci.builder(
|
||||
"webview_shell",
|
||||
],
|
||||
),
|
||||
# TODO(crbug.com/40886566): Enable sheriff once tests are stable
|
||||
sheriff_rotations = args.ignore_default(None),
|
||||
# TODO(crbug.com/40886566): Enable tree_closing once compile are stable
|
||||
#tree_closing = True,
|
||||
tree_closing = True,
|
||||
console_view_entry = consoles.console_view_entry(
|
||||
category = "builder_tester|x64",
|
||||
short_name = "13",
|
||||
|
Reference in New Issue
Block a user