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

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

Issue 632693004: Swarm ash_unittests on XP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | 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 "ash_unittests", 12 {
13 "test": "ash_unittests",
14 "swarming": {
15 "can_use_on_swarming_builders": true
16 }
17 },
13 "aura_unittests", 18 "aura_unittests",
14 { 19 {
15 "test": "browser_tests", 20 "test": "browser_tests",
16 "swarming": { 21 "swarming": {
17 "can_use_on_swarming_builders": true, 22 "can_use_on_swarming_builders": true,
18 "shards": 7 23 "shards": 7
19 } 24 }
20 }, 25 },
21 "cacheinvalidation_unittests", 26 "cacheinvalidation_unittests",
22 "cast_unittests", 27 "cast_unittests",
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 "views_unittests", 508 "views_unittests",
504 "wm_unittests", 509 "wm_unittests",
505 "aura_unittests", 510 "aura_unittests",
506 "ash_unittests", 511 "ash_unittests",
507 "compositor_unittests", 512 "compositor_unittests",
508 "content_browsertests", 513 "content_browsertests",
509 "events_unittests" 514 "events_unittests"
510 ] 515 ]
511 } 516 }
512 } 517 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698