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

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

Issue 1773343002: Adds views_mus_unittests to the linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « 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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 }, 919 },
920 "test": "unit_tests" 920 "test": "unit_tests"
921 }, 921 },
922 { 922 {
923 "swarming": { 923 "swarming": {
924 "can_use_on_swarming_builders": true 924 "can_use_on_swarming_builders": true
925 }, 925 },
926 "test": "url_unittests" 926 "test": "url_unittests"
927 }, 927 },
928 { 928 {
929 "test": "views_mus_unittests"
930 },
Dirk Pranke 2016/03/09 00:22:00 can this run under swarming? If so, you should add
sky 2016/03/09 00:32:04 AFAIK, yes.
931 {
929 "swarming": { 932 "swarming": {
930 "can_use_on_swarming_builders": true 933 "can_use_on_swarming_builders": true
931 }, 934 },
932 "test": "views_unittests" 935 "test": "views_unittests"
933 }, 936 },
934 { 937 {
935 "test": "window_manager_unittests" 938 "test": "window_manager_unittests"
936 }, 939 },
937 { 940 {
938 "swarming": { 941 "swarming": {
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1712 } 1715 }
1713 ], 1716 ],
1714 "scripts": [ 1717 "scripts": [
1715 { 1718 {
1716 "name": "nacl_integration", 1719 "name": "nacl_integration",
1717 "script": "nacl_integration.py" 1720 "script": "nacl_integration.py"
1718 } 1721 }
1719 ] 1722 ]
1720 } 1723 }
1721 } 1724 }
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