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

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

Issue 2681643007: buildbot: Enable swarming on chromium_linux_ng. (Closed)
Patch Set: Rebase onto master. Created 3 years, 10 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 3250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3261 } 3261 }
3262 }, 3262 },
3263 { 3263 {
3264 "isolate_name": "devtools_eslint", 3264 "isolate_name": "devtools_eslint",
3265 "name": "devtools_eslint", 3265 "name": "devtools_eslint",
3266 "swarming": { 3266 "swarming": {
3267 "can_use_on_swarming_builders": true 3267 "can_use_on_swarming_builders": true
3268 } 3268 }
3269 }, 3269 },
3270 { 3270 {
3271 "isolate_name": "webkit_layout_tests_exparchive",
3272 "name": "webkit_layout_tests_exparchive",
3273 "swarming": {
3274 "can_use_on_swarming_builders": true,
3275 "shards": 1
3276 }
3277 },
3278 {
3271 "isolate_name": "telemetry_gpu_unittests", 3279 "isolate_name": "telemetry_gpu_unittests",
3272 "name": "telemetry_gpu_unittests", 3280 "name": "telemetry_gpu_unittests",
3273 "override_compile_targets": [ 3281 "override_compile_targets": [
3274 "telemetry_gpu_unittests_run" 3282 "telemetry_gpu_unittests_run"
3275 ], 3283 ],
3276 "swarming": { 3284 "swarming": {
3277 "can_use_on_swarming_builders": true 3285 "can_use_on_swarming_builders": true
3278 } 3286 }
3279 }, 3287 },
3280 { 3288 {
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after
4249 "telemetry_unittests_run" 4257 "telemetry_unittests_run"
4250 ], 4258 ],
4251 "swarming": { 4259 "swarming": {
4252 "can_use_on_swarming_builders": true, 4260 "can_use_on_swarming_builders": true,
4253 "shards": 4 4261 "shards": 4
4254 } 4262 }
4255 } 4263 }
4256 ] 4264 ]
4257 } 4265 }
4258 } 4266 }
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