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

Side by Side Diff: testing/buildbot/chromium_trybot.json

Issue 401923004: Update isolate files for content tests and enable swarming for them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « content/content_unittests.isolate ('k') | 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 "compile_targets": [ 2 "compile_targets": [
3 "all" 3 "all"
4 ], 4 ],
5 "gtest_tests": [ 5 "gtest_tests": [
6 "accessibility_unittests", 6 "accessibility_unittests",
7 "app_list_unittests", 7 "app_list_unittests",
8 { 8 {
9 "test": "base_unittests", 9 "test": "base_unittests",
10 "swarming": { 10 "swarming": {
(...skipping 22 matching lines...) Expand all
33 }, 33 },
34 "components_unittests", 34 "components_unittests",
35 { 35 {
36 "test": "compositor_unittests", 36 "test": "compositor_unittests",
37 "platforms": ["linux", "win"] 37 "platforms": ["linux", "win"]
38 }, 38 },
39 { 39 {
40 "test": "courgette_unittests", 40 "test": "courgette_unittests",
41 "platforms": ["win"] 41 "platforms": ["win"]
42 }, 42 },
43 "content_browsertests", 43 {
44 "content_unittests", 44 "test": "content_browsertests",
45 "swarming": {
46 "can_use_on_swarming_builders": true
47 }
48 },
49 {
50 "test": "content_unittests",
51 "swarming": {
52 "can_use_on_swarming_builders": true
53 }
54 },
45 "crypto_unittests", 55 "crypto_unittests",
46 { 56 {
47 "test": "dbus_unittests", 57 "test": "dbus_unittests",
48 "platforms": ["linux"] 58 "platforms": ["linux"]
49 }, 59 },
50 "device_unittests", 60 "device_unittests",
51 "events_unittests", 61 "events_unittests",
52 { 62 {
53 "test": "extensions_unittests", 63 "test": "extensions_unittests",
54 "platforms": ["win", "mac", "linux"] 64 "platforms": ["win", "mac", "linux"]
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 "chrome/test/data/.*", 196 "chrome/test/data/.*",
187 "content/test/data/.*", 197 "content/test/data/.*",
188 "DEPS", 198 "DEPS",
189 "testing/buildbot/.*" 199 "testing/buildbot/.*"
190 ], 200 ],
191 201
192 "filter_builders": [ 202 "filter_builders": [
193 "linux_chromium_clang_dbg" 203 "linux_chromium_clang_dbg"
194 ] 204 ]
195 } 205 }
OLDNEW
« no previous file with comments | « content/content_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698