OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
7 "sync", | 7 "sync", |
8 "--verbose", | 8 "--verbose", |
9 "--force", | 9 "--force", |
10 "--revision", | 10 "--revision", |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "cmd": [ | 145 "cmd": [ |
146 "python", | 146 "python", |
147 "-u", | 147 "-u", |
148 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 148 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
149 "--output", | 149 "--output", |
150 "/path/to/tmp/json", | 150 "/path/to/tmp/json", |
151 "--", | 151 "--", |
152 "--build-config-fs", | 152 "--build-config-fs", |
153 "Release", | 153 "Release", |
154 "--paths", | 154 "--paths", |
155 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 155 "{\"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\"}", |
156 "--properties", | 156 "--properties", |
157 "{\"buildername\": \"Chromium Linux Goma Canary\", \"buildnumber\": 571, \
"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"linux\"}" | 157 "{\"buildername\": \"Chromium Linux Goma Canary\", \"buildnumber\": 571, \
"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_plat
form\": \"linux\"}" |
158 ], | 158 ], |
159 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
160 "name": "get compile targets for scripts", | 160 "name": "get compile targets for scripts", |
161 "~followup_annotations": [ | 161 "~followup_annotations": [ |
162 "@@@STEP_LOG_LINE@json.output@{}@@@", | 162 "@@@STEP_LOG_LINE@json.output@{}@@@", |
163 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
164 ] | 164 ] |
165 }, | 165 }, |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 ], | 280 ], |
281 "cwd": "[SLAVE_BUILD]", | 281 "cwd": "[SLAVE_BUILD]", |
282 "name": "content_unittests" | 282 "name": "content_unittests" |
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 |