Add LUCI, mb, and test configs for android-12-x64-rel
This is a production version of the FYI builder android-12-x64-fyi-rel with the following differences: 1. The trybot is migrated to orchestrator (pool already allocated). 2. chrome_public_test_apk is marked as ci_only and experimental. The FYI builder's mb & test configs are removed, and LUCI config is kept so that the build links in the related bugs are accessible. Bug: 1225851 Change-Id: I59be4a8f32caebe9449373296d1257b42139079a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3496937 Reviewed-by: Erik Staab <estaab@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/main@{#977015}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
5a2e973e6a
commit
2a55a45d52
docs
infra/config
generated
builders
ci
try
luci
subprojects
testing/buildbot
tools/mb
@@ -34,15 +34,15 @@ tools/android/avd/avd.py list
|
|||||||
| `generic_android29.textpb` | 10 (Q) | google_apis | N/A |
|
| `generic_android29.textpb` | 10 (Q) | google_apis | N/A |
|
||||||
| `generic_android30.textpb` | 11 (R) | google_apis | [android-11-x86-rel][android-11-x86-rel] |
|
| `generic_android30.textpb` | 11 (R) | google_apis | [android-11-x86-rel][android-11-x86-rel] |
|
||||||
| `generic_playstore_android30.textpb` | 11 (R) | google_apis_playstore | [android-11-x86-rel][android-11-x86-rel] |
|
| `generic_playstore_android30.textpb` | 11 (R) | google_apis_playstore | [android-11-x86-rel][android-11-x86-rel] |
|
||||||
| `generic_android31.textpb` | 12 (S) | google_apis | [android-12-x64-fyi-rel][android-12-x64-fyi-rel] |
|
| `generic_android31.textpb` | 12 (S) | google_apis | [android-12-x64-rel][android-12-x64-rel] |
|
||||||
| `generic_playstore_android31.textpb` | 12 (S) | google_apis_playstore | [android-12-x64-fyi-rel][android-12-x64-fyi-rel] |
|
| `generic_playstore_android31.textpb` | 12 (S) | google_apis_playstore | [android-12-x64-rel][android-12-x64-rel] |
|
||||||
|
|
||||||
You can use these configuration files to run the same emulator images locally.
|
You can use these configuration files to run the same emulator images locally.
|
||||||
|
|
||||||
[android-marshmallow-x86-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-marshmallow-x86-rel
|
[android-marshmallow-x86-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-marshmallow-x86-rel
|
||||||
[android-pie-x86-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-pie-x86-rel
|
[android-pie-x86-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-pie-x86-rel
|
||||||
[android-11-x86-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-11-x86-rel
|
[android-11-x86-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-11-x86-rel
|
||||||
[android-12-x64-fyi-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-12-x64-fyi-rel
|
[android-12-x64-rel]: https://ci.chromium.org/p/chromium/builders/ci/android-12-x64-rel
|
||||||
|
|
||||||
#### Prerequisite
|
#### Prerequisite
|
||||||
|
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
{
|
{
|
||||||
"$build/reclient": {
|
"$build/goma": {
|
||||||
"instance": "rbe-chromium-trusted",
|
"enable_ats": true,
|
||||||
"jobs": 250,
|
"rpc_extra_params": "?prod",
|
||||||
"metrics_project": "chromium-reclient-metrics"
|
"server_host": "goma.chromium.org",
|
||||||
|
"use_luci_auth": true
|
||||||
},
|
},
|
||||||
"$recipe_engine/resultdb/test_presentation": {
|
"$recipe_engine/resultdb/test_presentation": {
|
||||||
"column_keys": [],
|
"column_keys": [],
|
||||||
|
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"$build/reclient": {
|
||||||
|
"instance": "rbe-chromium-trusted",
|
||||||
|
"jobs": 500,
|
||||||
|
"metrics_project": "chromium-reclient-metrics"
|
||||||
|
},
|
||||||
|
"$recipe_engine/resultdb/test_presentation": {
|
||||||
|
"column_keys": [],
|
||||||
|
"grouping_keys": [
|
||||||
|
"status",
|
||||||
|
"v.test_suite"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"builder_group": "chromium.android",
|
||||||
|
"recipe": "chromium",
|
||||||
|
"sheriff_rotations": [
|
||||||
|
"android"
|
||||||
|
]
|
||||||
|
}
|
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$build/goma": {
|
"$build/goma": {
|
||||||
"enable_ats": true,
|
"enable_ats": true,
|
||||||
|
"jobs": 300,
|
||||||
"rpc_extra_params": "?prod",
|
"rpc_extra_params": "?prod",
|
||||||
"server_host": "goma.chromium.org",
|
"server_host": "goma.chromium.org",
|
||||||
"use_luci_auth": true
|
"use_luci_auth": true
|
||||||
@@ -13,5 +14,9 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"builder_group": "tryserver.chromium.android",
|
"builder_group": "tryserver.chromium.android",
|
||||||
"recipe": "chromium_trybot"
|
"orchestrator": {
|
||||||
|
"builder_group": "tryserver.chromium.android",
|
||||||
|
"builder_name": "android-12-x64-rel"
|
||||||
|
},
|
||||||
|
"recipe": "chromium/compilator"
|
||||||
}
|
}
|
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"$build/chromium_orchestrator": {
|
||||||
|
"compilator": "android-12-x64-rel-compilator",
|
||||||
|
"compilator_watcher_git_revision": "c49f1d02dec735eb0e8f03121d3fab2840c2c954"
|
||||||
|
},
|
||||||
|
"$recipe_engine/resultdb/test_presentation": {
|
||||||
|
"column_keys": [],
|
||||||
|
"grouping_keys": [
|
||||||
|
"status",
|
||||||
|
"v.test_suite"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"builder_group": "tryserver.chromium.android",
|
||||||
|
"recipe": "chromium/orchestrator"
|
||||||
|
}
|
@@ -285,7 +285,11 @@ config_groups {
|
|||||||
includable_only: true
|
includable_only: true
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "chromium/try/android-12-x64-fyi-rel"
|
name: "chromium/try/android-12-x64-rel"
|
||||||
|
includable_only: true
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "chromium/try/android-12-x64-rel-compilator"
|
||||||
includable_only: true
|
includable_only: true
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
|
@@ -22426,7 +22426,89 @@ buckets {
|
|||||||
' "led_builder_is_bootstrapped": true,'
|
' "led_builder_is_bootstrapped": true,'
|
||||||
' "recipe": "chromium"'
|
' "recipe": "chromium"'
|
||||||
'}'
|
'}'
|
||||||
execution_timeout_secs: 21600
|
execution_timeout_secs: 10800
|
||||||
|
build_numbers: YES
|
||||||
|
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
|
experiments {
|
||||||
|
key: "luci.recipes.use_python3"
|
||||||
|
value: 100
|
||||||
|
}
|
||||||
|
resultdb {
|
||||||
|
enable: true
|
||||||
|
bq_exports {
|
||||||
|
project: "chrome-luci-data"
|
||||||
|
dataset: "chromium"
|
||||||
|
table: "ci_test_results"
|
||||||
|
test_results {}
|
||||||
|
}
|
||||||
|
bq_exports {
|
||||||
|
project: "chrome-luci-data"
|
||||||
|
dataset: "chromium"
|
||||||
|
table: "gpu_ci_test_results"
|
||||||
|
test_results {
|
||||||
|
predicate {
|
||||||
|
test_id_regexp: "ninja://chrome/test:telemetry_gpu_integration_test[^/]*/.+"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
bq_exports {
|
||||||
|
project: "chrome-luci-data"
|
||||||
|
dataset: "chromium"
|
||||||
|
table: "blink_web_tests_ci_test_results"
|
||||||
|
test_results {
|
||||||
|
predicate {
|
||||||
|
test_id_regexp: "ninja://[^/]*blink_web_tests/.+"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
history_options {
|
||||||
|
use_invocation_timestamp: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "android-12-x64-rel"
|
||||||
|
swarming_host: "chromium-swarm.appspot.com"
|
||||||
|
dimensions: "builderless:1"
|
||||||
|
dimensions: "cores:8"
|
||||||
|
dimensions: "cpu:x86-64"
|
||||||
|
dimensions: "os:Ubuntu-18.04"
|
||||||
|
dimensions: "pool:luci.chromium.ci"
|
||||||
|
dimensions: "ssd:0"
|
||||||
|
exe {
|
||||||
|
cipd_package: "infra/chromium/bootstrapper/${platform}"
|
||||||
|
cipd_version: "latest"
|
||||||
|
cmd: "bootstrapper"
|
||||||
|
}
|
||||||
|
properties:
|
||||||
|
'{'
|
||||||
|
' "$bootstrap/exe": {'
|
||||||
|
' "exe": {'
|
||||||
|
' "cipd_package": "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build",'
|
||||||
|
' "cipd_version": "refs/heads/main",'
|
||||||
|
' "cmd": ['
|
||||||
|
' "luciexe"'
|
||||||
|
' ]'
|
||||||
|
' }'
|
||||||
|
' },'
|
||||||
|
' "$bootstrap/properties": {'
|
||||||
|
' "properties_file": "infra/config/generated/builders/ci/android-12-x64-rel/properties.json",'
|
||||||
|
' "top_level_project": {'
|
||||||
|
' "ref": "refs/heads/main",'
|
||||||
|
' "repo": {'
|
||||||
|
' "host": "chromium.googlesource.com",'
|
||||||
|
' "project": "chromium/src"'
|
||||||
|
' }'
|
||||||
|
' }'
|
||||||
|
' },'
|
||||||
|
' "builder_group": "chromium.android",'
|
||||||
|
' "led_builder_is_bootstrapped": true,'
|
||||||
|
' "recipe": "chromium",'
|
||||||
|
' "sheriff_rotations": ['
|
||||||
|
' "android"'
|
||||||
|
' ]'
|
||||||
|
'}'
|
||||||
|
execution_timeout_secs: 14400
|
||||||
build_numbers: YES
|
build_numbers: YES
|
||||||
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_account: "chromium-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
experiments {
|
experiments {
|
||||||
@@ -47054,14 +47136,13 @@ buckets {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "android-12-x64-fyi-rel"
|
name: "android-12-x64-rel"
|
||||||
swarming_host: "chromium-swarm.appspot.com"
|
swarming_host: "chromium-swarm.appspot.com"
|
||||||
dimensions: "builderless:1"
|
dimensions: "builder:android-12-x64-rel"
|
||||||
dimensions: "cores:8"
|
dimensions: "cores:4"
|
||||||
dimensions: "cpu:x86-64"
|
dimensions: "cpu:x86-64"
|
||||||
dimensions: "os:Ubuntu-18.04"
|
dimensions: "os:Ubuntu-18.04"
|
||||||
dimensions: "pool:luci.chromium.try"
|
dimensions: "pool:luci.chromium.try"
|
||||||
dimensions: "ssd:0"
|
|
||||||
exe {
|
exe {
|
||||||
cipd_package: "infra/chromium/bootstrapper/${platform}"
|
cipd_package: "infra/chromium/bootstrapper/${platform}"
|
||||||
cipd_version: "latest"
|
cipd_version: "latest"
|
||||||
@@ -47079,7 +47160,7 @@ buckets {
|
|||||||
' }'
|
' }'
|
||||||
' },'
|
' },'
|
||||||
' "$bootstrap/properties": {'
|
' "$bootstrap/properties": {'
|
||||||
' "properties_file": "infra/config/generated/builders/try/android-12-x64-fyi-rel/properties.json",'
|
' "properties_file": "infra/config/generated/builders/try/android-12-x64-rel/properties.json",'
|
||||||
' "top_level_project": {'
|
' "top_level_project": {'
|
||||||
' "ref": "refs/heads/main",'
|
' "ref": "refs/heads/main",'
|
||||||
' "repo": {'
|
' "repo": {'
|
||||||
@@ -47090,7 +47171,98 @@ buckets {
|
|||||||
' },'
|
' },'
|
||||||
' "builder_group": "tryserver.chromium.android",'
|
' "builder_group": "tryserver.chromium.android",'
|
||||||
' "led_builder_is_bootstrapped": true,'
|
' "led_builder_is_bootstrapped": true,'
|
||||||
' "recipe": "chromium_trybot"'
|
' "recipe": "chromium/orchestrator"'
|
||||||
|
'}'
|
||||||
|
execution_timeout_secs: 14400
|
||||||
|
expiration_secs: 7200
|
||||||
|
grace_period {
|
||||||
|
seconds: 120
|
||||||
|
}
|
||||||
|
caches {
|
||||||
|
name: "win_toolchain"
|
||||||
|
path: "win_toolchain"
|
||||||
|
}
|
||||||
|
build_numbers: YES
|
||||||
|
service_account: "chromium-orchestrator@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
|
task_template_canary_percentage {
|
||||||
|
value: 5
|
||||||
|
}
|
||||||
|
experiments {
|
||||||
|
key: "luci.recipes.use_python3"
|
||||||
|
value: 100
|
||||||
|
}
|
||||||
|
resultdb {
|
||||||
|
enable: true
|
||||||
|
bq_exports {
|
||||||
|
project: "chrome-luci-data"
|
||||||
|
dataset: "chromium"
|
||||||
|
table: "try_test_results"
|
||||||
|
test_results {}
|
||||||
|
}
|
||||||
|
bq_exports {
|
||||||
|
project: "chrome-luci-data"
|
||||||
|
dataset: "chromium"
|
||||||
|
table: "gpu_try_test_results"
|
||||||
|
test_results {
|
||||||
|
predicate {
|
||||||
|
test_id_regexp: "ninja://chrome/test:telemetry_gpu_integration_test[^/]*/.+"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
bq_exports {
|
||||||
|
project: "chrome-luci-data"
|
||||||
|
dataset: "chromium"
|
||||||
|
table: "blink_web_tests_try_test_results"
|
||||||
|
test_results {
|
||||||
|
predicate {
|
||||||
|
test_id_regexp: "ninja://[^/]*blink_web_tests/.+"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
history_options {
|
||||||
|
use_invocation_timestamp: true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
description_html: "This is the orchestrator half of an orchestrator + compilator pair of builders. The compilator is <a href=\"https://ci.chromium.org/p/chromium/builders/try/android-12-x64-rel-compilator\">android-12-x64-rel-compilator</a>."
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "android-12-x64-rel-compilator"
|
||||||
|
swarming_host: "chromium-swarm.appspot.com"
|
||||||
|
dimensions: "builder:android-12-x64-rel-compilator"
|
||||||
|
dimensions: "cores:32"
|
||||||
|
dimensions: "cpu:x86-64"
|
||||||
|
dimensions: "os:Ubuntu-18.04"
|
||||||
|
dimensions: "pool:luci.chromium.try"
|
||||||
|
dimensions: "ssd:1"
|
||||||
|
exe {
|
||||||
|
cipd_package: "infra/chromium/bootstrapper/${platform}"
|
||||||
|
cipd_version: "latest"
|
||||||
|
cmd: "bootstrapper"
|
||||||
|
}
|
||||||
|
properties:
|
||||||
|
'{'
|
||||||
|
' "$bootstrap/exe": {'
|
||||||
|
' "exe": {'
|
||||||
|
' "cipd_package": "infra/recipe_bundles/chromium.googlesource.com/chromium/tools/build",'
|
||||||
|
' "cipd_version": "refs/heads/main",'
|
||||||
|
' "cmd": ['
|
||||||
|
' "luciexe"'
|
||||||
|
' ]'
|
||||||
|
' }'
|
||||||
|
' },'
|
||||||
|
' "$bootstrap/properties": {'
|
||||||
|
' "properties_file": "infra/config/generated/builders/try/android-12-x64-rel-compilator/properties.json",'
|
||||||
|
' "top_level_project": {'
|
||||||
|
' "ref": "refs/heads/main",'
|
||||||
|
' "repo": {'
|
||||||
|
' "host": "chromium.googlesource.com",'
|
||||||
|
' "project": "chromium/src"'
|
||||||
|
' }'
|
||||||
|
' }'
|
||||||
|
' },'
|
||||||
|
' "builder_group": "tryserver.chromium.android",'
|
||||||
|
' "led_builder_is_bootstrapped": true,'
|
||||||
|
' "recipe": "chromium/compilator"'
|
||||||
'}'
|
'}'
|
||||||
execution_timeout_secs: 14400
|
execution_timeout_secs: 14400
|
||||||
expiration_secs: 7200
|
expiration_secs: 7200
|
||||||
@@ -47142,6 +47314,7 @@ buckets {
|
|||||||
use_invocation_timestamp: true
|
use_invocation_timestamp: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
description_html: "This is the compilator half of an orchestrator + compilator pair of builders. The orchestrator is <a href=\"https://ci.chromium.org/p/chromium/builders/try/android-12-x64-rel\">android-12-x64-rel</a>."
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "android-angle-chromium-try"
|
name: "android-angle-chromium-try"
|
||||||
|
@@ -2408,6 +2408,12 @@ consoles {
|
|||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.chromium.try/android-11-x86-rel-compilator"
|
name: "buildbucket/luci.chromium.try/android-11-x86-rel-compilator"
|
||||||
}
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.chromium.try/android-12-x64-rel"
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.chromium.try/android-12-x64-rel-compilator"
|
||||||
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.chromium.try/android-binary-size"
|
name: "buildbucket/luci.chromium.try/android-binary-size"
|
||||||
}
|
}
|
||||||
@@ -3275,6 +3281,11 @@ consoles {
|
|||||||
category: "builder_tester|arm64"
|
category: "builder_tester|arm64"
|
||||||
short_name: "p-cov"
|
short_name: "p-cov"
|
||||||
}
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.chromium.ci/android-12-x64-rel"
|
||||||
|
category: "builder_tester|x64"
|
||||||
|
short_name: "12"
|
||||||
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.chromium.ci/android-11-x86-rel"
|
name: "buildbucket/luci.chromium.ci/android-11-x86-rel"
|
||||||
category: "builder_tester|x86"
|
category: "builder_tester|x86"
|
||||||
@@ -14124,7 +14135,10 @@ consoles {
|
|||||||
name: "buildbucket/luci.chromium.try/android-12-x64-dbg"
|
name: "buildbucket/luci.chromium.try/android-12-x64-dbg"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.chromium.try/android-12-x64-fyi-rel"
|
name: "buildbucket/luci.chromium.try/android-12-x64-rel"
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.chromium.try/android-12-x64-rel-compilator"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.chromium.try/android-angle-chromium-try"
|
name: "buildbucket/luci.chromium.try/android-angle-chromium-try"
|
||||||
@@ -15247,7 +15261,10 @@ consoles {
|
|||||||
name: "buildbucket/luci.chromium.try/android-12-x64-dbg"
|
name: "buildbucket/luci.chromium.try/android-12-x64-dbg"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.chromium.try/android-12-x64-fyi-rel"
|
name: "buildbucket/luci.chromium.try/android-12-x64-rel"
|
||||||
|
}
|
||||||
|
builders {
|
||||||
|
name: "buildbucket/luci.chromium.try/android-12-x64-rel-compilator"
|
||||||
}
|
}
|
||||||
builders {
|
builders {
|
||||||
name: "buildbucket/luci.chromium.try/android-asan"
|
name: "buildbucket/luci.chromium.try/android-asan"
|
||||||
|
@@ -4005,13 +4005,13 @@ job {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
job {
|
job {
|
||||||
id: "android-12-x64-fyi-rel"
|
id: "android-12-x64-rel"
|
||||||
realm: "ci"
|
realm: "ci"
|
||||||
acl_sets: "ci"
|
acl_sets: "ci"
|
||||||
buildbucket {
|
buildbucket {
|
||||||
server: "cr-buildbucket.appspot.com"
|
server: "cr-buildbucket.appspot.com"
|
||||||
bucket: "ci"
|
bucket: "ci"
|
||||||
builder: "android-12-x64-fyi-rel"
|
builder: "android-12-x64-rel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
job {
|
job {
|
||||||
@@ -7178,7 +7178,7 @@ trigger {
|
|||||||
triggers: "Windows deterministic"
|
triggers: "Windows deterministic"
|
||||||
triggers: "android-10-arm64-rel"
|
triggers: "android-10-arm64-rel"
|
||||||
triggers: "android-11-x86-rel"
|
triggers: "android-11-x86-rel"
|
||||||
triggers: "android-12-x64-fyi-rel"
|
triggers: "android-12-x64-rel"
|
||||||
triggers: "android-angle-arm64-builder"
|
triggers: "android-angle-arm64-builder"
|
||||||
triggers: "android-angle-chromium-arm64-builder"
|
triggers: "android-angle-chromium-arm64-builder"
|
||||||
triggers: "android-annotator-rel"
|
triggers: "android-annotator-rel"
|
||||||
|
@@ -170,14 +170,10 @@ ci.builder(
|
|||||||
category = "emulator|12|x64",
|
category = "emulator|12|x64",
|
||||||
short_name = "rel",
|
short_name = "rel",
|
||||||
),
|
),
|
||||||
# Bump to 6h for now since compile on x64 seems slower than x86. It could
|
# Set to an empty list to avoid chromium-gitiles-trigger triggering new
|
||||||
# take 3h on Android-12 (For example ci.chromium.org/b/8841892751541698720)
|
# builds. Also we don't set any `schedule` since this builder is for
|
||||||
# vs 1h on Android-11 (For example ci.chromium.org/b/8841899947736889024)
|
# reference only and should not run any new builds.
|
||||||
# TODO(crbug.com/1229245): Look into ways to improve the compile time.
|
triggered_by = [],
|
||||||
execution_timeout = 6 * time.hour,
|
|
||||||
goma_backend = None,
|
|
||||||
reclient_jobs = rbe_jobs.DEFAULT,
|
|
||||||
reclient_instance = rbe_instance.DEFAULT,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
ci.builder(
|
ci.builder(
|
||||||
|
@@ -577,6 +577,18 @@ ci.builder(
|
|||||||
reclient_jobs = rbe_jobs.HIGH_JOBS_FOR_CI,
|
reclient_jobs = rbe_jobs.HIGH_JOBS_FOR_CI,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
ci.builder(
|
||||||
|
name = "android-12-x64-rel",
|
||||||
|
console_view_entry = consoles.console_view_entry(
|
||||||
|
category = "builder_tester|x64",
|
||||||
|
short_name = "12",
|
||||||
|
),
|
||||||
|
execution_timeout = 4 * time.hour,
|
||||||
|
goma_backend = None,
|
||||||
|
reclient_instance = rbe_instance.DEFAULT,
|
||||||
|
reclient_jobs = rbe_jobs.HIGH_JOBS_FOR_CI,
|
||||||
|
)
|
||||||
|
|
||||||
ci.builder(
|
ci.builder(
|
||||||
name = "android-weblayer-10-x86-rel-tests",
|
name = "android-weblayer-10-x86-rel-tests",
|
||||||
console_view_entry = consoles.console_view_entry(
|
console_view_entry = consoles.console_view_entry(
|
||||||
|
@@ -55,8 +55,19 @@ try_.builder(
|
|||||||
name = "android-12-x64-dbg",
|
name = "android-12-x64-dbg",
|
||||||
)
|
)
|
||||||
|
|
||||||
try_.builder(
|
try_.orchestrator_builder(
|
||||||
name = "android-12-x64-fyi-rel",
|
name = "android-12-x64-rel",
|
||||||
|
compilator = "android-12-x64-rel-compilator",
|
||||||
|
# TODO(crbug.com/1225851): Enable it on branch after running on CQ
|
||||||
|
# branch_selector = branches.STANDARD_MILESTONE,
|
||||||
|
main_list_view = "try",
|
||||||
|
)
|
||||||
|
|
||||||
|
try_.compilator_builder(
|
||||||
|
name = "android-12-x64-rel-compilator",
|
||||||
|
# TODO(crbug.com/1225851): Enable it on branch after running on CQ
|
||||||
|
# branch_selector = branches.STANDARD_MILESTONE,
|
||||||
|
main_list_view = "try",
|
||||||
)
|
)
|
||||||
|
|
||||||
try_.builder(
|
try_.builder(
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -147,7 +147,7 @@
|
|||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.base_unittests.filter',
|
||||||
'--gtest_filter=-ModuleCacheTest.CheckAgainstProcMaps', # crbug.com/1260521
|
'--gtest_filter=-ModuleCacheTest.CheckAgainstProcMaps', # crbug.com/1260521
|
||||||
@@ -811,7 +811,7 @@
|
|||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
# https://crbug.com/1039860
|
# https://crbug.com/1039860
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.cc_unittests.filter',
|
||||||
@@ -934,11 +934,15 @@
|
|||||||
'ci_only': True,
|
'ci_only': True,
|
||||||
'experiment_percentage': 100,
|
'experiment_percentage': 100,
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_test_apk.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.chrome_public_test_apk.filter',
|
||||||
'--timeout-scale=2.0',
|
'--timeout-scale=2.0',
|
||||||
],
|
],
|
||||||
|
# TODO(crbug.com/1225851): Remove experiment and ci_only
|
||||||
|
# once the test suite is stable.
|
||||||
|
'ci_only': True,
|
||||||
|
'experiment_percentage': 100,
|
||||||
},
|
},
|
||||||
'android-arm64-proguard-rel': {
|
'android-arm64-proguard-rel': {
|
||||||
'swarming': {
|
'swarming': {
|
||||||
@@ -1005,7 +1009,7 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--avd-config=../../tools/android/avd/proto/generic_playstore_android31.textpb',
|
'--avd-config=../../tools/android/avd/proto/generic_playstore_android31.textpb',
|
||||||
],
|
],
|
||||||
@@ -1156,7 +1160,7 @@
|
|||||||
'--gtest_filter=-FieldFormatterTest.DifferentLocales',
|
'--gtest_filter=-FieldFormatterTest.DifferentLocales',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
# TODO(crbug.com/1192348): Fix the test failure
|
# TODO(crbug.com/1192348): Fix the test failure
|
||||||
'--gtest_filter=-FieldFormatterTest.DifferentLocales',
|
'--gtest_filter=-FieldFormatterTest.DifferentLocales',
|
||||||
@@ -1299,7 +1303,7 @@
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_browsertests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_browsertests.filter',
|
||||||
],
|
],
|
||||||
@@ -1435,7 +1439,7 @@
|
|||||||
'--timeout-scale=2.0',
|
'--timeout-scale=2.0',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_shell_test_apk.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_shell_test_apk.filter',
|
||||||
],
|
],
|
||||||
@@ -1507,7 +1511,7 @@
|
|||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.crashpad_tests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.crashpad_tests.filter',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.crashpad_tests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.crashpad_tests.filter',
|
||||||
],
|
],
|
||||||
@@ -1535,7 +1539,7 @@
|
|||||||
},
|
},
|
||||||
'device_unittests': {
|
'device_unittests': {
|
||||||
'modifications': {
|
'modifications': {
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.device_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.device_unittests.filter',
|
||||||
],
|
],
|
||||||
@@ -1751,7 +1755,7 @@
|
|||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.gl_tests.filter',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_tests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_tests.filter',
|
||||||
],
|
],
|
||||||
@@ -1783,7 +1787,7 @@
|
|||||||
'Linux MSan Tests',
|
'Linux MSan Tests',
|
||||||
],
|
],
|
||||||
'modifications': {
|
'modifications': {
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.gl_unittests.filter',
|
||||||
],
|
],
|
||||||
@@ -2138,7 +2142,7 @@
|
|||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.media_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.media_unittests.filter',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.media_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11_12.media_unittests.filter',
|
||||||
],
|
],
|
||||||
@@ -2369,7 +2373,7 @@
|
|||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_11.net_unittests.filter',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
# TODO(crbug.com/1191793): Fix the test failure
|
# TODO(crbug.com/1191793): Fix the test failure
|
||||||
'--gtest_filter=-MimeUtilTest.ExtensionTest',
|
'--gtest_filter=-MimeUtilTest.ExtensionTest',
|
||||||
@@ -2531,7 +2535,7 @@
|
|||||||
},
|
},
|
||||||
'perfetto_unittests': {
|
'perfetto_unittests': {
|
||||||
'modifications': {
|
'modifications': {
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
# TODO(crbug.com/1260440): Fix the failed test
|
# TODO(crbug.com/1260440): Fix the failed test
|
||||||
'--gtest_filter=-ScopedDirTest.CloseOutOfScope',
|
'--gtest_filter=-ScopedDirTest.CloseOutOfScope',
|
||||||
@@ -2727,7 +2731,7 @@
|
|||||||
},
|
},
|
||||||
'sandbox_linux_unittests': {
|
'sandbox_linux_unittests': {
|
||||||
'modifications': {
|
'modifications': {
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.sandbox_linux_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.sandbox_linux_unittests.filter',
|
||||||
]
|
]
|
||||||
@@ -2815,7 +2819,7 @@
|
|||||||
'--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
|
'--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
# TODO(crbug.com/1264654): Fix the failed tests
|
# TODO(crbug.com/1264654): Fix the failed tests
|
||||||
'--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
|
'--gtest_filter=-PacLibraryTest.ActualPacMyIpAddress*'
|
||||||
@@ -3547,7 +3551,7 @@
|
|||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.blink_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.blink_unittests.filter',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.blink_unittests.filter',
|
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.blink_unittests.filter',
|
||||||
],
|
],
|
||||||
@@ -3567,7 +3571,7 @@
|
|||||||
'--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory',
|
'--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
# TODO(crbug.com/1191784): Fix the test failure
|
# TODO(crbug.com/1191784): Fix the test failure
|
||||||
'--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory',
|
'--gtest_filter=-DownloadBrowserTest.OverrideDownloadDirectory',
|
||||||
@@ -3634,7 +3638,7 @@
|
|||||||
'--gtest_filter=-org.chromium.weblayer.test.MediaCaptureTest.*',
|
'--gtest_filter=-org.chromium.weblayer.test.MediaCaptureTest.*',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
# crbug.com/1275200
|
# crbug.com/1275200
|
||||||
'--gtest_filter=-org.chromium.weblayer.test.BrowserControlsTest.testTopExpandedOnLoadWhenOnlyExpandAtTop',
|
'--gtest_filter=-org.chromium.weblayer.test.BrowserControlsTest.testTopExpandedOnLoadWhenOnlyExpandAtTop',
|
||||||
@@ -3657,7 +3661,7 @@
|
|||||||
},
|
},
|
||||||
'webview_64_cts_tests': {
|
'webview_64_cts_tests': {
|
||||||
'remove_from': [
|
'remove_from': [
|
||||||
'android-12-x64-fyi-rel', # crbug.com/1260194
|
'android-12-x64-rel', # crbug.com/1260194
|
||||||
],
|
],
|
||||||
'modifications': {
|
'modifications': {
|
||||||
'android-pie-arm64-rel': {
|
'android-pie-arm64-rel': {
|
||||||
@@ -3727,7 +3731,7 @@
|
|||||||
'--gtest_filter=-org.chromium.net.NetworkChangeNotifierTest.testNetworkChangeNotifierJavaObservers',
|
'--gtest_filter=-org.chromium.net.NetworkChangeNotifierTest.testNetworkChangeNotifierJavaObservers',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
'android-12-x64-rel': {
|
||||||
'args': [
|
'args': [
|
||||||
# crbug.com/1292197
|
# crbug.com/1292197
|
||||||
'--gtest_filter=-org.chromium.android_webview.test.devui.HomeFragmentTest.testLongPressCopy*',
|
'--gtest_filter=-org.chromium.android_webview.test.devui.HomeFragmentTest.testLongPressCopy*',
|
||||||
|
@@ -701,6 +701,19 @@
|
|||||||
'gtest_tests': 'android_11_emulator_gtests',
|
'gtest_tests': 'android_11_emulator_gtests',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'android-12-x64-rel': {
|
||||||
|
'mixins': [
|
||||||
|
'12-x64-emulator',
|
||||||
|
'emulator-8-cores',
|
||||||
|
'has_native_resultdb_integration',
|
||||||
|
'linux-xenial-or-bionic',
|
||||||
|
'x86-64',
|
||||||
|
],
|
||||||
|
'os_type': 'android',
|
||||||
|
'test_suites': {
|
||||||
|
'gtest_tests': 'android_12_emulator_gtests',
|
||||||
|
}
|
||||||
|
},
|
||||||
'android-arm64-proguard-rel': {
|
'android-arm64-proguard-rel': {
|
||||||
'additional_compile_targets': [
|
'additional_compile_targets': [
|
||||||
'all',
|
'all',
|
||||||
@@ -1163,19 +1176,6 @@
|
|||||||
'gtest_tests': 'android_12_dbg_emulator_gtests',
|
'gtest_tests': 'android_12_dbg_emulator_gtests',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'android-12-x64-fyi-rel': {
|
|
||||||
'mixins': [
|
|
||||||
'12-x64-emulator',
|
|
||||||
'emulator-8-cores',
|
|
||||||
'has_native_resultdb_integration',
|
|
||||||
'linux-xenial-or-bionic',
|
|
||||||
'x86-64',
|
|
||||||
],
|
|
||||||
'os_type': 'android',
|
|
||||||
'test_suites': {
|
|
||||||
'gtest_tests': 'android_12_emulator_gtests',
|
|
||||||
}
|
|
||||||
},
|
|
||||||
'android-annotator-rel': {
|
'android-annotator-rel': {
|
||||||
'test_suites': {
|
'test_suites': {
|
||||||
'scripts': 'test_traffic_annotation_auditor_script',
|
'scripts': 'test_traffic_annotation_auditor_script',
|
||||||
|
@@ -114,13 +114,13 @@
|
|||||||
'android-weblayer-x86-rel': 'android_release_bot_minimal_symbols_x86_fastbuild_disable_proguard_webview_monochrome_reclient',
|
'android-weblayer-x86-rel': 'android_release_bot_minimal_symbols_x86_fastbuild_disable_proguard_webview_monochrome_reclient',
|
||||||
'android-10-arm64-rel': 'android_release_bot_minimal_symbols_arm64_fastbuild_webview_trichrome_reclient',
|
'android-10-arm64-rel': 'android_release_bot_minimal_symbols_arm64_fastbuild_webview_trichrome_reclient',
|
||||||
'android-11-x86-rel': 'android_release_bot_minimal_symbols_x86_fastbuild_webview_trichrome_reclient',
|
'android-11-x86-rel': 'android_release_bot_minimal_symbols_x86_fastbuild_webview_trichrome_reclient',
|
||||||
|
'android-12-x64-rel': 'android_release_bot_minimal_symbols_x64_fastbuild_webview_trichrome_reclient',
|
||||||
},
|
},
|
||||||
|
|
||||||
'chromium.android.fyi': {
|
'chromium.android.fyi': {
|
||||||
'Android ASAN (dbg) (reclient)': 'android_clang_asan_debug_bot_reclient',
|
'Android ASAN (dbg) (reclient)': 'android_clang_asan_debug_bot_reclient',
|
||||||
'Android arm64 Builder (dbg) (reclient)': 'android_webview_google_debug_static_bot_arm64_reclient',
|
'Android arm64 Builder (dbg) (reclient)': 'android_webview_google_debug_static_bot_arm64_reclient',
|
||||||
'Android WebView P FYI (rel)': 'android_release_bot_minimal_symbols_arm64_webview_monochrome_reclient',
|
'Android WebView P FYI (rel)': 'android_release_bot_minimal_symbols_arm64_webview_monochrome_reclient',
|
||||||
'android-12-x64-fyi-rel': 'android_release_bot_minimal_symbols_x64_fastbuild_webview_trichrome_reclient',
|
|
||||||
'android-annotator-rel': 'android_release_bot_minimal_symbols_arm64_webview_google_reclient',
|
'android-annotator-rel': 'android_release_bot_minimal_symbols_arm64_webview_google_reclient',
|
||||||
'android-pie-arm64-wpt-rel-non-cq': 'android_release_bot_minimal_symbols_arm64_webview_monochrome_reclient',
|
'android-pie-arm64-wpt-rel-non-cq': 'android_release_bot_minimal_symbols_arm64_webview_monochrome_reclient',
|
||||||
'android-chrome-pie-x86-wpt-fyi-rel': 'android_release_bot_minimal_symbols_x86_fastbuild_webview_monochrome_reclient',
|
'android-chrome-pie-x86-wpt-fyi-rel': 'android_release_bot_minimal_symbols_x86_fastbuild_webview_monochrome_reclient',
|
||||||
@@ -845,8 +845,8 @@
|
|||||||
'android-webview-pie-arm64-fyi-rel': 'android_release_trybot_arm64_webview_monochrome',
|
'android-webview-pie-arm64-fyi-rel': 'android_release_trybot_arm64_webview_monochrome',
|
||||||
'android-10-arm64-rel': 'android_release_trybot_arm64_fastbuild_webview_trichrome',
|
'android-10-arm64-rel': 'android_release_trybot_arm64_fastbuild_webview_trichrome',
|
||||||
'android-11-x86-rel': 'android_release_trybot_x86_fastbuild_webview_trichrome',
|
'android-11-x86-rel': 'android_release_trybot_x86_fastbuild_webview_trichrome',
|
||||||
'android-12-x64-fyi-rel': 'android_release_trybot_x64_fastbuild_webview_trichrome',
|
|
||||||
'android-12-x64-dbg': 'android_debug_trybot_x64_webview_trichrome_webview_shell',
|
'android-12-x64-dbg': 'android_debug_trybot_x64_webview_trichrome_webview_shell',
|
||||||
|
'android-12-x64-rel': 'android_release_trybot_x64_fastbuild_webview_trichrome',
|
||||||
'android-webview-12-x64-dbg': 'android_debug_trybot_x64_webview_trichrome_webview_shell',
|
'android-webview-12-x64-dbg': 'android_debug_trybot_x64_webview_trichrome_webview_shell',
|
||||||
'android-webview-marshmallow-arm64-dbg': 'android_release_trybot_arm64_webview_google',
|
'android-webview-marshmallow-arm64-dbg': 'android_release_trybot_arm64_webview_google',
|
||||||
'android-webview-nougat-arm64-dbg': 'android_release_trybot_arm64_webview_monochrome',
|
'android-webview-nougat-arm64-dbg': 'android_release_trybot_arm64_webview_monochrome',
|
||||||
|
@@ -44,25 +44,6 @@
|
|||||||
"use_remoteexec": true
|
"use_remoteexec": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"android-12-x64-fyi-rel": {
|
|
||||||
"gn_args": {
|
|
||||||
"dcheck_always_on": false,
|
|
||||||
"disable_android_lint": true,
|
|
||||||
"ffmpeg_branding": "Chrome",
|
|
||||||
"is_component_build": false,
|
|
||||||
"is_debug": false,
|
|
||||||
"proprietary_codecs": true,
|
|
||||||
"skip_secondary_abi_for_cq": true,
|
|
||||||
"strip_debug_info": true,
|
|
||||||
"symbol_level": 1,
|
|
||||||
"system_webview_package_name": "com.google.android.webview.debug",
|
|
||||||
"target_cpu": "x64",
|
|
||||||
"target_os": "android",
|
|
||||||
"use_errorprone_java_compiler": false,
|
|
||||||
"use_rbe": true,
|
|
||||||
"use_remoteexec": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"android-annotator-rel": {
|
"android-annotator-rel": {
|
||||||
"gn_args": {
|
"gn_args": {
|
||||||
"dcheck_always_on": false,
|
"dcheck_always_on": false,
|
||||||
|
@@ -141,6 +141,25 @@
|
|||||||
"use_remoteexec": true
|
"use_remoteexec": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"android-12-x64-rel": {
|
||||||
|
"gn_args": {
|
||||||
|
"dcheck_always_on": false,
|
||||||
|
"disable_android_lint": true,
|
||||||
|
"ffmpeg_branding": "Chrome",
|
||||||
|
"is_component_build": false,
|
||||||
|
"is_debug": false,
|
||||||
|
"proprietary_codecs": true,
|
||||||
|
"skip_secondary_abi_for_cq": true,
|
||||||
|
"strip_debug_info": true,
|
||||||
|
"symbol_level": 1,
|
||||||
|
"system_webview_package_name": "com.google.android.webview.debug",
|
||||||
|
"target_cpu": "x64",
|
||||||
|
"target_os": "android",
|
||||||
|
"use_errorprone_java_compiler": false,
|
||||||
|
"use_rbe": true,
|
||||||
|
"use_remoteexec": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"android-arm64-proguard-rel": {
|
"android-arm64-proguard-rel": {
|
||||||
"gn_args": {
|
"gn_args": {
|
||||||
"dcheck_always_on": false,
|
"dcheck_always_on": false,
|
||||||
|
@@ -49,7 +49,7 @@
|
|||||||
"use_goma": true
|
"use_goma": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"android-12-x64-fyi-rel": {
|
"android-12-x64-rel": {
|
||||||
"gn_args": {
|
"gn_args": {
|
||||||
"blink_enable_generated_code_formatting": false,
|
"blink_enable_generated_code_formatting": false,
|
||||||
"dcheck_always_on": true,
|
"dcheck_always_on": true,
|
||||||
|
Reference in New Issue
Block a user