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

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

Issue 1063603002: Mark ui_base_unittests target to be used on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: m-a Created 5 years, 8 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.fyi.json ('k') | testing/buildbot/chromium.memory.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 Tests": { 2 "Android Tests": {
3 "scripts": [ 3 "scripts": [
4 { 4 {
5 "name": "webview_licenses", 5 "name": "webview_licenses",
6 "script": "webview_licenses.py" 6 "script": "webview_licenses.py"
7 } 7 }
8 ] 8 ]
9 }, 9 },
10 "Android Tests (dbg)": { 10 "Android Tests (dbg)": {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 { 86 {
87 "test": "skia_unittests" 87 "test": "skia_unittests"
88 }, 88 },
89 { 89 {
90 "test": "sql_unittests" 90 "test": "sql_unittests"
91 }, 91 },
92 { 92 {
93 "test": "sync_unit_tests" 93 "test": "sync_unit_tests"
94 }, 94 },
95 { 95 {
96 "swarming": {
97 "can_use_on_swarming_builders": true
98 },
96 "test": "ui_base_unittests" 99 "test": "ui_base_unittests"
97 }, 100 },
98 { 101 {
99 "test": "unit_tests" 102 "test": "unit_tests"
100 } 103 }
101 ] 104 ]
102 }, 105 },
103 "Linux Tests": { 106 "Linux Tests": {
104 "gtest_tests": [ 107 "gtest_tests": [
105 { 108 {
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 } 834 }
832 ], 835 ],
833 "scripts": [ 836 "scripts": [
834 { 837 {
835 "name": "nacl_integration", 838 "name": "nacl_integration",
836 "script": "nacl_integration.py" 839 "script": "nacl_integration.py"
837 } 840 }
838 ] 841 ]
839 } 842 }
840 } 843 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.memory.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698