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

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

Issue 1214633003: Convert cacheinvalidation_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_jingle_unittests
Patch Set: fix path typo 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 24 matching lines...) Expand all
35 "test": "base_unittests" 35 "test": "base_unittests"
36 }, 36 },
37 { 37 {
38 "swarming": { 38 "swarming": {
39 "can_use_on_swarming_builders": true, 39 "can_use_on_swarming_builders": true,
40 "shards": 5 40 "shards": 5
41 }, 41 },
42 "test": "browser_tests" 42 "test": "browser_tests"
43 }, 43 },
44 { 44 {
45 "swarming": {
46 "can_use_on_swarming_builders": true
47 },
45 "test": "cacheinvalidation_unittests" 48 "test": "cacheinvalidation_unittests"
46 }, 49 },
47 { 50 {
48 "test": "chromeos_unittests" 51 "test": "chromeos_unittests"
49 }, 52 },
50 { 53 {
51 "test": "chromevox_tests" 54 "test": "chromevox_tests"
52 }, 55 },
53 { 56 {
54 "swarming": { 57 "swarming": {
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "test": "base_unittests" 262 "test": "base_unittests"
260 }, 263 },
261 { 264 {
262 "swarming": { 265 "swarming": {
263 "can_use_on_swarming_builders": true, 266 "can_use_on_swarming_builders": true,
264 "shards": 20 267 "shards": 20
265 }, 268 },
266 "test": "browser_tests" 269 "test": "browser_tests"
267 }, 270 },
268 { 271 {
272 "swarming": {
273 "can_use_on_swarming_builders": true
274 },
269 "test": "cacheinvalidation_unittests" 275 "test": "cacheinvalidation_unittests"
270 }, 276 },
271 { 277 {
272 "test": "chromeos_unittests" 278 "test": "chromeos_unittests"
273 }, 279 },
274 { 280 {
275 "swarming": { 281 "swarming": {
276 "can_use_on_swarming_builders": true 282 "can_use_on_swarming_builders": true
277 }, 283 },
278 "test": "components_unittests" 284 "test": "components_unittests"
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 "name": "webkit_lint", 1142 "name": "webkit_lint",
1137 "script": "webkit_lint.py" 1143 "script": "webkit_lint.py"
1138 }, 1144 },
1139 { 1145 {
1140 "name": "webkit_python_tests", 1146 "name": "webkit_python_tests",
1141 "script": "webkit_python_tests.py" 1147 "script": "webkit_python_tests.py"
1142 } 1148 }
1143 ] 1149 ]
1144 } 1150 }
1145 } 1151 }
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