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

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

Issue 863023003: Make components_browsertests swarmable and add to main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed a few dependencies and added components_browsertests to memory bot Created 5 years, 11 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.linux.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 "Mac10.6 Tests": { 2 "Mac10.6 Tests": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "accessibility_unittests", 5 "test": "accessibility_unittests",
6 "swarming": { 6 "swarming": {
7 "can_use_on_swarming_builders": true 7 "can_use_on_swarming_builders": true
8 } 8 }
9 }, 9 },
10 { 10 {
(...skipping 13 matching lines...) Expand all
24 "swarming": { 24 "swarming": {
25 "can_use_on_swarming_builders": true, 25 "can_use_on_swarming_builders": true,
26 "shards": 10 26 "shards": 10
27 } 27 }
28 }, 28 },
29 "cacheinvalidation_unittests", 29 "cacheinvalidation_unittests",
30 "cast_unittests", 30 "cast_unittests",
31 "cc_unittests", 31 "cc_unittests",
32 "chromedriver_unittests", 32 "chromedriver_unittests",
33 { 33 {
34 "test": "components_browsertests",
35 "swarming": {
36 "can_use_on_swarming_builders": true
37 }
38 },
39 {
34 "test": "components_unittests", 40 "test": "components_unittests",
35 "swarming": { 41 "swarming": {
36 "can_use_on_swarming_builders": true 42 "can_use_on_swarming_builders": true
37 } 43 }
38 }, 44 },
39 { 45 {
40 "test": "content_browsertests", 46 "test": "content_browsertests",
41 "swarming": { 47 "swarming": {
42 "can_use_on_swarming_builders": true 48 "can_use_on_swarming_builders": true
43 } 49 }
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 "name": "telemetry_perf_unittests", 556 "name": "telemetry_perf_unittests",
551 "script": "telemetry_perf_unittests.py" 557 "script": "telemetry_perf_unittests.py"
552 }, 558 },
553 { 559 {
554 "name": "nacl_integration", 560 "name": "nacl_integration",
555 "script": "nacl_integration.py" 561 "script": "nacl_integration.py"
556 } 562 }
557 ] 563 ]
558 } 564 }
559 } 565 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698