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

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

Issue 2849673002: Add blink unit tests to the linux/mac/windows builders. (Closed)
Patch Set: Created 3 years, 7 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.linux.json ('k') | testing/buildbot/chromium.win.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 "Mac GYP": { 2 "Mac GYP": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "base_unittests", 4 "base_unittests",
5 "browser_tests", 5 "browser_tests",
6 "chrome", 6 "chrome",
7 "content_browsertests", 7 "content_browsertests",
8 "content_unittests", 8 "content_unittests",
9 "interactive_ui_tests", 9 "interactive_ui_tests",
10 "ipc_tests", 10 "ipc_tests",
(...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 "test": "base_unittests" 1288 "test": "base_unittests"
1289 }, 1289 },
1290 { 1290 {
1291 "swarming": { 1291 "swarming": {
1292 "can_use_on_swarming_builders": true 1292 "can_use_on_swarming_builders": true
1293 }, 1293 },
1294 "test": "battor_agent_unittests" 1294 "test": "battor_agent_unittests"
1295 }, 1295 },
1296 { 1296 {
1297 "swarming": { 1297 "swarming": {
1298 "can_use_on_swarming_builders": true
1299 },
1300 "test": "blink_heap_unittests"
1301 },
1302 {
1303 "swarming": {
1304 "can_use_on_swarming_builders": true
1305 },
1306 "test": "blink_platform_unittests"
1307 },
1308 {
1309 "swarming": {
1298 "can_use_on_swarming_builders": true, 1310 "can_use_on_swarming_builders": true,
1299 "shards": 10 1311 "shards": 10
1300 }, 1312 },
1301 "test": "browser_tests" 1313 "test": "browser_tests"
1302 }, 1314 },
1303 { 1315 {
1304 "swarming": { 1316 "swarming": {
1305 "can_use_on_swarming_builders": true 1317 "can_use_on_swarming_builders": true
1306 }, 1318 },
1307 "test": "cacheinvalidation_unittests" 1319 "test": "cacheinvalidation_unittests"
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
1599 "swarming": { 1611 "swarming": {
1600 "can_use_on_swarming_builders": true 1612 "can_use_on_swarming_builders": true
1601 }, 1613 },
1602 "test": "url_unittests" 1614 "test": "url_unittests"
1603 }, 1615 },
1604 { 1616 {
1605 "swarming": { 1617 "swarming": {
1606 "can_use_on_swarming_builders": true 1618 "can_use_on_swarming_builders": true
1607 }, 1619 },
1608 "test": "views_unittests" 1620 "test": "views_unittests"
1621 },
1622 {
1623 "swarming": {
1624 "can_use_on_swarming_builders": true
1625 },
1626 "test": "webkit_unit_tests"
1627 },
1628 {
1629 "swarming": {
1630 "can_use_on_swarming_builders": true
1631 },
1632 "test": "wtf_unittests"
1609 } 1633 }
1610 ], 1634 ],
1611 "isolated_scripts": [ 1635 "isolated_scripts": [
1612 { 1636 {
1613 "isolate_name": "telemetry_gpu_unittests", 1637 "isolate_name": "telemetry_gpu_unittests",
1614 "name": "telemetry_gpu_unittests", 1638 "name": "telemetry_gpu_unittests",
1615 "swarming": { 1639 "swarming": {
1616 "can_use_on_swarming_builders": true 1640 "can_use_on_swarming_builders": true
1617 } 1641 }
1618 }, 1642 },
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 "isolate_name": "telemetry_unittests", 1997 "isolate_name": "telemetry_unittests",
1974 "name": "telemetry_unittests", 1998 "name": "telemetry_unittests",
1975 "swarming": { 1999 "swarming": {
1976 "can_use_on_swarming_builders": true, 2000 "can_use_on_swarming_builders": true,
1977 "shards": 2 2001 "shards": 2
1978 } 2002 }
1979 } 2003 }
1980 ] 2004 ]
1981 } 2005 }
1982 } 2006 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698