Commit 30968a6d authored by Mathias Carlen's avatar Mathias Carlen Committed by Commit Bot

Add linux-autofill-assistant try bot

This trybot runs linux browser_tests and unit_tests with the
enable_autofill_assistant_api build flag set.

Bug: b/152289442
Change-Id: Iee527fe0d0f7813830e2d1d4ec7b27cf08835913
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124253
Commit-Queue: Mathias Carlen <mcarlen@chromium.org>
Reviewed-by: default avatarAaron Gable <agable@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754843}
parent 7260585e
......@@ -445,6 +445,10 @@ try_.chromium_linux_builder(
name = 'linux-layout-tests-edit-ng',
)
try_.chromium_linux_builder(
name = 'linux-autofill-assistant',
)
try_.chromium_linux_builder(
name = 'linux-layout-tests-fragment-item',
)
......
......@@ -99,6 +99,7 @@ luci.list_view(
'try/gpu-try-mac-amd-retina-dbg',
'try/gpu-try-mac-intel-dbg',
'try/linux-angle-rel',
'try/linux-autofill-assistant',
'try/linux-blink-heap-concurrent-marking-tsan-rel',
'try/linux-blink-heap-verification-try',
'try/linux-chromeos-rel',
......
......@@ -29,6 +29,7 @@ luci.list_view(
'try/layout_test_leak_detection',
'try/leak_detection_linux',
'try/linux-annotator-rel',
'try/linux-autofill-assistant',
'try/linux-bfcache-rel',
'try/linux-dcheck-off-rel',
'try/linux-gcc-rel',
......
......@@ -715,6 +715,10 @@ config_groups: <
name: "chromium/try/linux-annotator-rel"
includable_only: true
>
builders: <
name: "chromium/try/linux-autofill-assistant"
includable_only: true
>
builders: <
name: "chromium/try/linux-bfcache-rel"
includable_only: true
......
......@@ -15931,6 +15931,35 @@ buckets: <
value: 5
>
>
builders: <
name: "linux-autofill-assistant"
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:{\"enable_ats\":true,\"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-bfcache-rel"
swarming_host: "chromium-swarm.appspot.com"
......
......@@ -10264,6 +10264,9 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/linux-angle-rel"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-autofill-assistant"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-blink-heap-concurrent-marking-tsan-rel"
>
......@@ -13142,6 +13145,9 @@ consoles: <
builders: <
name: "buildbucket/luci.chromium.try/linux-annotator-rel"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-autofill-assistant"
>
builders: <
name: "buildbucket/luci.chromium.try/linux-bfcache-rel"
>
......
......@@ -184,6 +184,11 @@
}
]
},
"linux-autofill-assistant": {
"additional_compile_targets": [
"browser_tests"
]
},
"linux-layout-tests-edit-ng": {
"additional_compile_targets": [
"blink_tests"
......
......@@ -294,6 +294,11 @@
'shards': 1,
},
},
'linux-autofill-assistant': {
'args': [
'--release',
],
},
'linux-bfcache-rel': {
'args': [
'--additional-driver-flag=--enable-features=BackForwardCache',
......
{
"AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
"AAAAA2 See generate_buildbot_json.py to make changes": {},
"linux-autofill-assistant": {
"additional_compile_targets": [
"browser_tests"
]
},
"linux-layout-tests-edit-ng": {
"additional_compile_targets": [
"blink_tests"
......
......@@ -5066,6 +5066,14 @@
'name': 'tryserver.chromium.linux',
'mixins': ['chromium-tester-service-account'],
'machines': {
'linux-autofill-assistant': {
'additional_compile_targets': [
'browser_tests',
],
'mixins': [
'linux-xenial',
],
},
'linux-layout-tests-edit-ng': {
'additional_compile_targets': [
'blink_tests',
......
......@@ -819,6 +819,7 @@
'layout_test_leak_detection': 'release_trybot',
'leak_detection_linux': 'release_trybot',
'linux-annotator-rel': 'release_trybot',
'linux-autofill-assistant': 'autofill_assistant_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-rel': 'release_bot',
......@@ -1368,6 +1369,10 @@
'asan', 'lsan', 'release_trybot',
],
'autofill_assistant_release_trybot': [
'autofill_assistant_api', 'release_trybot',
],
# Cast Linux takes very long in linking, possibly due to being on GCE
# (crbug/794423).
'cast_release_bot': [
......@@ -2240,6 +2245,10 @@
'gn_args': 'is_asan=true',
},
'autofill_assistant_api': {
'gn_args': 'enable_autofill_assistant_api=true',
},
'betty': {
'args_file': '//build/args/chromeos/betty.gni',
},
......
......@@ -1358,6 +1358,7 @@
'leak_detection_linux': 'release_trybot',
'linux-angle-rel': 'gpu_fyi_tests_release_trybot',
'linux-annotator-rel': 'release_trybot',
'linux-autofill-assistant': 'autofill_assistant_release_trybot',
'linux-bfcache-rel': 'release_bot',
'linux-blink-heap-concurrent-marking-tsan-rel': 'release_trybot_tsan',
'linux-blink-heap-verification-try': 'release_trybot_enable_blink_heap_verification',
......@@ -1990,6 +1991,10 @@
'lsan',
'release_trybot'
],
'autofill_assistant_release_trybot': [
'autofill_assistant_api',
'release_trybot'
],
'cast_release_bot': [
'cast',
'release_bot',
......@@ -2735,7 +2740,7 @@
'chrome_with_codecs'
],
'release_bot_minimal_symbols_no_nacl': [
'release_bot',
'release_bot',
'minimal_symbols',
'disable_nacl',
],
......@@ -2891,6 +2896,10 @@
'gn_args': 'is_asan=true'
},
'autofill_assistant_api': {
'gn_args': 'enable_autofill_assistant_api=true',
},
'cast': {
'gn_args': 'is_chromecast=true'
},
......
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