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.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_arm", | 10 "linux_arm", |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "cmd": [ | 149 "cmd": [ |
150 "python", | 150 "python", |
151 "-u", | 151 "-u", |
152 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 152 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
153 "--output", | 153 "--output", |
154 "/path/to/tmp/json", | 154 "/path/to/tmp/json", |
155 "--", | 155 "--", |
156 "--build-config-fs", | 156 "--build-config-fs", |
157 "Release", | 157 "Release", |
158 "--paths", | 158 "--paths", |
159 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 159 "{\"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\"}", |
160 "--properties", | 160 "--properties", |
161 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"mastername\": \"
tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"linux\"}" | 161 "{\"buildername\": \"linux_arm\", \"buildnumber\": 571, \"mastername\": \"
tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"target_platform\
": \"linux\"}" |
162 ], | 162 ], |
163 "cwd": "[SLAVE_BUILD]", | 163 "cwd": "[SLAVE_BUILD]", |
164 "name": "get compile targets for scripts", | 164 "name": "get compile targets for scripts", |
165 "~followup_annotations": [ | 165 "~followup_annotations": [ |
166 "@@@STEP_LOG_LINE@json.output@{}@@@", | 166 "@@@STEP_LOG_LINE@json.output@{}@@@", |
167 "@@@STEP_LOG_END@json.output@@@" | 167 "@@@STEP_LOG_END@json.output@@@" |
168 ] | 168 ] |
169 }, | 169 }, |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 ], | 253 ], |
254 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
255 "name": "mark: before_tests" | 255 "name": "mark: before_tests" |
256 }, | 256 }, |
257 { | 257 { |
258 "name": "$result", | 258 "name": "$result", |
259 "recipe_result": null, | 259 "recipe_result": null, |
260 "status_code": 0 | 260 "status_code": 0 |
261 } | 261 } |
262 ] | 262 ] |
OLD | NEW |