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

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

Issue 1645103002: tools/battor_agent: Adds battor_agent_unittests to waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.mac.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 "Android GN": { 2 "Android GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "all" 4 "all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 { 345 {
346 "swarming": { 346 "swarming": {
347 "can_use_on_swarming_builders": true 347 "can_use_on_swarming_builders": true
348 }, 348 },
349 "test": "base_unittests" 349 "test": "base_unittests"
350 }, 350 },
351 { 351 {
352 "swarming": { 352 "swarming": {
353 "can_use_on_swarming_builders": true 353 "can_use_on_swarming_builders": true
354 }, 354 },
355 "test": "battor_agent_unittests"
356 },
357 {
358 "swarming": {
359 "can_use_on_swarming_builders": true
360 },
355 "test": "blimp_unittests" 361 "test": "blimp_unittests"
356 }, 362 },
357 { 363 {
358 "swarming": { 364 "swarming": {
359 "can_use_on_swarming_builders": true, 365 "can_use_on_swarming_builders": true,
360 "shards": 5 366 "shards": 5
361 }, 367 },
362 "test": "browser_tests" 368 "test": "browser_tests"
363 }, 369 },
364 { 370 {
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 { 776 {
771 "swarming": { 777 "swarming": {
772 "can_use_on_swarming_builders": true 778 "can_use_on_swarming_builders": true
773 }, 779 },
774 "test": "base_unittests" 780 "test": "base_unittests"
775 }, 781 },
776 { 782 {
777 "swarming": { 783 "swarming": {
778 "can_use_on_swarming_builders": true 784 "can_use_on_swarming_builders": true
779 }, 785 },
786 "test": "battor_agent_unittests"
787 },
788 {
789 "swarming": {
790 "can_use_on_swarming_builders": true
791 },
780 "test": "blimp_unittests" 792 "test": "blimp_unittests"
781 }, 793 },
782 { 794 {
783 "swarming": { 795 "swarming": {
784 "can_use_on_swarming_builders": true, 796 "can_use_on_swarming_builders": true,
785 "shards": 10 797 "shards": 10
786 }, 798 },
787 "test": "browser_tests" 799 "test": "browser_tests"
788 }, 800 },
789 { 801 {
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 "test": "aura_unittests" 1148 "test": "aura_unittests"
1137 }, 1149 },
1138 { 1150 {
1139 "swarming": { 1151 "swarming": {
1140 "can_use_on_swarming_builders": true 1152 "can_use_on_swarming_builders": true
1141 }, 1153 },
1142 "test": "base_unittests" 1154 "test": "base_unittests"
1143 }, 1155 },
1144 { 1156 {
1145 "swarming": { 1157 "swarming": {
1158 "can_use_on_swarming_builders": true
1159 },
1160 "test": "battor_agent_unittests"
1161 },
1162 {
1163 "swarming": {
1146 "can_use_on_swarming_builders": true, 1164 "can_use_on_swarming_builders": true,
1147 "shards": 10 1165 "shards": 10
1148 }, 1166 },
1149 "test": "browser_tests" 1167 "test": "browser_tests"
1150 }, 1168 },
1151 { 1169 {
1152 "swarming": { 1170 "swarming": {
1153 "can_use_on_swarming_builders": true 1171 "can_use_on_swarming_builders": true
1154 }, 1172 },
1155 "test": "cacheinvalidation_unittests" 1173 "test": "cacheinvalidation_unittests"
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 } 1447 }
1430 ], 1448 ],
1431 "scripts": [ 1449 "scripts": [
1432 { 1450 {
1433 "name": "nacl_integration", 1451 "name": "nacl_integration",
1434 "script": "nacl_integration.py" 1452 "script": "nacl_integration.py"
1435 } 1453 }
1436 ] 1454 ]
1437 } 1455 }
1438 } 1456 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698