Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Side by Side Diff: testing/buildbot/chromium.fyi.json

Issue 2343503002: Shard browser_tests 5x for PlzNavigate. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 "Android VR Tests": {}, 864 "Android VR Tests": {},
865 "Browser Side Navigation Linux": { 865 "Browser Side Navigation Linux": {
866 "gtest_tests": [ 866 "gtest_tests": [
867 { 867 {
868 "args": [ 868 "args": [
869 "--enable-browser-side-navigation", 869 "--enable-browser-side-navigation",
870 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter", 870 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.browser_tests.filter",
871 "--test-launcher-retry-limit=6" 871 "--test-launcher-retry-limit=6"
872 ], 872 ],
873 "swarming": { 873 "swarming": {
874 "can_use_on_swarming_builders": true 874 "can_use_on_swarming_builders": true,
875 "shards": 5
875 }, 876 },
876 "test": "browser_tests" 877 "test": "browser_tests"
877 }, 878 },
878 { 879 {
879 "args": [ 880 "args": [
880 "--enable-browser-side-navigation", 881 "--enable-browser-side-navigation",
881 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.content_browsertests.filter" 882 "--test-launcher-filter-file=../../testing/buildbot/filters/browser-si de-navigation.linux.content_browsertests.filter"
882 ], 883 ],
883 "swarming": { 884 "swarming": {
884 "can_use_on_swarming_builders": true 885 "can_use_on_swarming_builders": true
(...skipping 11140 matching lines...) Expand 10 before | Expand all | Expand 10 after
12025 }, 12026 },
12026 { 12027 {
12027 "swarming": { 12028 "swarming": {
12028 "can_use_on_swarming_builders": true 12029 "can_use_on_swarming_builders": true
12029 }, 12030 },
12030 "test": "views_unittests" 12031 "test": "views_unittests"
12031 } 12032 }
12032 ] 12033 ]
12033 } 12034 }
12034 } 12035 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698