[M Deprecation] Switch android-bfcache-rel to Nougat emulator.
It is stable now. Check in this CL first to get builder green.
We need to optimize the resources(shard number, and bot type) in
next CLs.
Bug: 1367512
Change-Id: I6f9e8184f362cedd617a88ee23f6313798f38453
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3995416
Reviewed-by: Haiyang Pan <[email protected]>
Commit-Queue: James Shen <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1067289}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl
index c225dea1..a85e5ae5 100644
--- a/testing/buildbot/test_suite_exceptions.pyl
+++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -170,8 +170,11 @@
'modifications': {
'android-bfcache-rel': {
'args': [
- '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_12.content_browsertests.filter;../../testing/buildbot/filters/android.emulator.bf_cache_content_browsertests.filter',
+ '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_n.content_browsertests.filter;../../testing/buildbot/filters/android.emulator.bf_cache_content_browsertests.filter',
],
+ 'swarming': {
+ 'shards': 15,
+ },
}
}
},