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_bisector", | 10 "linux_perf_bisector", |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 "cmd": [ | 127 "cmd": [ |
128 "python", | 128 "python", |
129 "-u", | 129 "-u", |
130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 130 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
131 "--output", | 131 "--output", |
132 "/path/to/tmp/json", | 132 "/path/to/tmp/json", |
133 "--", | 133 "--", |
134 "--build-config-fs", | 134 "--build-config-fs", |
135 "Release", | 135 "Release", |
136 "--paths", | 136 "--paths", |
137 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 137 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
138 "--properties", | 138 "--properties", |
139 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | 139 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" |
140 ], | 140 ], |
141 "cwd": "[SLAVE_BUILD]", | 141 "cwd": "[SLAVE_BUILD]", |
142 "name": "get compile targets for scripts", | 142 "name": "get compile targets for scripts", |
143 "~followup_annotations": [ | 143 "~followup_annotations": [ |
144 "@@@STEP_LOG_LINE@json.output@{}@@@", | 144 "@@@STEP_LOG_LINE@json.output@{}@@@", |
145 "@@@STEP_LOG_END@json.output@@@" | 145 "@@@STEP_LOG_END@json.output@@@" |
146 ] | 146 ] |
147 }, | 147 }, |
(...skipping 1100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1248 "@@@STEP_LOG_LINE@json.output@}@@@", | 1248 "@@@STEP_LOG_LINE@json.output@}@@@", |
1249 "@@@STEP_LOG_END@json.output@@@" | 1249 "@@@STEP_LOG_END@json.output@@@" |
1250 ] | 1250 ] |
1251 }, | 1251 }, |
1252 { | 1252 { |
1253 "name": "$result", | 1253 "name": "$result", |
1254 "recipe_result": null, | 1254 "recipe_result": null, |
1255 "status_code": 0 | 1255 "status_code": 0 |
1256 } | 1256 } |
1257 ] | 1257 ] |
OLD | NEW |