| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 "@@@STEP_LOG_LINE@json.output@}@@@", | 56 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 57 "@@@STEP_LOG_END@json.output@@@" | 57 "@@@STEP_LOG_END@json.output@@@" |
| 58 ] | 58 ] |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "cmd": [ | 61 "cmd": [ |
| 62 "python", | 62 "python", |
| 63 "-u", | 63 "-u", |
| 64 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 64 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 65 "--spec", | 65 "--spec", |
| 66 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src-pdf': None,
'src/pdf': None}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'chrome-of
ficial', 'url': 'svn://svn.chromium.org/chrome-internal/trunk/tools/buildspec/bu
ild/chrome-official'}]", | 66 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src-pdf': None,
'src/pdf': None}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'chrome-of
ficial', 'url': 'https://chrome-internal.googlesource.com/chrome/tools/buildspec
.git'}]", |
| 67 "--patch_root", | 67 "--patch_root", |
| 68 "chrome-official", | 68 "chrome-official", |
| 69 "--revision_mapping_file", | 69 "--revision_mapping_file", |
| 70 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", | 70 "{\"src\": \"got_revision\", \"src/third_party/WebKit\": \"got_webkit_revi
sion\", \"src/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v
8\": \"got_v8_revision\"}", |
| 71 "--git-cache-dir", | 71 "--git-cache-dir", |
| 72 "[GIT_CACHE]", | 72 "[GIT_CACHE]", |
| 73 "--output_json", | 73 "--output_json", |
| 74 "/path/to/tmp/json", | 74 "/path/to/tmp/json", |
| 75 "--revision", | 75 "--revision", |
| 76 "chrome-official@123456789abcdef", | 76 "chrome-official@123456789abcdef", |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 311 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
| 312 ], | 312 ], |
| 313 "name": "annotated_steps" | 313 "name": "annotated_steps" |
| 314 }, | 314 }, |
| 315 { | 315 { |
| 316 "name": "$result", | 316 "name": "$result", |
| 317 "recipe_result": null, | 317 "recipe_result": null, |
| 318 "status_code": 0 | 318 "status_code": 0 |
| 319 } | 319 } |
| 320 ] | 320 ] |
| OLD | NEW |