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

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

Issue 1199273002: Convert events_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@7_base_unittests
Patch Set: Remove Win8 Aura Created 5 years, 5 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 {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 { 83 {
84 "test": "dbus_unittests" 84 "test": "dbus_unittests"
85 }, 85 },
86 { 86 {
87 "test": "device_unittests" 87 "test": "device_unittests"
88 }, 88 },
89 { 89 {
90 "test": "display_unittests" 90 "test": "display_unittests"
91 }, 91 },
92 { 92 {
93 "swarming": {
94 "can_use_on_swarming_builders": true
95 },
93 "test": "events_unittests" 96 "test": "events_unittests"
94 }, 97 },
95 { 98 {
96 "swarming": { 99 "swarming": {
97 "can_use_on_swarming_builders": true 100 "can_use_on_swarming_builders": true
98 }, 101 },
99 "test": "extensions_browsertests" 102 "test": "extensions_browsertests"
100 }, 103 },
101 { 104 {
102 "test": "extensions_unittests" 105 "test": "extensions_unittests"
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 { 272 {
270 "test": "dbus_unittests" 273 "test": "dbus_unittests"
271 }, 274 },
272 { 275 {
273 "test": "device_unittests" 276 "test": "device_unittests"
274 }, 277 },
275 { 278 {
276 "test": "display_unittests" 279 "test": "display_unittests"
277 }, 280 },
278 { 281 {
282 "swarming": {
283 "can_use_on_swarming_builders": true
284 },
279 "test": "events_unittests" 285 "test": "events_unittests"
280 }, 286 },
281 { 287 {
282 "swarming": { 288 "swarming": {
283 "can_use_on_swarming_builders": true 289 "can_use_on_swarming_builders": true
284 }, 290 },
285 "test": "extensions_browsertests" 291 "test": "extensions_browsertests"
286 }, 292 },
287 { 293 {
288 "test": "extensions_unittests" 294 "test": "extensions_unittests"
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
1070 "name": "webkit_lint", 1076 "name": "webkit_lint",
1071 "script": "webkit_lint.py" 1077 "script": "webkit_lint.py"
1072 }, 1078 },
1073 { 1079 {
1074 "name": "webkit_python_tests", 1080 "name": "webkit_python_tests",
1075 "script": "webkit_python_tests.py" 1081 "script": "webkit_python_tests.py"
1076 } 1082 }
1077 ] 1083 ]
1078 } 1084 }
1079 } 1085 }
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