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

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

Issue 619673003: Shard Win 7 Tests x64 (1) to 6 instead of 3 machines. (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 "interactive_ui_tests", 4 "interactive_ui_tests",
5 "cacheinvalidation_unittests", 5 "cacheinvalidation_unittests",
6 "cast_unittests", 6 "cast_unittests",
7 "cc_unittests", 7 "cc_unittests",
8 "chromedriver_unittests", 8 "chromedriver_unittests",
9 "courgette_unittests", 9 "courgette_unittests",
10 "crypto_unittests", 10 "crypto_unittests",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 { 238 {
239 "test": "base_unittests", 239 "test": "base_unittests",
240 "swarming": { 240 "swarming": {
241 "can_use_on_swarming_builders": true 241 "can_use_on_swarming_builders": true
242 } 242 }
243 }, 243 },
244 { 244 {
245 "test": "browser_tests", 245 "test": "browser_tests",
246 "swarming": { 246 "swarming": {
247 "can_use_on_swarming_builders": true, 247 "can_use_on_swarming_builders": true,
248 "shards": 3 248 "shards": 6
249 } 249 }
250 }, 250 },
251 "app_list_unittests", 251 "app_list_unittests",
252 "cacheinvalidation_unittests", 252 "cacheinvalidation_unittests",
253 "cast_unittests", 253 "cast_unittests",
254 "cc_unittests", 254 "cc_unittests",
255 "chromedriver_unittests", 255 "chromedriver_unittests",
256 "chrome_elf_unittests", 256 "chrome_elf_unittests",
257 "components_unittests", 257 "components_unittests",
258 { 258 {
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 "views_unittests", 417 "views_unittests",
418 "wm_unittests", 418 "wm_unittests",
419 "aura_unittests", 419 "aura_unittests",
420 "ash_unittests", 420 "ash_unittests",
421 "compositor_unittests", 421 "compositor_unittests",
422 "content_browsertests", 422 "content_browsertests",
423 "events_unittests" 423 "events_unittests"
424 ] 424 ]
425 } 425 }
426 } 426 }
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