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

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

Issue 1048293003: Run app_list_unittests on Swarming in more configurations. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_isolates
Patch Set: 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": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
11 "swarming": {
12 "can_use_on_swarming_builders": true
13 },
11 "test": "app_list_unittests" 14 "test": "app_list_unittests"
12 }, 15 },
13 { 16 {
14 "test": "app_shell_unittests" 17 "test": "app_shell_unittests"
15 }, 18 },
16 { 19 {
17 "swarming": { 20 "swarming": {
18 "can_use_on_swarming_builders": true 21 "can_use_on_swarming_builders": true
19 }, 22 },
20 "test": "ash_unittests" 23 "test": "ash_unittests"
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 }, 180 },
178 "Linux ChromiumOS Tests (dbg)(1)": { 181 "Linux ChromiumOS Tests (dbg)(1)": {
179 "gtest_tests": [ 182 "gtest_tests": [
180 { 183 {
181 "swarming": { 184 "swarming": {
182 "can_use_on_swarming_builders": true 185 "can_use_on_swarming_builders": true
183 }, 186 },
184 "test": "accessibility_unittests" 187 "test": "accessibility_unittests"
185 }, 188 },
186 { 189 {
190 "swarming": {
191 "can_use_on_swarming_builders": true
192 },
187 "test": "app_list_unittests" 193 "test": "app_list_unittests"
188 }, 194 },
189 { 195 {
190 "test": "app_shell_unittests" 196 "test": "app_shell_unittests"
191 }, 197 },
192 { 198 {
193 "swarming": { 199 "swarming": {
194 "can_use_on_swarming_builders": true 200 "can_use_on_swarming_builders": true
195 }, 201 },
196 "test": "ash_unittests" 202 "test": "ash_unittests"
(...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 "name": "webkit_lint", 896 "name": "webkit_lint",
891 "script": "webkit_lint.py" 897 "script": "webkit_lint.py"
892 }, 898 },
893 { 899 {
894 "name": "webkit_python_tests", 900 "name": "webkit_python_tests",
895 "script": "webkit_python_tests.py" 901 "script": "webkit_python_tests.py"
896 } 902 }
897 ] 903 ]
898 } 904 }
899 } 905 }
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