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

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

Issue 1207383007: Convert display_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@1_clang
Patch Set: Fix malformed isolate file 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') | ui/display/display.gyp » ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 89 {
90 "test": "dbus_unittests" 90 "test": "dbus_unittests"
91 }, 91 },
92 { 92 {
93 "swarming": { 93 "swarming": {
94 "can_use_on_swarming_builders": true 94 "can_use_on_swarming_builders": true
95 }, 95 },
96 "test": "device_unittests" 96 "test": "device_unittests"
97 }, 97 },
98 { 98 {
99 "swarming": {
100 "can_use_on_swarming_builders": true
101 },
99 "test": "display_unittests" 102 "test": "display_unittests"
100 }, 103 },
101 { 104 {
102 "swarming": { 105 "swarming": {
103 "can_use_on_swarming_builders": true 106 "can_use_on_swarming_builders": true
104 }, 107 },
105 "test": "events_unittests" 108 "test": "events_unittests"
106 }, 109 },
107 { 110 {
108 "swarming": { 111 "swarming": {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 { 350 {
348 "test": "dbus_unittests" 351 "test": "dbus_unittests"
349 }, 352 },
350 { 353 {
351 "swarming": { 354 "swarming": {
352 "can_use_on_swarming_builders": true 355 "can_use_on_swarming_builders": true
353 }, 356 },
354 "test": "device_unittests" 357 "test": "device_unittests"
355 }, 358 },
356 { 359 {
360 "swarming": {
361 "can_use_on_swarming_builders": true
362 },
357 "test": "display_unittests" 363 "test": "display_unittests"
358 }, 364 },
359 { 365 {
360 "swarming": { 366 "swarming": {
361 "can_use_on_swarming_builders": true 367 "can_use_on_swarming_builders": true
362 }, 368 },
363 "test": "events_unittests" 369 "test": "events_unittests"
364 }, 370 },
365 { 371 {
366 "swarming": { 372 "swarming": {
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 "name": "webkit_lint", 1214 "name": "webkit_lint",
1209 "script": "webkit_lint.py" 1215 "script": "webkit_lint.py"
1210 }, 1216 },
1211 { 1217 {
1212 "name": "webkit_python_tests", 1218 "name": "webkit_python_tests",
1213 "script": "webkit_python_tests.py" 1219 "script": "webkit_python_tests.py"
1214 } 1220 }
1215 ] 1221 ]
1216 } 1222 }
1217 } 1223 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.memory.fyi.json ('k') | ui/display/display.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698