| 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 "--master", | 7 "--master", |
| 8 "chromium.infra", | 8 "chromium.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "build_repo_real", | 10 "build_repo_real", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@", | 51 "@@@STEP_LOG_LINE@json.output@ \"root\": \"build\", @@@", |
| 52 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | 52 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| 53 "@@@STEP_LOG_LINE@json.output@}@@@", | 53 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 54 "@@@STEP_LOG_END@json.output@@@", | 54 "@@@STEP_LOG_END@json.output@@@", |
| 55 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", | 55 "@@@SET_BUILD_PROPERTY@got_revision@\"80754af91bfb6d1073585b046fe0a474ce86
8509\"@@@", |
| 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" | 56 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#270553}\"@@@" |
| 57 ] | 57 ] |
| 58 }, | 58 }, |
| 59 { | 59 { |
| 60 "cmd": [ | 60 "cmd": [ |
| 61 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat" | 61 "python", |
| 62 "-u", |
| 63 "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\git_bootstrap.py", |
| 64 "--verbose" |
| 62 ], | 65 ], |
| 63 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", | 66 "cwd": "RECIPE_PACKAGE_REPO[depot_tools]", |
| 64 "name": "ensure git tooling on windows", | 67 "name": "ensure git tooling on windows", |
| 65 "timeout": 300 | 68 "timeout": 300 |
| 66 }, | 69 }, |
| 67 { | 70 { |
| 68 "cmd": [ | 71 "cmd": [ |
| 69 "python", | 72 "python", |
| 70 "-u", | 73 "-u", |
| 71 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", | 74 "RECIPE_MODULE[depot_tools::git]\\resources\\git_setup.py", |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 ], | 148 ], |
| 146 "cwd": "[BUILD]\\clone", | 149 "cwd": "[BUILD]\\clone", |
| 147 "name": "submodule update" | 150 "name": "submodule update" |
| 148 }, | 151 }, |
| 149 { | 152 { |
| 150 "name": "$result", | 153 "name": "$result", |
| 151 "recipe_result": null, | 154 "recipe_result": null, |
| 152 "status_code": 0 | 155 "status_code": 0 |
| 153 } | 156 } |
| 154 ] | 157 ] |
| OLD | NEW |