| 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': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "v8", | 10 "v8", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", | 65 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", |
| 66 "--version" | 66 "--version" |
| 67 ], | 67 ], |
| 68 "name": "swarming.py --version", | 68 "name": "swarming.py --version", |
| 69 "stdout": "/path/to/tmp/", | 69 "stdout": "/path/to/tmp/", |
| 70 "~followup_annotations": [ | 70 "~followup_annotations": [ |
| 71 "@@@STEP_TEXT@0.8.6@@@" | 71 "@@@STEP_TEXT@0.8.6@@@" |
| 72 ] | 72 ] |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [], | |
| 76 "name": "ensure_goma" | 75 "name": "ensure_goma" |
| 77 }, | 76 }, |
| 78 { | 77 { |
| 79 "cmd": [ | 78 "cmd": [ |
| 80 "python", | 79 "python", |
| 81 "-u", | 80 "-u", |
| 82 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 81 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 83 "--platform", | 82 "--platform", |
| 84 "mac-386", | 83 "mac-386", |
| 85 "--dest-directory", | 84 "--dest-directory", |
| (...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 1159 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 1161 "@@@STEP_LOG_END@durations@@@" | 1160 "@@@STEP_LOG_END@durations@@@" |
| 1162 ] | 1161 ] |
| 1163 }, | 1162 }, |
| 1164 { | 1163 { |
| 1165 "name": "$result", | 1164 "name": "$result", |
| 1166 "recipe_result": null, | 1165 "recipe_result": null, |
| 1167 "status_code": 0 | 1166 "status_code": 0 |
| 1168 } | 1167 } |
| 1169 ] | 1168 ] |
| OLD | NEW |