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

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

Issue 2831243002: Revert of Address some TODO(GYP_GONE)s (Closed)
Patch Set: Created 3 years, 8 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 | « testing/buildbot/chromium.gpu.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | 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 3511 matching lines...) Expand 10 before | Expand all | Expand 10 after
3522 { 3522 {
3523 "isolate_name": "devtools_eslint", 3523 "isolate_name": "devtools_eslint",
3524 "name": "devtools_eslint", 3524 "name": "devtools_eslint",
3525 "swarming": { 3525 "swarming": {
3526 "can_use_on_swarming_builders": true 3526 "can_use_on_swarming_builders": true
3527 } 3527 }
3528 }, 3528 },
3529 { 3529 {
3530 "isolate_name": "telemetry_gpu_unittests", 3530 "isolate_name": "telemetry_gpu_unittests",
3531 "name": "telemetry_gpu_unittests", 3531 "name": "telemetry_gpu_unittests",
3532 "override_compile_targets": [
3533 "telemetry_gpu_unittests_run"
3534 ],
3532 "swarming": { 3535 "swarming": {
3533 "can_use_on_swarming_builders": true 3536 "can_use_on_swarming_builders": true
3534 } 3537 }
3535 }, 3538 },
3536 { 3539 {
3537 "args": [ 3540 "args": [
3538 "--xvfb" 3541 "--xvfb"
3539 ], 3542 ],
3540 "isolate_name": "telemetry_perf_unittests", 3543 "isolate_name": "telemetry_perf_unittests",
3541 "name": "telemetry_perf_unittests", 3544 "name": "telemetry_perf_unittests",
3545 "override_compile_targets": [
3546 "telemetry_perf_unittests_run"
3547 ],
3542 "swarming": { 3548 "swarming": {
3543 "can_use_on_swarming_builders": true, 3549 "can_use_on_swarming_builders": true,
3544 "hard_timeout": 960, 3550 "hard_timeout": 960,
3545 "shards": 12 3551 "shards": 12
3546 } 3552 }
3547 }, 3553 },
3548 { 3554 {
3549 "args": [ 3555 "args": [
3550 "--jobs=1" 3556 "--jobs=1"
3551 ], 3557 ],
3552 "isolate_name": "telemetry_unittests", 3558 "isolate_name": "telemetry_unittests",
3553 "name": "telemetry_unittests", 3559 "name": "telemetry_unittests",
3560 "override_compile_targets": [
3561 "telemetry_unittests_run"
3562 ],
3554 "swarming": { 3563 "swarming": {
3555 "can_use_on_swarming_builders": true, 3564 "can_use_on_swarming_builders": true,
3556 "shards": 4 3565 "shards": 4
3557 } 3566 }
3558 } 3567 }
3559 ], 3568 ],
3560 "scripts": [ 3569 "scripts": [
3561 { 3570 {
3562 "name": "checkdeps", 3571 "name": "checkdeps",
3563 "script": "checkdeps.py" 3572 "script": "checkdeps.py"
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
4186 "swarming": { 4195 "swarming": {
4187 "can_use_on_swarming_builders": true 4196 "can_use_on_swarming_builders": true
4188 }, 4197 },
4189 "test": "wm_unittests" 4198 "test": "wm_unittests"
4190 } 4199 }
4191 ], 4200 ],
4192 "isolated_scripts": [ 4201 "isolated_scripts": [
4193 { 4202 {
4194 "isolate_name": "telemetry_gpu_unittests", 4203 "isolate_name": "telemetry_gpu_unittests",
4195 "name": "telemetry_gpu_unittests", 4204 "name": "telemetry_gpu_unittests",
4205 "override_compile_targets": [
4206 "telemetry_gpu_unittests_run"
4207 ],
4196 "swarming": { 4208 "swarming": {
4197 "can_use_on_swarming_builders": true 4209 "can_use_on_swarming_builders": true
4198 } 4210 }
4199 }, 4211 },
4200 { 4212 {
4201 "args": [ 4213 "args": [
4202 "--jobs=1" 4214 "--jobs=1"
4203 ], 4215 ],
4204 "isolate_name": "telemetry_unittests", 4216 "isolate_name": "telemetry_unittests",
4205 "name": "telemetry_unittests", 4217 "name": "telemetry_unittests",
4218 "override_compile_targets": [
4219 "telemetry_unittests_run"
4220 ],
4206 "swarming": { 4221 "swarming": {
4207 "can_use_on_swarming_builders": true, 4222 "can_use_on_swarming_builders": true,
4208 "shards": 4 4223 "shards": 4
4209 } 4224 }
4210 } 4225 }
4211 ], 4226 ],
4212 "scripts": [ 4227 "scripts": [
4213 { 4228 {
4214 "name": "nacl_integration", 4229 "name": "nacl_integration",
4215 "script": "nacl_integration.py" 4230 "script": "nacl_integration.py"
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
4563 "swarming": { 4578 "swarming": {
4564 "can_use_on_swarming_builders": true 4579 "can_use_on_swarming_builders": true
4565 }, 4580 },
4566 "test": "wm_unittests" 4581 "test": "wm_unittests"
4567 } 4582 }
4568 ], 4583 ],
4569 "isolated_scripts": [ 4584 "isolated_scripts": [
4570 { 4585 {
4571 "isolate_name": "telemetry_gpu_unittests", 4586 "isolate_name": "telemetry_gpu_unittests",
4572 "name": "telemetry_gpu_unittests", 4587 "name": "telemetry_gpu_unittests",
4588 "override_compile_targets": [
4589 "telemetry_gpu_unittests_run"
4590 ],
4573 "swarming": { 4591 "swarming": {
4574 "can_use_on_swarming_builders": true 4592 "can_use_on_swarming_builders": true
4575 } 4593 }
4576 }, 4594 },
4577 { 4595 {
4578 "args": [ 4596 "args": [
4579 "--jobs=1" 4597 "--jobs=1"
4580 ], 4598 ],
4581 "isolate_name": "telemetry_unittests", 4599 "isolate_name": "telemetry_unittests",
4582 "name": "telemetry_unittests", 4600 "name": "telemetry_unittests",
4601 "override_compile_targets": [
4602 "telemetry_unittests_run"
4603 ],
4583 "swarming": { 4604 "swarming": {
4584 "can_use_on_swarming_builders": true, 4605 "can_use_on_swarming_builders": true,
4585 "shards": 4 4606 "shards": 4
4586 } 4607 }
4587 } 4608 }
4588 ] 4609 ]
4589 } 4610 }
4590 } 4611 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.gpu.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698