Commit 9152d387 authored by Haiyang Pan's avatar Haiyang Pan Committed by Commit Bot

emulator: apply playstore image to NSOOP_chrome_public_test_apk

Bug: 1057150
Change-Id: I0506b69083f327f7f4fcb40005d8828f2e004888
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083438Reviewed-by: default avatarJohn Budorick <jbudorick@chromium.org>
Commit-Queue: Haiyang Pan <hypan@google.com>
Cr-Commit-Position: refs/heads/master@{#746278}
parent edc493da
...@@ -6233,6 +6233,7 @@ ...@@ -6233,6 +6233,7 @@
"--gs-results-bucket=chromium-result-details", "--gs-results-bucket=chromium-result-details",
"--recover-devices", "--recover-devices",
"--avd-config=../../tools/android/avd/proto/generic_android28.textpb", "--avd-config=../../tools/android/avd/proto/generic_android28.textpb",
"--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb",
"--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter" "--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter"
], ],
"merge": { "merge": {
...@@ -6266,11 +6267,11 @@ ...@@ -6266,11 +6267,11 @@
], ],
"named_caches": [ "named_caches": [
{ {
"name": "avd_generic_android28", "name": "avd_generic_playstore_android28",
"path": ".android" "path": ".android"
}, },
{ {
"name": "system_images_android_28_google_apis_x86", "name": "system_images_android_28_google_apis_playstore_x86",
"path": ".emulator_sdk" "path": ".emulator_sdk"
} }
], ],
......
...@@ -1603,10 +1603,23 @@ ...@@ -1603,10 +1603,23 @@
], ],
'modifications': { 'modifications': {
'android-pie-x86-fyi-rel': { 'android-pie-x86-fyi-rel': {
# https://crbug.com/1046059
'args': [ 'args': [
'--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
# https://crbug.com/1046059
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
], ],
'swarming': {
'named_caches': [
{
'name': 'avd_generic_playstore_android28',
'path': '.android',
},
{
'name': 'system_images_android_28_google_apis_playstore_x86',
'path': '.emulator_sdk',
},
]
},
}, },
}, },
}, },
......
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