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

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

Issue 1412333004: Run telemetry_perf_unittests via isolate on "Mac tests", "Linux tests" and trybot with swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix + swarming Created 5 years, 1 month 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
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 669 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 "test": "wm_unittests" 680 "test": "wm_unittests"
681 } 681 }
682 ], 682 ],
683 "isolated_scripts": [ 683 "isolated_scripts": [
684 { 684 {
685 "isolate_name": "telemetry_gpu_unittests", 685 "isolate_name": "telemetry_gpu_unittests",
686 "name": "telemetry_gpu_unittests", 686 "name": "telemetry_gpu_unittests",
687 "swarming": { 687 "swarming": {
688 "can_use_on_swarming_builders": true 688 "can_use_on_swarming_builders": true
689 } 689 }
690 },
691 {
692 "isolate_name": "telemetry_perf_unittests",
693 "name": "telemetry_perf_unittests",
694 "swarming": {
695 "can_use_on_swarming_builders": true
696 }
690 } 697 }
691 ], 698 ],
692 "scripts": [ 699 "scripts": [
693 { 700 {
694 "name": "telemetry_unittests", 701 "name": "telemetry_unittests",
695 "script": "telemetry_unittests.py" 702 "script": "telemetry_unittests.py"
696 }, 703 },
697 { 704 {
698 "name": "telemetry_perf_unittests",
699 "script": "telemetry_perf_unittests.py"
700 },
701 {
702 "name": "nacl_integration", 705 "name": "nacl_integration",
703 "script": "nacl_integration.py" 706 "script": "nacl_integration.py"
704 } 707 }
705 ] 708 ]
706 }, 709 },
707 "Win x64 GN": { 710 "Win x64 GN": {
708 "additional_compile_targets": [ 711 "additional_compile_targets": [
709 "gn_all" 712 "gn_all"
710 ] 713 ]
711 }, 714 },
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 "test": "wm_unittests" 1121 "test": "wm_unittests"
1119 } 1122 }
1120 ], 1123 ],
1121 "isolated_scripts": [ 1124 "isolated_scripts": [
1122 { 1125 {
1123 "isolate_name": "telemetry_gpu_unittests", 1126 "isolate_name": "telemetry_gpu_unittests",
1124 "name": "telemetry_gpu_unittests", 1127 "name": "telemetry_gpu_unittests",
1125 "swarming": { 1128 "swarming": {
1126 "can_use_on_swarming_builders": true 1129 "can_use_on_swarming_builders": true
1127 } 1130 }
1131 },
1132 {
1133 "isolate_name": "telemetry_perf_unittests",
1134 "name": "telemetry_perf_unittests",
1135 "swarming": {
1136 "can_use_on_swarming_builders": true
1137 }
1128 } 1138 }
1129 ], 1139 ],
1130 "scripts": [ 1140 "scripts": [
1131 { 1141 {
1132 "name": "telemetry_unittests", 1142 "name": "telemetry_unittests",
1133 "script": "telemetry_unittests.py" 1143 "script": "telemetry_unittests.py"
1134 }, 1144 },
1135 { 1145 {
1136 "name": "telemetry_perf_unittests",
1137 "script": "telemetry_perf_unittests.py"
1138 },
1139 {
1140 "name": "nacl_integration", 1146 "name": "nacl_integration",
1141 "script": "nacl_integration.py" 1147 "script": "nacl_integration.py"
1142 } 1148 }
1143 ] 1149 ]
1144 }, 1150 },
1145 "Win7 Tests (dbg)(1)": { 1151 "Win7 Tests (dbg)(1)": {
1146 "gtest_tests": [ 1152 "gtest_tests": [
1147 { 1153 {
1148 "swarming": { 1154 "swarming": {
1149 "can_use_on_swarming_builders": true 1155 "can_use_on_swarming_builders": true
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 "test": "wm_unittests" 1467 "test": "wm_unittests"
1462 } 1468 }
1463 ], 1469 ],
1464 "isolated_scripts": [ 1470 "isolated_scripts": [
1465 { 1471 {
1466 "isolate_name": "telemetry_gpu_unittests", 1472 "isolate_name": "telemetry_gpu_unittests",
1467 "name": "telemetry_gpu_unittests", 1473 "name": "telemetry_gpu_unittests",
1468 "swarming": { 1474 "swarming": {
1469 "can_use_on_swarming_builders": true 1475 "can_use_on_swarming_builders": true
1470 } 1476 }
1477 },
1478 {
1479 "isolate_name": "telemetry_perf_unittests",
1480 "name": "telemetry_perf_unittests",
1481 "swarming": {
1482 "can_use_on_swarming_builders": true
1483 }
1471 } 1484 }
1472 ], 1485 ],
1473 "scripts": [ 1486 "scripts": [
1474 { 1487 {
1475 "name": "telemetry_unittests", 1488 "name": "telemetry_unittests",
1476 "script": "telemetry_unittests.py" 1489 "script": "telemetry_unittests.py"
1477 },
1478 {
1479 "name": "telemetry_perf_unittests",
1480 "script": "telemetry_perf_unittests.py"
1481 } 1490 }
1482 ] 1491 ]
1483 }, 1492 },
1484 "Win8 Aura": { 1493 "Win8 Aura": {
1485 "additional_compile_targets": [ 1494 "additional_compile_targets": [
1486 "accessibility_unittests", 1495 "accessibility_unittests",
1487 "app_list_unittests", 1496 "app_list_unittests",
1488 "app_shell_unittests", 1497 "app_shell_unittests",
1489 "ash_unittests", 1498 "ash_unittests",
1490 "aura_unittests", 1499 "aura_unittests",
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
1992 "test": "wm_unittests" 2001 "test": "wm_unittests"
1993 } 2002 }
1994 ], 2003 ],
1995 "isolated_scripts": [ 2004 "isolated_scripts": [
1996 { 2005 {
1997 "isolate_name": "telemetry_gpu_unittests", 2006 "isolate_name": "telemetry_gpu_unittests",
1998 "name": "telemetry_gpu_unittests", 2007 "name": "telemetry_gpu_unittests",
1999 "swarming": { 2008 "swarming": {
2000 "can_use_on_swarming_builders": true 2009 "can_use_on_swarming_builders": true
2001 } 2010 }
2011 },
2012 {
2013 "isolate_name": "telemetry_perf_unittests",
2014 "name": "telemetry_perf_unittests",
2015 "swarming": {
2016 "can_use_on_swarming_builders": true
2017 }
2002 } 2018 }
2003 ], 2019 ],
2004 "scripts": [ 2020 "scripts": [
2005 { 2021 {
2006 "name": "telemetry_unittests", 2022 "name": "telemetry_unittests",
2007 "script": "telemetry_unittests.py" 2023 "script": "telemetry_unittests.py"
2008 }, 2024 },
2009 { 2025 {
2010 "name": "telemetry_perf_unittests",
2011 "script": "telemetry_perf_unittests.py"
2012 },
2013 {
2014 "name": "nacl_integration", 2026 "name": "nacl_integration",
2015 "script": "nacl_integration.py" 2027 "script": "nacl_integration.py"
2016 } 2028 }
2017 ] 2029 ]
2018 } 2030 }
2019 } 2031 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698