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 "Linux Builder", | 10 "Linux Builder", |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 "cmd": [ | 150 "cmd": [ |
151 "python", | 151 "python", |
152 "-u", | 152 "-u", |
153 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 153 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
154 "--output", | 154 "--output", |
155 "/path/to/tmp/json", | 155 "/path/to/tmp/json", |
156 "--", | 156 "--", |
157 "--build-config-fs", | 157 "--build-config-fs", |
158 "Release", | 158 "Release", |
159 "--paths", | 159 "--paths", |
160 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 160 "{\"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\"}", |
161 "--properties", | 161 "--properties", |
162 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 162 "{\"buildername\": \"Linux Builder\", \"buildnumber\": 571, \"mastername\"
: \"chromium.webrtc.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" |
163 ], | 163 ], |
164 "cwd": "[SLAVE_BUILD]", | 164 "cwd": "[SLAVE_BUILD]", |
165 "name": "get compile targets for scripts", | 165 "name": "get compile targets for scripts", |
166 "~followup_annotations": [ | 166 "~followup_annotations": [ |
167 "@@@STEP_LOG_LINE@json.output@{}@@@", | 167 "@@@STEP_LOG_LINE@json.output@{}@@@", |
168 "@@@STEP_LOG_END@json.output@@@" | 168 "@@@STEP_LOG_END@json.output@@@" |
169 ] | 169 ] |
170 }, | 170 }, |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 "~followup_annotations": [ | 275 "~followup_annotations": [ |
276 "@@@STEP_TEXT@Linux Tester@@@" | 276 "@@@STEP_TEXT@Linux Tester@@@" |
277 ] | 277 ] |
278 }, | 278 }, |
279 { | 279 { |
280 "name": "$result", | 280 "name": "$result", |
281 "recipe_result": null, | 281 "recipe_result": null, |
282 "status_code": 0 | 282 "status_code": 0 |
283 } | 283 } |
284 ] | 284 ] |
OLD | NEW |