OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", |
| 8 "tryserver.webrtc", |
| 9 "--builder", |
| 10 "android", |
| 11 "--slave", |
| 12 "slavename", |
| 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']", |
| 15 "--revision_mapping_file", |
| 16 "{\"src\": \"got_revision\"}", |
| 17 "--issue", |
| 18 "666666", |
| 19 "--patchset", |
| 20 "1", |
| 21 "--output_json", |
| 22 "/path/to/tmp/json", |
| 23 "--revision", |
| 24 "src@12345" |
| 25 ], |
| 26 "name": "bot_update", |
| 27 "~followup_annotations": [ |
| 28 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
| 30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
| 31 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 32 "@@@STEP_LOG_END@json.output@@@" |
| 33 ] |
| 34 }, |
| 35 { |
| 36 "cmd": [ |
| 37 "python", |
| 38 "-u", |
6 "[DEPOT_TOOLS]/gclient.py", | 39 "[DEPOT_TOOLS]/gclient.py", |
7 "config", | 40 "config", |
8 "--spec", | 41 "--spec", |
9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']" | 42 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps
_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch
romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE
PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch
romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']" |
10 ], | 43 ], |
11 "name": "gclient setup" | 44 "name": "gclient setup" |
12 }, | 45 }, |
13 { | 46 { |
14 "cmd": [ | 47 "cmd": [ |
15 "python", | 48 "python", |
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 443 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
411 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 444 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
412 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 445 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
413 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 446 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
414 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 447 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
415 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 448 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
416 "@@@STEP_LOG_END@python.inline@@@" | 449 "@@@STEP_LOG_END@python.inline@@@" |
417 ] | 450 ] |
418 } | 451 } |
419 ] | 452 ] |
OLD | NEW |