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

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

Issue 1543663002: Adds battor_agent to the list of targets built by all trybots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 | 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": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 { 294 {
295 "swarming": { 295 "swarming": {
296 "can_use_on_swarming_builders": true 296 "can_use_on_swarming_builders": true
297 }, 297 },
298 "test": "url_unittests" 298 "test": "url_unittests"
299 } 299 }
300 ] 300 ]
301 }, 301 },
302 "Linux Builder": { 302 "Linux Builder": {
303 "additional_compile_targets": [ 303 "additional_compile_targets": [
304 "battor_agent",
304 "blimp", 305 "blimp",
305 "mandoline:all", 306 "mandoline:all",
306 "mash:all", 307 "mash:all",
307 "remoting_all" 308 "remoting_all"
308 ] 309 ]
309 }, 310 },
310 "Linux Builder (dbg)": { 311 "Linux Builder (dbg)": {
311 "additional_compile_targets": [ 312 "additional_compile_targets": [
312 "gn_all" 313 "gn_all"
313 ] 314 ]
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 } 1420 }
1420 ], 1421 ],
1421 "scripts": [ 1422 "scripts": [
1422 { 1423 {
1423 "name": "nacl_integration", 1424 "name": "nacl_integration",
1424 "script": "nacl_integration.py" 1425 "script": "nacl_integration.py"
1425 } 1426 }
1426 ] 1427 ]
1427 } 1428 }
1428 } 1429 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698