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

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

Issue 602873004: Swarm net_unittests on release ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | 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 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 30 matching lines...) Expand all
41 { 41 {
42 "test": "interactive_ui_tests", 42 "test": "interactive_ui_tests",
43 "swarming": { 43 "swarming": {
44 "can_use_on_swarming_builders": true 44 "can_use_on_swarming_builders": true
45 } 45 }
46 }, 46 },
47 "jingle_unittests", 47 "jingle_unittests",
48 "content_unittests", 48 "content_unittests",
49 "device_unittests", 49 "device_unittests",
50 "media_unittests", 50 "media_unittests",
51 "net_unittests", 51 {
52 "test": "net_unittests",
53 "swarming": {
54 "can_use_on_swarming_builders": true
55 }
56 },
52 "ppapi_unittests", 57 "ppapi_unittests",
53 "printing_unittests", 58 "printing_unittests",
54 "remoting_unittests", 59 "remoting_unittests",
55 "sandbox_linux_unittests", 60 "sandbox_linux_unittests",
56 "ui_unittests", 61 "ui_unittests",
57 "views_unittests", 62 "views_unittests",
58 "wm_unittests", 63 "wm_unittests",
59 "aura_unittests", 64 "aura_unittests",
60 "ash_unittests", 65 "ash_unittests",
61 "app_list_unittests", 66 "app_list_unittests",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 }, 259 },
255 "Linux ChromiumOS Tests (dbg)(2)": { 260 "Linux ChromiumOS Tests (dbg)(2)": {
256 "gtest_tests": [ 261 "gtest_tests": [
257 ] 262 ]
258 }, 263 },
259 "Linux ChromiumOS Tests (dbg)(3)": { 264 "Linux ChromiumOS Tests (dbg)(3)": {
260 "gtest_tests": [ 265 "gtest_tests": [
261 ] 266 ]
262 } 267 }
263 } 268 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698