Migrate android-avd-packager to Linux bionic.
We are seeing android emulator timed out during launching after the test pool is migrated to bionic. One possible cause is the os differences between AVD package time and runtime. Let's package AVDs on bionic as well. Bug: 1212855 Change-Id: I9d13b25937e805949150fa2a02d6c26c1568bfcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2915345 Auto-Submit: Haiyang Pan <hypan@google.com> Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#886135}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
2c6e8ccc82
commit
e9a0db309c
infra/config
@ -20795,7 +20795,7 @@ buckets {
|
||||
dimensions: "builderless:1"
|
||||
dimensions: "cores:8"
|
||||
dimensions: "cpu:x86-64"
|
||||
dimensions: "os:Ubuntu-16.04"
|
||||
dimensions: "os:Ubuntu-18.04"
|
||||
dimensions: "pool:luci.chromium.ci"
|
||||
dimensions: "ssd:0"
|
||||
recipe {
|
||||
|
@ -1995,6 +1995,7 @@ ci.cipd_builder(
|
||||
executable = "recipe:android/avd_packager",
|
||||
schedule = "0 7 * * 0 *",
|
||||
triggered_by = [],
|
||||
os = os.LINUX_BIONIC_REMOVE,
|
||||
properties = {
|
||||
"avd_configs": [
|
||||
"tools/android/avd/proto/creation/generic_android23.textpb",
|
||||
|
Reference in New Issue
Block a user