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

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

Issue 1645753003: Shard browser_tests on Linux ClangToT bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 Cloud Tests": { 2 "Android Cloud Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 "test": "blink_heap_unittests" 924 "test": "blink_heap_unittests"
925 }, 925 },
926 { 926 {
927 "swarming": { 927 "swarming": {
928 "can_use_on_swarming_builders": true 928 "can_use_on_swarming_builders": true
929 }, 929 },
930 "test": "blink_platform_unittests" 930 "test": "blink_platform_unittests"
931 }, 931 },
932 { 932 {
933 "swarming": { 933 "swarming": {
934 "can_use_on_swarming_builders": true 934 "can_use_on_swarming_builders": true,
935 "shards": 5
935 }, 936 },
936 "test": "browser_tests" 937 "test": "browser_tests"
937 }, 938 },
938 { 939 {
939 "test": "cacheinvalidation_unittests" 940 "test": "cacheinvalidation_unittests"
940 }, 941 },
941 { 942 {
942 "test": "cast_unittests" 943 "test": "cast_unittests"
943 }, 944 },
944 { 945 {
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1316 "test": "cacheinvalidation_unittests" 1317 "test": "cacheinvalidation_unittests"
1317 }, 1318 },
1318 { 1319 {
1319 "test": "cast_unittests" 1320 "test": "cast_unittests"
1320 }, 1321 },
1321 { 1322 {
1322 "test": "cc_unittests" 1323 "test": "cc_unittests"
1323 }, 1324 },
1324 { 1325 {
1325 "swarming": { 1326 "swarming": {
1326 "can_use_on_swarming_builders": true 1327 "can_use_on_swarming_builders": true,
1328 "shards": 5
1327 }, 1329 },
1328 "test": "content_browsertests" 1330 "test": "content_browsertests"
1329 }, 1331 },
1330 { 1332 {
1331 "swarming": { 1333 "swarming": {
1332 "can_use_on_swarming_builders": true 1334 "can_use_on_swarming_builders": true
1333 }, 1335 },
1334 "test": "crypto_unittests" 1336 "test": "crypto_unittests"
1335 }, 1337 },
1336 { 1338 {
(...skipping 4461 matching lines...) Expand 10 before | Expand all | Expand 10 after
5798 }, 5800 },
5799 { 5801 {
5800 "args": [ 5802 "args": [
5801 "--isolate-extensions" 5803 "--isolate-extensions"
5802 ], 5804 ],
5803 "test": "unit_tests" 5805 "test": "unit_tests"
5804 } 5806 }
5805 ] 5807 ]
5806 } 5808 }
5807 } 5809 }
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