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

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

Issue 1179083002: Revert of Mark ui_base_unittests target to be used on Swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 },
99 "test": "ui_base_unittests" 96 "test": "ui_base_unittests"
100 }, 97 },
101 { 98 {
102 "test": "unit_tests" 99 "test": "unit_tests"
103 } 100 }
104 ] 101 ]
105 }, 102 },
106 "Linux Tests": { 103 "Linux Tests": {
107 "gtest_tests": [ 104 "gtest_tests": [
108 { 105 {
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 } 831 }
835 ], 832 ],
836 "scripts": [ 833 "scripts": [
837 { 834 {
838 "name": "nacl_integration", 835 "name": "nacl_integration",
839 "script": "nacl_integration.py" 836 "script": "nacl_integration.py"
840 } 837 }
841 ] 838 ]
842 } 839 }
843 } 840 }
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