| 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': 'recipes-py', 'url': 'https://chromium.googlesource.com/exter
nal/github.com/luci/recipes-py'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'recipes-py', 'url': 'https://chromium.googlesource.com/exter
nal/github.com/luci/recipes-py'}]", |
| 9 "--root", | 9 "--root", |
| 10 "recipes-py", | 10 "recipes-py", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "@@@STEP_LOG_LINE@json.output@}@@@", | 47 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 48 "@@@STEP_LOG_END@json.output@@@", | 48 "@@@STEP_LOG_END@json.output@@@", |
| 49 "@@@SET_BUILD_PROPERTY@got_revision@\"edcfe0cf57183aad8ad72a82355d966b34ff
412c\"@@@", | 49 "@@@SET_BUILD_PROPERTY@got_revision@\"edcfe0cf57183aad8ad72a82355d966b34ff
412c\"@@@", |
| 50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#123695}\"@@@" | 50 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#123695}\"@@@" |
| 51 ] | 51 ] |
| 52 }, | 52 }, |
| 53 { | 53 { |
| 54 "cmd": [ | 54 "cmd": [ |
| 55 "python", | 55 "python", |
| 56 "-u", | 56 "-u", |
| 57 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 57 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 58 "--platform", | 58 "--platform", |
| 59 "linux-amd64", | 59 "linux-amd64", |
| 60 "--dest-directory", | 60 "--dest-directory", |
| 61 "[SLAVE_BUILD]/cipd", | 61 "[SLAVE_BUILD]/cipd", |
| 62 "--json-output", | 62 "--json-output", |
| 63 "/path/to/tmp/json" | 63 "/path/to/tmp/json" |
| 64 ], | 64 ], |
| 65 "name": "install cipd", | 65 "name": "install cipd", |
| 66 "~followup_annotations": [ | 66 "~followup_annotations": [ |
| 67 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 67 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 96 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 96 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 97 "@@@STEP_LOG_END@json.output (invalid)@@@" | 97 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 98 ] | 98 ] |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "name": "$result", | 101 "name": "$result", |
| 102 "recipe_result": null, | 102 "recipe_result": null, |
| 103 "status_code": 0 | 103 "status_code": 0 |
| 104 } | 104 } |
| 105 ] | 105 ] |
| OLD | NEW |