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

Side by Side Diff: testing/buildbot/chromium.webkit.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.memory.fyi.json ('k') | testing/buildbot/chromium.win.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 "Linux ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": {
6 "can_use_on_swarming_builders": true
7 },
5 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
6 }, 9 },
7 { 10 {
8 "test": "app_list_unittests" 11 "test": "app_list_unittests"
9 }, 12 },
10 { 13 {
11 "test": "app_shell_unittests" 14 "test": "app_shell_unittests"
12 }, 15 },
13 { 16 {
14 "swarming": { 17 "swarming": {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "test": "wm_unittests" 171 "test": "wm_unittests"
169 } 172 }
170 ] 173 ]
171 }, 174 },
172 "Linux ChromiumOS Tests (2)": { 175 "Linux ChromiumOS Tests (2)": {
173 "gtest_tests": [] 176 "gtest_tests": []
174 }, 177 },
175 "Linux ChromiumOS Tests (dbg)(1)": { 178 "Linux ChromiumOS Tests (dbg)(1)": {
176 "gtest_tests": [ 179 "gtest_tests": [
177 { 180 {
181 "swarming": {
182 "can_use_on_swarming_builders": true
183 },
178 "test": "accessibility_unittests" 184 "test": "accessibility_unittests"
179 }, 185 },
180 { 186 {
181 "test": "app_list_unittests" 187 "test": "app_list_unittests"
182 }, 188 },
183 { 189 {
184 "test": "app_shell_unittests" 190 "test": "app_shell_unittests"
185 }, 191 },
186 { 192 {
187 "swarming": { 193 "swarming": {
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 "name": "webkit_lint", 890 "name": "webkit_lint",
885 "script": "webkit_lint.py" 891 "script": "webkit_lint.py"
886 }, 892 },
887 { 893 {
888 "name": "webkit_python_tests", 894 "name": "webkit_python_tests",
889 "script": "webkit_python_tests.py" 895 "script": "webkit_python_tests.py"
890 } 896 }
891 ] 897 ]
892 } 898 }
893 } 899 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698