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 "chromium.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android GN", | 10 "Android GN", |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 "cmd": [ | 152 "cmd": [ |
153 "python", | 153 "python", |
154 "-u", | 154 "-u", |
155 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 155 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
156 "--output", | 156 "--output", |
157 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
158 "--", | 158 "--", |
159 "--build-config-fs", | 159 "--build-config-fs", |
160 "Release", | 160 "Release", |
161 "--paths", | 161 "--paths", |
162 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 162 "{\"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\"}", |
163 "--properties", | 163 "--properties", |
164 "{\"buildername\": \"Android GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"android\"}" | 164 "{\"buildername\": \"Android GN\", \"buildnumber\": 571, \"mastername\": \
"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"android\"}" |
165 ], | 165 ], |
166 "cwd": "[SLAVE_BUILD]", | 166 "cwd": "[SLAVE_BUILD]", |
167 "name": "get compile targets for scripts", | 167 "name": "get compile targets for scripts", |
168 "~followup_annotations": [ | 168 "~followup_annotations": [ |
169 "@@@STEP_LOG_LINE@json.output@{}@@@", | 169 "@@@STEP_LOG_LINE@json.output@{}@@@", |
170 "@@@STEP_LOG_END@json.output@@@" | 170 "@@@STEP_LOG_END@json.output@@@" |
171 ] | 171 ] |
172 }, | 172 }, |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 280 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
281 "@@@STEP_LOG_END@json.output (invalid)@@@" | 281 "@@@STEP_LOG_END@json.output (invalid)@@@" |
282 ] | 282 ] |
283 }, | 283 }, |
284 { | 284 { |
285 "name": "$result", | 285 "name": "$result", |
286 "recipe_result": null, | 286 "recipe_result": null, |
287 "status_code": 0 | 287 "status_code": 0 |
288 } | 288 } |
289 ] | 289 ] |
OLD | NEW |