| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_rel_tests_recipe", | 10 "android_rel_tests_recipe", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "--target", | 177 "--target", |
| 178 "Release", | 178 "Release", |
| 179 "--src-dir", | 179 "--src-dir", |
| 180 "[SLAVE_BUILD]/src", | 180 "[SLAVE_BUILD]/src", |
| 181 "--build-tool", | 181 "--build-tool", |
| 182 "ninja", | 182 "ninja", |
| 183 "--compiler", | 183 "--compiler", |
| 184 "goma", | 184 "goma", |
| 185 "--goma-dir", | 185 "--goma-dir", |
| 186 "[BUILD]/goma", | 186 "[BUILD]/goma", |
| 187 "--" | 187 "--", |
| 188 "breakpad_unittests", |
| 189 "chrome_shell_test_apk" |
| 188 ], | 190 ], |
| 189 "env": { | 191 "env": { |
| 190 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 192 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 191 }, | 193 }, |
| 192 "name": "compile" | 194 "name": "compile" |
| 193 }, | 195 }, |
| 194 { | 196 { |
| 195 "cmd": [ | 197 "cmd": [ |
| 196 "python", | 198 "python", |
| 197 "-u", | 199 "-u", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 357 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 356 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 358 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 357 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 359 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 358 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 360 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 359 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 361 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 360 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 362 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 361 "@@@STEP_LOG_END@python.inline@@@" | 363 "@@@STEP_LOG_END@python.inline@@@" |
| 362 ] | 364 ] |
| 363 } | 365 } |
| 364 ] | 366 ] |
| OLD | NEW |