Commit 038179ab authored by Arthur Wang's avatar Arthur Wang Committed by Commit Bot

Create two trybot: android-bfcache-debug and linux-bfcache-debug

R=anushruth@chromium.org, bpastene@chromium.org, gbeaty@chromium.org

Bug: 1015440
Change-Id: Ic5f7739fc9ee6efbc4f710f7301c82b3746ca945
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910679
Commit-Queue: Arthur Wang <wuwang@google.com>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarGarrett Beaty <gbeaty@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720660}
parent aca1fccf
......@@ -91,6 +91,10 @@ def android_builder(*, name, **kwargs):
**kwargs
)
android_builder(
name = 'android-bfcache-debug',
)
android_builder(
name = 'android-binary-size',
executable = luci.recipe(name = 'binary_size_trybot'),
......@@ -1111,6 +1115,10 @@ linux_builder(
name = 'linux-annotator-rel',
)
linux_builder(
name = 'linux-bfcache-debug',
)
linux_builder(
name = 'linux-blink-heap-concurrent-marking-tsan-rel',
)
......
luci.list_view(
name = 'tryserver.chromium.android',
entries = [
'try/android-bfcache-debug',
'try/android-opus-kitkat-arm-rel',
'try/android_archive_rel_ng',
'try/android-binary-size',
......
......@@ -28,6 +28,7 @@ luci.list_view(
'try/layout_test_leak_detection',
'try/leak_detection_linux',
'try/linux-annotator-rel',
'try/linux-bfcache-debug',
'try/linux-dcheck-off-rel',
'try/linux-gcc-rel',
'try/linux-libfuzzer-asan-rel',
......
......@@ -10303,6 +10303,35 @@ buckets: <
group: "service-account-cq"
>
swarming: <
builders: <
name: "android-bfcache-debug"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "ssd:0"
recipe: <
name: "chromium_trybot"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.android\""
>
execution_timeout_secs: 14400
expiration_secs: 7200
caches: <
name: "win_toolchain"
path: "win_toolchain"
>
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage: <
value: 5
>
>
builders: <
name: "android-binary-size"
swarming_host: "chromium-swarm.appspot.com"
......@@ -14318,6 +14347,35 @@ buckets: <
value: 5
>
>
builders: <
name: "linux-bfcache-debug"
swarming_host: "chromium-swarm.appspot.com"
swarming_tags: "vpython:native-python-wrapper"
dimensions: "builderless:1"
dimensions: "cores:8"
dimensions: "cpu:x86-64"
dimensions: "os:Ubuntu-16.04"
dimensions: "ssd:0"
recipe: <
name: "chromium_trybot"
cipd_package: "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build"
cipd_version: "refs/heads/master"
properties_j: "$build/goma:{\"rpc_extra_params\":\"?prod\",\"server_host\":\"goma.chromium.org\"}"
properties_j: "$kitchen:{\"devshell\":true,\"git_auth\":true}"
properties_j: "mastername:\"tryserver.chromium.linux\""
>
execution_timeout_secs: 14400
expiration_secs: 7200
caches: <
name: "win_toolchain"
path: "win_toolchain"
>
build_numbers: YES
service_account: "chromium-try-builder@chops-service-accounts.iam.gserviceaccount.com"
task_template_canary_percentage: <
value: 5
>
>
builders: <
name: "linux-blink-heap-concurrent-marking-tsan-rel"
swarming_host: "chromium-swarm.appspot.com"
......
......@@ -11673,6 +11673,9 @@ consoles: <
consoles: <
id: "tryserver.chromium.android"
name: "tryserver.chromium.android"
builders: <
name: "buildbucket/luci.chromium.try/android-bfcache-debug"
>
builders: <
name: "buildbucket/luci.chromium.try/android-opus-kitkat-arm-rel"
>
......@@ -11961,6 +11964,9 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/linux-annotator-rel"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-bfcache-debug"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-dcheck-off-rel"
>
......
......@@ -666,6 +666,7 @@
},
'tryserver.chromium.android': {
'android-bfcache-debug': 'android_debug_static_bot',
'android-opus-kitkat-arm-rel': 'android_release_trybot',
# TODO(crbug/597596): Switch this back to debug_trybot when cronet's
# shared library loading is fixed.
......@@ -810,6 +811,7 @@
'linux-annotator-rel': 'release_trybot',
'linux-blink-heap-concurrent-marking-tsan-rel': 'release_trybot_tsan',
'linux-blink-heap-verification-try': 'release_trybot_enable_blink_heap_verification',
'linux-bfcache-debug': 'debug_bot',
'linux-clang-tidy-dbg': 'debug_trybot',
'linux-clang-tidy-rel': 'release_trybot',
'linux-dcheck-off-rel': 'release_trybot_dcheck_off',
......
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