OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "android_nexus7_perf_bisect", | 10 "android_nexus7_perf_bisect", |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 "cwd": "[SLAVE_BUILD]/src", | 140 "cwd": "[SLAVE_BUILD]/src", |
141 "name": "git diff to analyze patch", | 141 "name": "git diff to analyze patch", |
142 "stdout": "/path/to/tmp/", | 142 "stdout": "/path/to/tmp/", |
143 "~followup_annotations": [ | 143 "~followup_annotations": [ |
144 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", | 144 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", |
145 "@@@STEP_LOG_END@files@@@" | 145 "@@@STEP_LOG_END@files@@@" |
146 ] | 146 ] |
147 }, | 147 }, |
148 { | 148 { |
149 "cmd": [ | 149 "cmd": [ |
150 "python", | |
151 "-u", | |
152 "[SLAVE_BUILD]/src/build/symlink.py", | |
153 "-f", | |
154 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | |
155 "~/adb" | |
156 ], | |
157 "cwd": "[SLAVE_BUILD]", | |
158 "name": "create adb symlink" | |
159 }, | |
160 { | |
161 "cmd": [ | |
162 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 150 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
163 "--", | 151 "--", |
164 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 152 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
165 "[SLAVE_BUILD]/src/out/logcat" | 153 "[SLAVE_BUILD]/src/out/logcat" |
166 ], | 154 ], |
167 "cwd": "[SLAVE_BUILD]", | 155 "cwd": "[SLAVE_BUILD]", |
168 "env": { | 156 "env": { |
169 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 157 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
170 }, | 158 }, |
171 "name": "spawn_logcat_monitor" | 159 "name": "spawn_logcat_monitor" |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
494 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 482 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
495 "@@@STEP_LOG_END@python.inline@@@" | 483 "@@@STEP_LOG_END@python.inline@@@" |
496 ] | 484 ] |
497 }, | 485 }, |
498 { | 486 { |
499 "name": "$result", | 487 "name": "$result", |
500 "recipe_result": null, | 488 "recipe_result": null, |
501 "status_code": 0 | 489 "status_code": 0 |
502 } | 490 } |
503 ] | 491 ] |
OLD | NEW |