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

Side by Side Diff: testing/buildbot/chromium.win.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.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 {
27 "test": "components_unittests", 33 "test": "components_unittests",
28 "swarming": { 34 "swarming": {
29 "can_use_on_swarming_builders": true 35 "can_use_on_swarming_builders": true
30 } 36 }
31 }, 37 },
32 "compositor_unittests", 38 "compositor_unittests",
33 { 39 {
34 "test": "content_browsertests", 40 "test": "content_browsertests",
35 "swarming": { 41 "swarming": {
36 "can_use_on_swarming_builders": true 42 "can_use_on_swarming_builders": true
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 "wm_unittests", 657 "wm_unittests",
652 "aura_unittests", 658 "aura_unittests",
653 "ash_unittests", 659 "ash_unittests",
654 "compositor_unittests", 660 "compositor_unittests",
655 "content_browsertests", 661 "content_browsertests",
656 "events_unittests", 662 "events_unittests",
657 "ui_touch_selection_unittests" 663 "ui_touch_selection_unittests"
658 ] 664 ]
659 } 665 }
660 } 666 }
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