| 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 "tryserver.infra", | 8 "tryserver.infra", |
| 9 "--builder", | 9 "--builder", |
| 10 "build_repo_real", | 10 "build_repo_real", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "1", | 24 "1", |
| 25 "--rietveld_server", | 25 "--rietveld_server", |
| 26 "https://codereview.chromium.org", | 26 "https://codereview.chromium.org", |
| 27 "--output_json", | 27 "--output_json", |
| 28 "/path/to/tmp/json", | 28 "/path/to/tmp/json", |
| 29 "--revision", | 29 "--revision", |
| 30 "build@HEAD", | 30 "build@HEAD", |
| 31 "--force", | 31 "--force", |
| 32 "--output_manifest" | 32 "--output_manifest" |
| 33 ], | 33 ], |
| 34 "cwd": "[SLAVE_BUILD]", | |
| 35 "env": { | 34 "env": { |
| 36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 37 }, | 36 }, |
| 38 "name": "bot_update", | 37 "name": "bot_update", |
| 39 "~followup_annotations": [ | 38 "~followup_annotations": [ |
| 40 "@@@STEP_TEXT@Some step text@@@", | 39 "@@@STEP_TEXT@Some step text@@@", |
| 41 "@@@STEP_LOG_LINE@json.output@{@@@", | 40 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 43 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 66 { | 65 { |
| 67 "cmd": [ | 66 "cmd": [ |
| 68 "python", | 67 "python", |
| 69 "-u", | 68 "-u", |
| 70 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 69 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 71 "--path", | 70 "--path", |
| 72 "[BUILD]/clone", | 71 "[BUILD]/clone", |
| 73 "--url", | 72 "--url", |
| 74 "https://chromium.googlesource.com/chromium/tools/build" | 73 "https://chromium.googlesource.com/chromium/tools/build" |
| 75 ], | 74 ], |
| 76 "cwd": "[SLAVE_BUILD]", | |
| 77 "name": "git setup" | 75 "name": "git setup" |
| 78 }, | 76 }, |
| 79 { | 77 { |
| 80 "cmd": [ | 78 "cmd": [ |
| 81 "git", | 79 "git", |
| 82 "retry", | 80 "retry", |
| 83 "fetch", | 81 "fetch", |
| 84 "origin", | 82 "origin", |
| 85 "master" | 83 "master" |
| 86 ], | 84 ], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 ], | 138 ], |
| 141 "cwd": "[BUILD]/clone", | 139 "cwd": "[BUILD]/clone", |
| 142 "name": "submodule update" | 140 "name": "submodule update" |
| 143 }, | 141 }, |
| 144 { | 142 { |
| 145 "name": "$result", | 143 "name": "$result", |
| 146 "recipe_result": null, | 144 "recipe_result": null, |
| 147 "status_code": 0 | 145 "status_code": 0 |
| 148 } | 146 } |
| 149 ] | 147 ] |
| OLD | NEW |