| OLD | NEW |
| 1 { | 1 { |
| 2 "WebKit Linux Trusty": { | 2 "WebKit Linux Trusty": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "blink_heap_unittests" | 8 "test": "blink_heap_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result
s" | 117 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result
s" |
| 118 }, | 118 }, |
| 119 "name": "webkit_layout_tests", | 119 "name": "webkit_layout_tests", |
| 120 "results_handler": "layout tests", | 120 "results_handler": "layout tests", |
| 121 "swarming": { | 121 "swarming": { |
| 122 "can_use_on_swarming_builders": true, | 122 "can_use_on_swarming_builders": true, |
| 123 "dimension_sets": [ | 123 "dimension_sets": [ |
| 124 { | 124 { |
| 125 "os": "Ubuntu-14.04" | 125 "os": "Ubuntu-14.04" |
| 126 } | 126 } |
| 127 ] | 127 ], |
| 128 "shards": 6 |
| 128 } | 129 } |
| 129 } | 130 } |
| 130 ], | 131 ], |
| 131 "scripts": [ | 132 "scripts": [ |
| 132 { | 133 { |
| 133 "name": "webkit_lint", | 134 "name": "webkit_lint", |
| 134 "script": "webkit_lint.py" | 135 "script": "webkit_lint.py" |
| 135 }, | 136 }, |
| 136 { | 137 { |
| 137 "name": "webkit_python_tests", | 138 "name": "webkit_python_tests", |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "name": "webkit_lint", | 673 "name": "webkit_lint", |
| 673 "script": "webkit_lint.py" | 674 "script": "webkit_lint.py" |
| 674 }, | 675 }, |
| 675 { | 676 { |
| 676 "name": "webkit_python_tests", | 677 "name": "webkit_python_tests", |
| 677 "script": "webkit_python_tests.py" | 678 "script": "webkit_python_tests.py" |
| 678 } | 679 } |
| 679 ] | 680 ] |
| 680 } | 681 } |
| 681 } | 682 } |
| OLD | NEW |