| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 10 ], | 10 ], |
| 11 "name": "cleanup_temp" | 11 "name": "cleanup_temp" |
| 12 }, | 12 }, |
| 13 { | 13 { |
| 14 "cmd": [ | 14 "cmd": [ |
| 15 "python", | 15 "python", |
| 16 "-u", | 16 "-u", |
| 17 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 17 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 18 "--spec", | 18 "--spec", |
| 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 19 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
| 20 "--root", | 20 "--patch_root", |
| 21 "src", | 21 "src", |
| 22 "--revision_mapping_file", | 22 "--revision_mapping_file", |
| 23 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 23 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 24 "--git-cache-dir", | 24 "--git-cache-dir", |
| 25 "[GIT_CACHE]", | 25 "[GIT_CACHE]", |
| 26 "--output_json", | 26 "--output_json", |
| 27 "/path/to/tmp/json", | 27 "/path/to/tmp/json", |
| 28 "--revision", | 28 "--revision", |
| 29 "src@204787", | 29 "src@204787", |
| 30 "--output_manifest" | 30 "--output_manifest" |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 532 ], | 532 ], |
| 533 "cwd": "[SLAVE_BUILD]", | 533 "cwd": "[SLAVE_BUILD]", |
| 534 "name": "compare_build_artifacts" | 534 "name": "compare_build_artifacts" |
| 535 }, | 535 }, |
| 536 { | 536 { |
| 537 "name": "$result", | 537 "name": "$result", |
| 538 "recipe_result": null, | 538 "recipe_result": null, |
| 539 "status_code": 0 | 539 "status_code": 0 |
| 540 } | 540 } |
| 541 ] | 541 ] |
| OLD | NEW |