| 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 ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 "@@@STEP_LOG_END@python.inline@@@" | 49 "@@@STEP_LOG_END@python.inline@@@" |
| 50 ] | 50 ] |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "cmd": [ | 53 "cmd": [ |
| 54 "python", | 54 "python", |
| 55 "-u", | 55 "-u", |
| 56 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 56 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 57 "--spec", | 57 "--spec", |
| 58 "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'}]", | 58 "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'}]", |
| 59 "--root", | 59 "--patch_root", |
| 60 "src", | 60 "src", |
| 61 "--revision_mapping_file", | 61 "--revision_mapping_file", |
| 62 "{\"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\"}", | 62 "{\"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\"}", |
| 63 "--git-cache-dir", | 63 "--git-cache-dir", |
| 64 "[GIT_CACHE]", | 64 "[GIT_CACHE]", |
| 65 "--output_json", | 65 "--output_json", |
| 66 "/path/to/tmp/json", | 66 "/path/to/tmp/json", |
| 67 "--revision", | 67 "--revision", |
| 68 "src@HEAD", | 68 "src@HEAD", |
| 69 "--revision", | 69 "--revision", |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"inconsistent\", \"value\": 1}" | 199 "{\"name\": \"/v8/autoroller/count\", \"project\": \"v8-roll\", \"result\"
: \"inconsistent\", \"value\": 1}" |
| 200 ], | 200 ], |
| 201 "name": "upload stats" | 201 "name": "upload stats" |
| 202 }, | 202 }, |
| 203 { | 203 { |
| 204 "name": "$result", | 204 "name": "$result", |
| 205 "recipe_result": null, | 205 "recipe_result": null, |
| 206 "status_code": 0 | 206 "status_code": 0 |
| 207 } | 207 } |
| 208 ] | 208 ] |
| OLD | NEW |