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

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

Issue 874843002: Make components_browsertests swarmable and add to main waterfall. (2nd try) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased since extensions_browsertests.isolate went away 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_unittests", 11 "app_shell_unittests",
12 "aura_unittests", 12 "aura_unittests",
13 { 13 {
14 "test": "browser_tests", 14 "test": "browser_tests",
15 "swarming": { 15 "swarming": {
16 "can_use_on_swarming_builders": true, 16 "can_use_on_swarming_builders": true,
17 "shards": 10 17 "shards": 10
18 } 18 }
19 }, 19 },
20 "cacheinvalidation_unittests", 20 "cacheinvalidation_unittests",
21 "cast_unittests", 21 "cast_unittests",
22 "cc_unittests", 22 "cc_unittests",
23 "chromedriver_unittests", 23 "chromedriver_unittests",
24 "chrome_elf_unittests", 24 "chrome_elf_unittests",
25 { 25 {
26 "test": "components_browsertests",
27 "swarming": {
28 "can_use_on_swarming_builders": true
29 }
30 },
31 {
26 "test": "components_unittests", 32 "test": "components_unittests",
27 "swarming": { 33 "swarming": {
28 "can_use_on_swarming_builders": true 34 "can_use_on_swarming_builders": true
29 } 35 }
30 }, 36 },
31 "compositor_unittests", 37 "compositor_unittests",
32 { 38 {
33 "test": "content_browsertests", 39 "test": "content_browsertests",
34 "swarming": { 40 "swarming": {
35 "can_use_on_swarming_builders": true 41 "can_use_on_swarming_builders": true
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "wm_unittests", 682 "wm_unittests",
677 "aura_unittests", 683 "aura_unittests",
678 "ash_unittests", 684 "ash_unittests",
679 "compositor_unittests", 685 "compositor_unittests",
680 "content_browsertests", 686 "content_browsertests",
681 "events_unittests", 687 "events_unittests",
682 "ui_touch_selection_unittests" 688 "ui_touch_selection_unittests"
683 ] 689 ]
684 } 690 }
685 } 691 }
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