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

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

Issue 1412563007: Run Mojo apptests step on Windows main and cq bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 { 694 {
695 "name": "telemetry_perf_unittests", 695 "name": "telemetry_perf_unittests",
696 "script": "telemetry_perf_unittests.py" 696 "script": "telemetry_perf_unittests.py"
697 }, 697 },
698 { 698 {
699 "name": "nacl_integration", 699 "name": "nacl_integration",
700 "script": "nacl_integration.py" 700 "script": "nacl_integration.py"
701 } 701 }
702 ] 702 ]
703 }, 703 },
704 "Win x64 GN": { 704 "Win x64 GN": {
msw 2015/10/29 21:28:20 This bot (and the win_chromium_gn_x64_rel using th
Dirk Pranke 2015/10/29 21:33:41 Sure, that's fine.
705 "additional_compile_targets": [ 705 "additional_compile_targets": [
706 "gn_all" 706 "gn_all"
707 ] 707 ]
708 }, 708 },
709 "Win x64 GN (dbg)": { 709 "Win x64 GN (dbg)": {
710 "additional_compile_targets": [ 710 "additional_compile_targets": [
711 "accessibility_unittests", 711 "accessibility_unittests",
712 "app_list_unittests", 712 "app_list_unittests",
713 "app_shell_unittests", 713 "app_shell_unittests",
714 "ash_unittests", 714 "ash_unittests",
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1465 { 1465 {
1466 "name": "telemetry_unittests", 1466 "name": "telemetry_unittests",
1467 "script": "telemetry_unittests.py" 1467 "script": "telemetry_unittests.py"
1468 }, 1468 },
1469 { 1469 {
1470 "name": "telemetry_perf_unittests", 1470 "name": "telemetry_perf_unittests",
1471 "script": "telemetry_perf_unittests.py" 1471 "script": "telemetry_perf_unittests.py"
1472 } 1472 }
1473 ] 1473 ]
1474 }, 1474 },
1475 "Win8 Aura": { 1475 "Win8 Aura": {
msw 2015/10/29 21:28:20 Is 'Win8 Aura' and 'win8_chromium_ng' the right bo
Dirk Pranke 2015/10/29 21:33:41 Yes, this is the right bot to change.
1476 "additional_compile_targets": [ 1476 "additional_compile_targets": [
1477 "accessibility_unittests", 1477 "accessibility_unittests",
1478 "app_list_unittests", 1478 "app_list_unittests",
1479 "app_shell_unittests", 1479 "app_shell_unittests",
1480 "ash_unittests", 1480 "ash_unittests",
1481 "aura_unittests", 1481 "aura_unittests",
1482 "cacheinvalidation_unittests", 1482 "cacheinvalidation_unittests",
1483 "cast_unittests", 1483 "cast_unittests",
1484 "cc_unittests", 1484 "cc_unittests",
1485 "chrome", 1485 "chrome",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 }, 1569 },
1570 { 1570 {
1571 "test": "resource_provider_unittests" 1571 "test": "resource_provider_unittests"
1572 }, 1572 },
1573 { 1573 {
1574 "test": "ui_touch_selection_unittests" 1574 "test": "ui_touch_selection_unittests"
1575 }, 1575 },
1576 { 1576 {
1577 "test": "window_manager_unittests" 1577 "test": "window_manager_unittests"
1578 } 1578 }
1579 ],
1580 "scripts": [
1581 {
1582 "name": "mojo_apptests",
1583 "script": "mojo_apptests.py"
1584 }
1579 ] 1585 ]
1580 }, 1586 },
1581 "Win8 GN": { 1587 "Win8 GN": {
1582 "additional_compile_targets": [ 1588 "additional_compile_targets": [
1583 "accessibility_unittests", 1589 "accessibility_unittests",
1584 "app_list_unittests", 1590 "app_list_unittests",
1585 "app_shell_unittests", 1591 "app_shell_unittests",
1586 "ash_unittests", 1592 "ash_unittests",
1587 "aura_unittests", 1593 "aura_unittests",
1588 "cacheinvalidation_unittests", 1594 "cacheinvalidation_unittests",
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 "name": "telemetry_perf_unittests", 2004 "name": "telemetry_perf_unittests",
1999 "script": "telemetry_perf_unittests.py" 2005 "script": "telemetry_perf_unittests.py"
2000 }, 2006 },
2001 { 2007 {
2002 "name": "nacl_integration", 2008 "name": "nacl_integration",
2003 "script": "nacl_integration.py" 2009 "script": "nacl_integration.py"
2004 } 2010 }
2005 ] 2011 ]
2006 } 2012 }
2007 } 2013 }
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