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

Side by Side Diff: testing/buildbot/chromium.memory.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.mac.json ('k') | testing/buildbot/chromium.memory.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 ASan LSan Tests (1)": { 2 "Linux ASan LSan 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 {
11 "swarming": { 11 "swarming": {
12 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
13 }, 13 },
14 "test": "base_unittests" 14 "test": "base_unittests"
15 }, 15 },
16 { 16 {
17 "swarming": { 17 "swarming": {
18 "can_use_on_swarming_builders": true, 18 "can_use_on_swarming_builders": true,
19 "shards": 10 19 "shards": 10
20 }, 20 },
21 "test": "browser_tests" 21 "test": "browser_tests"
22 }, 22 },
23 { 23 {
24 "swarming": {
25 "can_use_on_swarming_builders": true
26 },
24 "test": "cacheinvalidation_unittests" 27 "test": "cacheinvalidation_unittests"
25 }, 28 },
26 { 29 {
27 "swarming": { 30 "swarming": {
28 "can_use_on_swarming_builders": true 31 "can_use_on_swarming_builders": true
29 }, 32 },
30 "test": "cast_unittests" 33 "test": "cast_unittests"
31 }, 34 },
32 { 35 {
33 "swarming": { 36 "swarming": {
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "test": "base_unittests" 240 "test": "base_unittests"
238 }, 241 },
239 { 242 {
240 "swarming": { 243 "swarming": {
241 "can_use_on_swarming_builders": true, 244 "can_use_on_swarming_builders": true,
242 "shards": 10 245 "shards": 10
243 }, 246 },
244 "test": "browser_tests" 247 "test": "browser_tests"
245 }, 248 },
246 { 249 {
250 "swarming": {
251 "can_use_on_swarming_builders": true
252 },
247 "test": "cacheinvalidation_unittests" 253 "test": "cacheinvalidation_unittests"
248 }, 254 },
249 { 255 {
250 "swarming": { 256 "swarming": {
251 "can_use_on_swarming_builders": true 257 "can_use_on_swarming_builders": true
252 }, 258 },
253 "test": "cast_unittests" 259 "test": "cast_unittests"
254 }, 260 },
255 { 261 {
256 "test": "chromeos_unittests" 262 "test": "chromeos_unittests"
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 "test": "base_unittests" 437 "test": "base_unittests"
432 }, 438 },
433 { 439 {
434 "swarming": { 440 "swarming": {
435 "can_use_on_swarming_builders": true, 441 "can_use_on_swarming_builders": true,
436 "shards": 20 442 "shards": 20
437 }, 443 },
438 "test": "browser_tests" 444 "test": "browser_tests"
439 }, 445 },
440 { 446 {
447 "swarming": {
448 "can_use_on_swarming_builders": true
449 },
441 "test": "cacheinvalidation_unittests" 450 "test": "cacheinvalidation_unittests"
442 }, 451 },
443 { 452 {
444 "swarming": { 453 "swarming": {
445 "can_use_on_swarming_builders": true 454 "can_use_on_swarming_builders": true
446 }, 455 },
447 "test": "cc_unittests" 456 "test": "cc_unittests"
448 }, 457 },
449 { 458 {
450 "test": "chromedriver_unittests" 459 "test": "chromedriver_unittests"
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 }, 567 },
559 { 568 {
560 "swarming": { 569 "swarming": {
561 "can_use_on_swarming_builders": true 570 "can_use_on_swarming_builders": true
562 }, 571 },
563 "test": "url_unittests" 572 "test": "url_unittests"
564 } 573 }
565 ] 574 ]
566 } 575 }
567 } 576 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698