Run chrome_public_test_apk at 50% on android-marshmallow-x86-rel
Now with 720 e2-standard-8 emulator bots added to the pool, let's
migrate chrome_public_test_apk.
Bug: 1127110
Change-Id: I8523acad77e5225e37298135fb41efabf9d3bf41
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2683027
Commit-Queue: Haiyang Pan <[email protected]>
Reviewed-by: Ben Pastene <[email protected]>
Cr-Commit-Position: refs/heads/master@{#853380}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index ccce99b..059ec24 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -766,6 +766,23 @@
'service_account': '[email protected]'
},
},
+ 'android-marshmallow-x86-rel': {
+ 'args': [
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter',
+ ],
+ 'swarming': {
+ # TODO(crbug.com/1127110): Revisit shards and machine_type if there
+ # are n2 machines available in the test pool.
+ 'shards': 25,
+ 'dimension_sets': [
+ {
+ 'machine_type': 'e2-standard-8', # use 8-core to shorten runtime
+ },
+ ],
+ },
+ # TODD(crbug.com/1127110): Remove experimental once it works fine.
+ 'experiment_percentage': 50,
+ },
'android-marshmallow-x86-rel-non-cq': {
'args': [
'--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.chrome_public_test_apk.filter',