| 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 "android_webview_shell_apk", | 126 "android_webview_shell_apk", |
| 126 "android_tools" | 127 "android_tools" |
| 127 ], | 128 ], |
| 128 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 129 "env": { | 130 "env": { |
| 130 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 131 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 131 }, | 132 }, |
| 132 "name": "compile" | 133 "name": "compile" |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 360 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 360 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 361 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 361 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 362 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 362 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 363 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 363 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 364 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 364 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 365 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 365 "@@@STEP_LOG_END@python.inline@@@" | 366 "@@@STEP_LOG_END@python.inline@@@" |
| 366 ] | 367 ] |
| 367 } | 368 } |
| 368 ] | 369 ] |
| OLD | NEW |