| 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", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/t
ools/build.git'}]", | 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'build', 'url': 'https://chromium.googlesource.com/chromium/t
ools/build.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "build", | 16 "build", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"build\": \"got_revision\"}", | 18 "{\"build\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[GIT_CACHE]", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "build@HEAD", | 24 "build@HEAD", |
| 25 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", | |
| 29 "env": { | 28 "env": { |
| 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 31 }, | 30 }, |
| 32 "name": "bot_update", | 31 "name": "bot_update", |
| 33 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 34 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 60 { | 59 { |
| 61 "cmd": [ | 60 "cmd": [ |
| 62 "python", | 61 "python", |
| 63 "-u", | 62 "-u", |
| 64 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 63 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 65 "--path", | 64 "--path", |
| 66 "[BUILD]/clone", | 65 "[BUILD]/clone", |
| 67 "--url", | 66 "--url", |
| 68 "https://chromium.googlesource.com/chromium/tools/build" | 67 "https://chromium.googlesource.com/chromium/tools/build" |
| 69 ], | 68 ], |
| 70 "cwd": "[SLAVE_BUILD]", | |
| 71 "name": "git setup" | 69 "name": "git setup" |
| 72 }, | 70 }, |
| 73 { | 71 { |
| 74 "cmd": [ | 72 "cmd": [ |
| 75 "git", | 73 "git", |
| 76 "retry", | 74 "retry", |
| 77 "fetch", | 75 "fetch", |
| 78 "origin", | 76 "origin", |
| 79 "master" | 77 "master" |
| 80 ], | 78 ], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 ], | 132 ], |
| 135 "cwd": "[BUILD]/clone", | 133 "cwd": "[BUILD]/clone", |
| 136 "name": "submodule update" | 134 "name": "submodule update" |
| 137 }, | 135 }, |
| 138 { | 136 { |
| 139 "name": "$result", | 137 "name": "$result", |
| 140 "recipe_result": null, | 138 "recipe_result": null, |
| 141 "status_code": 0 | 139 "status_code": 0 |
| 142 } | 140 } |
| 143 ] | 141 ] |
| OLD | NEW |