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

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

Issue 2859173002: buildbot: Use multiple shards on Win Random Order bot. (Closed)
Patch Set: Created 3 years, 7 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 12920 matching lines...) Expand 10 before | Expand all | Expand 10 after
12931 ], 12931 ],
12932 "shards": 1 12932 "shards": 1
12933 } 12933 }
12934 } 12934 }
12935 ] 12935 ]
12936 }, 12936 },
12937 "WebKit Win - RandomOrder": { 12937 "WebKit Win - RandomOrder": {
12938 "isolated_scripts": [ 12938 "isolated_scripts": [
12939 { 12939 {
12940 "isolate_name": "webkit_layout_tests_exparchive", 12940 "isolate_name": "webkit_layout_tests_exparchive",
12941 "merge": {
12942 "args": [
12943 "--verbose",
12944 "--results-json-override-with-build-property",
12945 "build_number",
12946 "buildnumber",
12947 "--results-json-override-with-build-property",
12948 "builder_name",
12949 "buildername",
12950 "--results-json-override-with-build-property",
12951 "chromium_revision",
12952 "got_revision_cp"
12953 ],
12954 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
12955 },
12941 "name": "webkit_layout_tests", 12956 "name": "webkit_layout_tests",
12942 "swarming": { 12957 "swarming": {
12943 "can_use_on_swarming_builders": true, 12958 "can_use_on_swarming_builders": true,
12944 "dimension_sets": [ 12959 "dimension_sets": [
12945 { 12960 {
12946 "os": "Windows-10-10586" 12961 "os": "Windows-10-10586"
12947 }, 12962 },
12948 { 12963 {
12949 "os": "Windows-7-SP1" 12964 "os": "Windows-7-SP1"
12950 } 12965 }
12951 ], 12966 ],
12952 "shards": 1 12967 "hard_timeout": 900,
12968 "shards": 10
12953 } 12969 }
12954 } 12970 }
12955 ] 12971 ]
12956 }, 12972 },
12957 "Win 10 Fast Ring": { 12973 "Win 10 Fast Ring": {
12958 "gtest_tests": [ 12974 "gtest_tests": [
12959 { 12975 {
12960 "swarming": { 12976 "swarming": {
12961 "can_use_on_swarming_builders": false 12977 "can_use_on_swarming_builders": false
12962 }, 12978 },
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
13187 }, 13203 },
13188 { 13204 {
13189 "swarming": { 13205 "swarming": {
13190 "can_use_on_swarming_builders": false 13206 "can_use_on_swarming_builders": false
13191 }, 13207 },
13192 "test": "views_unittests" 13208 "test": "views_unittests"
13193 } 13209 }
13194 ] 13210 ]
13195 } 13211 }
13196 } 13212 }
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