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

Side by Side Diff: testing/buildbot/chromium.win.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.mac.json ('k') | testing/buildbot/chromium_memory_trybot.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 "XP Tests (1)": { 2 "XP Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
11 "app_shell_browsertests", 11 "app_shell_browsertests",
12 "app_shell_unittests", 12 "app_shell_unittests",
13 "aura_unittests", 13 "aura_unittests",
14 { 14 {
15 "test": "browser_tests", 15 "test": "browser_tests",
16 "swarming": { 16 "swarming": {
17 "can_use_on_swarming_builders": true, 17 "can_use_on_swarming_builders": true,
18 "shards": 10 18 "shards": 10
19 } 19 }
20 }, 20 },
21 "cacheinvalidation_unittests", 21 "cacheinvalidation_unittests",
22 "cast_unittests", 22 "cast_unittests",
23 "cc_unittests", 23 "cc_unittests",
24 "chromedriver_unittests", 24 "chromedriver_unittests",
25 "chrome_elf_unittests", 25 "chrome_elf_unittests",
26 { 26 {
27 "test": "components_browsertests",
28 "swarming": {
29 "can_use_on_swarming_builders": true
30 }
31 },
32 {
33 "test": "components_unittests", 27 "test": "components_unittests",
34 "swarming": { 28 "swarming": {
35 "can_use_on_swarming_builders": true 29 "can_use_on_swarming_builders": true
36 } 30 }
37 }, 31 },
38 "compositor_unittests", 32 "compositor_unittests",
39 { 33 {
40 "test": "content_browsertests", 34 "test": "content_browsertests",
41 "swarming": { 35 "swarming": {
42 "can_use_on_swarming_builders": true 36 "can_use_on_swarming_builders": true
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 "wm_unittests", 651 "wm_unittests",
658 "aura_unittests", 652 "aura_unittests",
659 "ash_unittests", 653 "ash_unittests",
660 "compositor_unittests", 654 "compositor_unittests",
661 "content_browsertests", 655 "content_browsertests",
662 "events_unittests", 656 "events_unittests",
663 "ui_touch_selection_unittests" 657 "ui_touch_selection_unittests"
664 ] 658 ]
665 } 659 }
666 } 660 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/chromium_memory_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698