| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "~followup_annotations": [ | 188 "~followup_annotations": [ |
| 189 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 189 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 190 "@@@STEP_LOG_END@json.output (invalid)@@@" | 190 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 191 ] | 191 ] |
| 192 }, | 192 }, |
| 193 { | 193 { |
| 194 "allow_subannotations": true, | 194 "allow_subannotations": true, |
| 195 "cmd": [ | 195 "cmd": [ |
| 196 "python", | 196 "python", |
| 197 "-u", | 197 "-u", |
| 198 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 198 "[SLAVE_BUILD]/src/native_client_sdk/src/build_tools/buildbot_run.py" |
| 199 ], | 199 ], |
| 200 "name": "annotated_steps" | 200 "name": "annotated_steps" |
| 201 }, | 201 }, |
| 202 { | 202 { |
| 203 "name": "$result", | 203 "name": "$result", |
| 204 "recipe_result": null, | 204 "recipe_result": null, |
| 205 "status_code": 0 | 205 "status_code": 0 |
| 206 } | 206 } |
| 207 ] | 207 ] |
| OLD | NEW |