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

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

Issue 1197343004: Convert components_browsertests to always run on Swarming. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@6_cc_unitttests
Patch Set: Created 5 years, 5 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 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 }, 276 },
277 "test": "cc_unittests" 277 "test": "cc_unittests"
278 }, 278 },
279 { 279 {
280 "test": "chrome_elf_unittests" 280 "test": "chrome_elf_unittests"
281 }, 281 },
282 { 282 {
283 "test": "chromedriver_unittests" 283 "test": "chromedriver_unittests"
284 }, 284 },
285 { 285 {
286 "swarming": {
287 "can_use_on_swarming_builders": true
288 },
286 "test": "components_browsertests" 289 "test": "components_browsertests"
287 }, 290 },
288 { 291 {
289 "swarming": { 292 "swarming": {
290 "can_use_on_swarming_builders": true 293 "can_use_on_swarming_builders": true
291 }, 294 },
292 "test": "components_unittests" 295 "test": "components_unittests"
293 }, 296 },
294 { 297 {
295 "test": "compositor_unittests" 298 "test": "compositor_unittests"
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 }, 645 },
643 "test": "cc_unittests" 646 "test": "cc_unittests"
644 }, 647 },
645 { 648 {
646 "test": "chrome_elf_unittests" 649 "test": "chrome_elf_unittests"
647 }, 650 },
648 { 651 {
649 "test": "chromedriver_unittests" 652 "test": "chromedriver_unittests"
650 }, 653 },
651 { 654 {
655 "swarming": {
656 "can_use_on_swarming_builders": true
657 },
652 "test": "components_browsertests" 658 "test": "components_browsertests"
653 }, 659 },
654 { 660 {
655 "swarming": { 661 "swarming": {
656 "can_use_on_swarming_builders": true 662 "can_use_on_swarming_builders": true
657 }, 663 },
658 "test": "components_unittests" 664 "test": "components_unittests"
659 }, 665 },
660 { 666 {
661 "test": "compositor_unittests" 667 "test": "compositor_unittests"
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
1467 "name": "telemetry_perf_unittests", 1473 "name": "telemetry_perf_unittests",
1468 "script": "telemetry_perf_unittests.py" 1474 "script": "telemetry_perf_unittests.py"
1469 }, 1475 },
1470 { 1476 {
1471 "name": "nacl_integration", 1477 "name": "nacl_integration",
1472 "script": "nacl_integration.py" 1478 "script": "nacl_integration.py"
1473 } 1479 }
1474 ] 1480 ]
1475 } 1481 }
1476 } 1482 }
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