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\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"linux\"
}" | 157 "{\"buildername\": \"CrWinGoma\", \"buildnumber\": 571, \"mastername\": \"
chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\": \"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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 ], | 286 ], |
287 "cwd": "[SLAVE_BUILD]", | 287 "cwd": "[SLAVE_BUILD]", |
288 "name": "content_unittests" | 288 "name": "content_unittests" |
289 }, | 289 }, |
290 { | 290 { |
291 "name": "$result", | 291 "name": "$result", |
292 "reason": "1 tests failed: ['diagnose_goma']", | 292 "reason": "1 tests failed: ['diagnose_goma']", |
293 "status_code": 1 | 293 "status_code": 1 |
294 } | 294 } |
295 ] | 295 ] |
OLD | NEW |