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

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

Issue 2563253003: Remove mojo_runner_host_unittests from all bot configurations (Closed)
Patch Set: Created 4 years 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 | testing/buildbot/chromium.linux.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 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 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 { 606 {
607 "android_devices": "4", 607 "android_devices": "4",
608 "device_type": "gce_x86" 608 "device_type": "gce_x86"
609 } 609 }
610 ], 610 ],
611 "hard_timeout": 60 611 "hard_timeout": 60
612 }, 612 },
613 "test": "mojo_public_system_unittests" 613 "test": "mojo_public_system_unittests"
614 }, 614 },
615 { 615 {
616 "override_isolate_target": "mojo_runner_host_unittests",
617 "swarming": {
618 "can_use_on_swarming_builders": true,
619 "dimension_sets": [
620 {
621 "android_devices": "4",
622 "device_type": "gce_x86"
623 }
624 ],
625 "hard_timeout": 60
626 },
627 "test": "mojo_runner_host_unittests"
628 },
629 {
630 "override_isolate_target": "mojo_system_unittests", 616 "override_isolate_target": "mojo_system_unittests",
631 "swarming": { 617 "swarming": {
632 "can_use_on_swarming_builders": true, 618 "can_use_on_swarming_builders": true,
633 "dimension_sets": [ 619 "dimension_sets": [
634 { 620 {
635 "android_devices": "4", 621 "android_devices": "4",
636 "device_type": "gce_x86" 622 "device_type": "gce_x86"
637 } 623 }
638 ], 624 ],
639 "hard_timeout": 120 625 "hard_timeout": 120
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
1397 "dimension_sets": [ 1383 "dimension_sets": [
1398 { 1384 {
1399 "android_devices": "1", 1385 "android_devices": "1",
1400 "device_type": "coho" 1386 "device_type": "coho"
1401 } 1387 }
1402 ] 1388 ]
1403 }, 1389 },
1404 "test": "mojo_public_system_unittests" 1390 "test": "mojo_public_system_unittests"
1405 }, 1391 },
1406 { 1392 {
1407 "override_isolate_target": "mojo_runner_host_unittests",
1408 "swarming": {
1409 "can_use_on_swarming_builders": true,
1410 "dimension_sets": [
1411 {
1412 "android_devices": "1",
1413 "device_type": "coho"
1414 }
1415 ]
1416 },
1417 "test": "mojo_runner_host_unittests"
1418 },
1419 {
1420 "override_isolate_target": "mojo_system_unittests", 1393 "override_isolate_target": "mojo_system_unittests",
1421 "swarming": { 1394 "swarming": {
1422 "can_use_on_swarming_builders": true, 1395 "can_use_on_swarming_builders": true,
1423 "dimension_sets": [ 1396 "dimension_sets": [
1424 { 1397 {
1425 "android_devices": "1", 1398 "android_devices": "1",
1426 "device_type": "coho" 1399 "device_type": "coho"
1427 } 1400 }
1428 ] 1401 ]
1429 }, 1402 },
(...skipping 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after
4227 "dimension_sets": [ 4200 "dimension_sets": [
4228 { 4201 {
4229 "android_devices": "1", 4202 "android_devices": "1",
4230 "device_type": "coho" 4203 "device_type": "coho"
4231 } 4204 }
4232 ] 4205 ]
4233 }, 4206 },
4234 "test": "mojo_public_system_unittests" 4207 "test": "mojo_public_system_unittests"
4235 }, 4208 },
4236 { 4209 {
4237 "override_isolate_target": "mojo_runner_host_unittests",
4238 "swarming": {
4239 "can_use_on_swarming_builders": true,
4240 "dimension_sets": [
4241 {
4242 "android_devices": "1",
4243 "device_type": "coho"
4244 }
4245 ]
4246 },
4247 "test": "mojo_runner_host_unittests"
4248 },
4249 {
4250 "override_isolate_target": "mojo_system_unittests", 4210 "override_isolate_target": "mojo_system_unittests",
4251 "swarming": { 4211 "swarming": {
4252 "can_use_on_swarming_builders": true, 4212 "can_use_on_swarming_builders": true,
4253 "dimension_sets": [ 4213 "dimension_sets": [
4254 { 4214 {
4255 "android_devices": "1", 4215 "android_devices": "1",
4256 "device_type": "coho" 4216 "device_type": "coho"
4257 } 4217 }
4258 ] 4218 ]
4259 }, 4219 },
(...skipping 9832 matching lines...) Expand 10 before | Expand all | Expand 10 after
14092 }, 14052 },
14093 { 14053 {
14094 "swarming": { 14054 "swarming": {
14095 "can_use_on_swarming_builders": true 14055 "can_use_on_swarming_builders": true
14096 }, 14056 },
14097 "test": "views_unittests" 14057 "test": "views_unittests"
14098 } 14058 }
14099 ] 14059 ]
14100 } 14060 }
14101 } 14061 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698