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

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

Issue 1045313003: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_convert_to_swarming
Patch Set: Remove from OSX 10.10 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)": {
11 "scripts": [ 11 "scripts": [
12 { 12 {
13 "name": "webview_licenses", 13 "name": "webview_licenses",
14 "script": "webview_licenses.py" 14 "script": "webview_licenses.py"
15 } 15 }
16 ] 16 ]
17 }, 17 },
18 "Linux Clang (dbg)": { 18 "Linux Clang (dbg)": {
19 "gtest_tests": [ 19 "gtest_tests": [
20 { 20 {
21 "swarming": {
22 "can_use_on_swarming_builders": true
23 },
21 "test": "accessibility_unittests" 24 "test": "accessibility_unittests"
22 }, 25 },
23 { 26 {
24 "test": "app_shell_unittests" 27 "test": "app_shell_unittests"
25 }, 28 },
26 { 29 {
27 "test": "base_unittests" 30 "test": "base_unittests"
28 }, 31 },
29 { 32 {
30 "test": "components_unittests" 33 "test": "components_unittests"
(...skipping 797 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 } 831 }
829 ], 832 ],
830 "scripts": [ 833 "scripts": [
831 { 834 {
832 "name": "nacl_integration", 835 "name": "nacl_integration",
833 "script": "nacl_integration.py" 836 "script": "nacl_integration.py"
834 } 837 }
835 ] 838 ]
836 } 839 }
837 } 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