| 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", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 "--target", | 113 "--target", |
| 114 "Release", | 114 "Release", |
| 115 "--src-dir", | 115 "--src-dir", |
| 116 "[SLAVE_BUILD]/src", | 116 "[SLAVE_BUILD]/src", |
| 117 "--build-tool", | 117 "--build-tool", |
| 118 "ninja", | 118 "ninja", |
| 119 "--compiler", | 119 "--compiler", |
| 120 "goma", | 120 "goma", |
| 121 "--goma-dir", | 121 "--goma-dir", |
| 122 "[BUILD]/goma", | 122 "[BUILD]/goma", |
| 123 "--ninja-ensure-up-to-date", |
| 123 "--", | 124 "--", |
| 124 "system_webview_apk" | 125 "system_webview_apk" |
| 125 ], | 126 ], |
| 126 "cwd": "[SLAVE_BUILD]", | 127 "cwd": "[SLAVE_BUILD]", |
| 127 "env": { | 128 "env": { |
| 128 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 129 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 129 }, | 130 }, |
| 130 "name": "compile" | 131 "name": "compile" |
| 131 }, | 132 }, |
| 132 { | 133 { |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 350 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 350 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 351 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 351 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 352 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 352 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 353 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 353 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 354 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 354 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 355 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 355 "@@@STEP_LOG_END@python.inline@@@" | 356 "@@@STEP_LOG_END@python.inline@@@" |
| 356 ] | 357 ] |
| 357 } | 358 } |
| 358 ] | 359 ] |
| OLD | NEW |