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

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

Issue 2866673002: src-side config for runing layout tests on all affected cls on linux (Closed)
Patch Set: rebase Created 3 years, 6 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 Arm64 Builder (dbg)": { 2 "Android Arm64 Builder (dbg)": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ] 5 ]
6 }, 6 },
7 "Android Builder": { 7 "Android Builder": {
8 "additional_compile_targets": [ 8 "additional_compile_targets": [
9 "cronet_test_instrumentation_apk", 9 "cronet_test_instrumentation_apk",
10 "system_webview_apk" 10 "system_webview_apk"
(...skipping 4153 matching lines...) Expand 10 before | Expand all | Expand 10 after
4164 { 4164 {
4165 "args": [ 4165 "args": [
4166 "--jobs=1" 4166 "--jobs=1"
4167 ], 4167 ],
4168 "isolate_name": "telemetry_unittests", 4168 "isolate_name": "telemetry_unittests",
4169 "name": "telemetry_unittests", 4169 "name": "telemetry_unittests",
4170 "swarming": { 4170 "swarming": {
4171 "can_use_on_swarming_builders": true, 4171 "can_use_on_swarming_builders": true,
4172 "shards": 4 4172 "shards": 4
4173 } 4173 }
4174 },
4175 {
4176 "isolate_name": "webkit_layout_tests_exparchive",
4177 "merge": {
4178 "args": [
4179 "--verbose",
4180 "--results-json-override-with-build-property",
4181 "build_number",
4182 "buildnumber",
4183 "--results-json-override-with-build-property",
4184 "builder_name",
4185 "buildername",
4186 "--results-json-override-with-build-property",
4187 "chromium_revision",
4188 "got_revision_cp"
4189 ],
4190 "script": "//third_party/WebKit/Tools/Scripts/merge-layout-test-result s"
4191 },
4192 "name": "webkit_layout_tests",
4193 "results_handler": "layout tests",
4194 "swarming": {
4195 "can_use_on_swarming_builders": true,
4196 "dimension_sets": [
4197 {
4198 "os": "Ubuntu-14.04"
4199 }
4200 ],
4201 "shards": 6
4202 }
4174 } 4203 }
4175 ], 4204 ],
4176 "scripts": [ 4205 "scripts": [
4177 { 4206 {
4178 "name": "checkdeps", 4207 "name": "checkdeps",
4179 "script": "checkdeps.py" 4208 "script": "checkdeps.py"
4180 }, 4209 },
4181 { 4210 {
4182 "name": "checkperms", 4211 "name": "checkperms",
4183 "script": "checkperms.py" 4212 "script": "checkperms.py"
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
5161 "isolate_name": "telemetry_unittests", 5190 "isolate_name": "telemetry_unittests",
5162 "name": "telemetry_unittests", 5191 "name": "telemetry_unittests",
5163 "swarming": { 5192 "swarming": {
5164 "can_use_on_swarming_builders": true, 5193 "can_use_on_swarming_builders": true,
5165 "shards": 4 5194 "shards": 4
5166 } 5195 }
5167 } 5196 }
5168 ] 5197 ]
5169 } 5198 }
5170 } 5199 }
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