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

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

Issue 1919543002: Swarm mash_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: osmesa Created 4 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/gn_isolate_map.pyl » ('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 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (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 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1759 { 1759 {
1760 "test": "mojo_surfaces_lib_unittests" 1760 "test": "mojo_surfaces_lib_unittests"
1761 }, 1761 },
1762 { 1762 {
1763 "test": "mojo_system_unittests" 1763 "test": "mojo_system_unittests"
1764 }, 1764 },
1765 { 1765 {
1766 "test": "mojo_view_manager_lib_unittests" 1766 "test": "mojo_view_manager_lib_unittests"
1767 }, 1767 },
1768 { 1768 {
1769 "args": [
1770 "--override-use-gl-with-osmesa-for-tests"
1771 ],
1772 "swarming": {
1773 "can_use_on_swarming_builders": true
1774 },
1769 "test": "mash_unittests" 1775 "test": "mash_unittests"
1770 }, 1776 },
1771 { 1777 {
1772 "test": "mus_gpu_unittests" 1778 "test": "mus_gpu_unittests"
1773 }, 1779 },
1774 { 1780 {
1775 "test": "mus_ws_unittests" 1781 "test": "mus_ws_unittests"
1776 }, 1782 },
1777 { 1783 {
1778 "test": "resource_provider_unittests" 1784 "test": "resource_provider_unittests"
(...skipping 16 matching lines...) Expand all
1795 }, 1801 },
1796 { 1802 {
1797 "swarming": { 1803 "swarming": {
1798 "can_use_on_swarming_builders": true 1804 "can_use_on_swarming_builders": true
1799 }, 1805 },
1800 "test": "events_unittests" 1806 "test": "events_unittests"
1801 } 1807 }
1802 ] 1808 ]
1803 } 1809 }
1804 } 1810 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698