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

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

Issue 856323003: Revert of Make components_browsertests swarmable and add to main waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 {
40 "test": "components_unittests", 34 "test": "components_unittests",
41 "swarming": { 35 "swarming": {
42 "can_use_on_swarming_builders": true 36 "can_use_on_swarming_builders": true
43 } 37 }
44 }, 38 },
45 { 39 {
46 "test": "content_browsertests", 40 "test": "content_browsertests",
47 "swarming": { 41 "swarming": {
48 "can_use_on_swarming_builders": true 42 "can_use_on_swarming_builders": true
49 } 43 }
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 "name": "telemetry_perf_unittests", 550 "name": "telemetry_perf_unittests",
557 "script": "telemetry_perf_unittests.py" 551 "script": "telemetry_perf_unittests.py"
558 }, 552 },
559 { 553 {
560 "name": "nacl_integration", 554 "name": "nacl_integration",
561 "script": "nacl_integration.py" 555 "script": "nacl_integration.py"
562 } 556 }
563 ] 557 ]
564 } 558 }
565 } 559 }
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