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

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

Issue 734063004: Update from https://crrev.com/304418 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sandbox/linux/syscall_broker/broker_process.cc ('k') | testing/buildbot/chromium.fyi.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 "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 27 matching lines...) Expand all
38 "google_apis_unittests", 38 "google_apis_unittests",
39 "gpu_unittests", 39 "gpu_unittests",
40 "url_unittests", 40 "url_unittests",
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",
49 "device_unittests", 48 "device_unittests",
50 "media_unittests", 49 "media_unittests",
51 { 50 {
52 "test": "net_unittests", 51 "test": "net_unittests",
53 "swarming": { 52 "swarming": {
54 "can_use_on_swarming_builders": true 53 "can_use_on_swarming_builders": true
55 } 54 }
56 }, 55 },
57 "ppapi_unittests", 56 "ppapi_unittests",
58 "printing_unittests", 57 "printing_unittests",
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 { 230 {
232 "test": "interactive_ui_tests", 231 "test": "interactive_ui_tests",
233 "swarming": { 232 "swarming": {
234 "can_use_on_swarming_builders": true, 233 "can_use_on_swarming_builders": true,
235 "shards": 3 234 "shards": 3
236 } 235 }
237 } 236 }
238 ] 237 ]
239 } 238 }
240 } 239 }
OLDNEW
« no previous file with comments | « sandbox/linux/syscall_broker/broker_process.cc ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698