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 "linux_perf_bisect", | 10 "linux_perf_bisect", |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "-u", | 184 "-u", |
185 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 185 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
186 "--output", | 186 "--output", |
187 "/path/to/tmp/json", | 187 "/path/to/tmp/json", |
188 "--", | 188 "--", |
189 "--build-config-fs", | 189 "--build-config-fs", |
190 "Release", | 190 "Release", |
191 "--paths", | 191 "--paths", |
192 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 192 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
193 "--properties", | 193 "--properties", |
194 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" | 194 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"results-url\": \"https://chromeperf.appspot
.com\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"}" |
195 ], | 195 ], |
196 "name": "get compile targets for scripts", | 196 "name": "get compile targets for scripts", |
197 "~followup_annotations": [ | 197 "~followup_annotations": [ |
198 "@@@STEP_LOG_LINE@json.output@{}@@@", | 198 "@@@STEP_LOG_LINE@json.output@{}@@@", |
199 "@@@STEP_LOG_END@json.output@@@" | 199 "@@@STEP_LOG_END@json.output@@@" |
200 ] | 200 ] |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
739 "@@@STEP_LOG_LINE@json.output@}@@@", | 739 "@@@STEP_LOG_LINE@json.output@}@@@", |
740 "@@@STEP_LOG_END@json.output@@@" | 740 "@@@STEP_LOG_END@json.output@@@" |
741 ] | 741 ] |
742 }, | 742 }, |
743 { | 743 { |
744 "name": "$result", | 744 "name": "$result", |
745 "recipe_result": null, | 745 "recipe_result": null, |
746 "status_code": 0 | 746 "status_code": 0 |
747 } | 747 } |
748 ] | 748 ] |
OLD | NEW |