| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 "@@@STEP_LOG_END@python.inline@@@" | 29 "@@@STEP_LOG_END@python.inline@@@" |
| 30 ] | 30 ] |
| 31 }, | 31 }, |
| 32 { | 32 { |
| 33 "cmd": [ | 33 "cmd": [ |
| 34 "python", | 34 "python", |
| 35 "-u", | 35 "-u", |
| 36 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 36 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 37 "--spec", | 37 "--spec", |
| 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'v8_branch': 'br
anches/bleeding_edge'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src'
, 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", | 38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'v8_branch': 'br
anches/bleeding_edge'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src'
, 'url': 'https://chromium.googlesource.com/chromium/src.git'}]", |
| 39 "--root", | 39 "--patch_root", |
| 40 "src", | 40 "src", |
| 41 "--revision_mapping_file", | 41 "--revision_mapping_file", |
| 42 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", | 42 "{\"src\": \"got_cr_revision\", \"src/buildtools\": \"got_buildtools_revis
ion\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\":
\"got_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"s
rc/tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_
revision\"}", |
| 43 "--git-cache-dir", | 43 "--git-cache-dir", |
| 44 "[GIT_CACHE]", | 44 "[GIT_CACHE]", |
| 45 "--output_json", | 45 "--output_json", |
| 46 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
| 47 "--revision", | 47 "--revision", |
| 48 "src@origin/lkgr", | 48 "src@origin/lkgr", |
| 49 "--revision", | 49 "--revision", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 383 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 384 "@@@STEP_LOG_END@python.inline@@@" | 384 "@@@STEP_LOG_END@python.inline@@@" |
| 385 ] | 385 ] |
| 386 }, | 386 }, |
| 387 { | 387 { |
| 388 "name": "$result", | 388 "name": "$result", |
| 389 "recipe_result": null, | 389 "recipe_result": null, |
| 390 "status_code": 0 | 390 "status_code": 0 |
| 391 } | 391 } |
| 392 ] | 392 ] |
| OLD | NEW |