| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "authutil", | 4 "authutil", |
| 5 "token" | 5 "token" |
| 6 ], | 6 ], |
| 7 "cwd": "[SLAVE_BUILD]", | 7 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "Get auth token", | 8 "name": "Get auth token", |
| 9 "stdout": "/path/to/tmp/" | 9 "stdout": "/path/to/tmp/" |
| 10 }, | 10 }, |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 "-u", | 79 "-u", |
| 80 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 80 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 81 "--spec", | 81 "--spec", |
| 82 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'recipe_engine', 'url': 'https://repo.repo/recipes-py'}]", | 82 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'recipe_engine', 'url': 'https://repo.repo/recipes-py'}]", |
| 83 "--root", | 83 "--root", |
| 84 "recipe_engine", | 84 "recipe_engine", |
| 85 "--revision_mapping_file", | 85 "--revision_mapping_file", |
| 86 "{}", | 86 "{}", |
| 87 "--git-cache-dir", | 87 "--git-cache-dir", |
| 88 "[GIT_CACHE]", | 88 "[GIT_CACHE]", |
| 89 "--rietveld_server", |
| 90 "https://fake.code.review", |
| 89 "--output_json", | 91 "--output_json", |
| 90 "/path/to/tmp/json", | 92 "/path/to/tmp/json", |
| 91 "--revision", | 93 "--revision", |
| 92 "recipe_engine@HEAD", | 94 "recipe_engine@HEAD", |
| 93 "--force", | 95 "--force", |
| 94 "--output_manifest" | 96 "--output_manifest" |
| 95 ], | 97 ], |
| 96 "cwd": "[SLAVE_BUILD]/recipe_engine", | 98 "cwd": "[SLAVE_BUILD]/recipe_engine", |
| 97 "env": { | 99 "env": { |
| 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 99 }, | 101 }, |
| 100 "name": "bot_update", | 102 "name": "bot_update (without patch)", |
| 101 "~followup_annotations": [ | 103 "~followup_annotations": [ |
| 102 "@@@STEP_TEXT@Some step text@@@", | 104 "@@@STEP_TEXT@Some step text@@@", |
| 103 "@@@STEP_LOG_LINE@json.output@{@@@", | 105 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 104 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 105 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 106 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": \"HEAD\"@@@", | 108 "@@@STEP_LOG_LINE@json.output@ \"recipe_engine\": \"HEAD\"@@@", |
| 107 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 109 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 108 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 110 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 109 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 110 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"recipe_engine\", @@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"recipe_engine\", @@@", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 147 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 146 "--spec", | 148 "--spec", |
| 147 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'build', 'url': 'https://repo.repo/chromium/build'}]", | 149 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'build', 'url': 'https://repo.repo/chromium/build'}]", |
| 148 "--root", | 150 "--root", |
| 149 "build", | 151 "build", |
| 150 "--revision_mapping_file", | 152 "--revision_mapping_file", |
| 151 "{}", | 153 "{}", |
| 152 "--git-cache-dir", | 154 "--git-cache-dir", |
| 153 "[GIT_CACHE]", | 155 "[GIT_CACHE]", |
| 154 "--issue", | 156 "--issue", |
| 155 "123456", | 157 "12345678", |
| 156 "--patchset", | 158 "--patchset", |
| 157 "1", | 159 "1", |
| 158 "--rietveld_server", | 160 "--rietveld_server", |
| 159 "https://fake.code.review", | 161 "https://fake.code.review", |
| 160 "--output_json", | 162 "--output_json", |
| 161 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
| 162 "--revision", | 164 "--revision", |
| 163 "build@HEAD", | 165 "build@HEAD", |
| 164 "--force", | 166 "--force", |
| 165 "--output_manifest" | 167 "--output_manifest" |
| 166 ], | 168 ], |
| 167 "cwd": "[SLAVE_BUILD]/build", | 169 "cwd": "[SLAVE_BUILD]/build", |
| 168 "env": { | 170 "env": { |
| 169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 170 }, | 172 }, |
| 171 "name": "bot_update (2)", | 173 "name": "bot_update", |
| 172 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 173 "@@@STEP_TEXT@Some step text@@@", | 175 "@@@STEP_TEXT@Some step text@@@", |
| 174 "@@@STEP_LOG_LINE@json.output@{@@@", | 176 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 175 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 177 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 176 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 178 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 177 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", | 179 "@@@STEP_LOG_LINE@json.output@ \"build\": \"HEAD\"@@@", |
| 178 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 180 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 179 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", | 181 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {}, @@@", |
| 180 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | 182 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 181 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"build\", @@@", | 183 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"build\", @@@", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 196 "simulation_test" | 198 "simulation_test" |
| 197 ], | 199 ], |
| 198 "cwd": "[SLAVE_BUILD]", | 200 "cwd": "[SLAVE_BUILD]", |
| 199 "name": "recipe_engine tests" | 201 "name": "recipe_engine tests" |
| 200 }, | 202 }, |
| 201 { | 203 { |
| 202 "cmd": [ | 204 "cmd": [ |
| 203 "python", | 205 "python", |
| 204 "-u", | 206 "-u", |
| 205 "[SLAVE_BUILD]/build/build/recipes.py", | 207 "[SLAVE_BUILD]/build/build/recipes.py", |
| 208 "-O", |
| 209 "recipe_engine=[SLAVE_BUILD]/recipe_engine/recipe_engine", |
| 206 "--package", | 210 "--package", |
| 207 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", | 211 "[SLAVE_BUILD]/build/build/infra/config/recipes.cfg", |
| 208 "simulation_test" | 212 "simulation_test" |
| 209 ], | 213 ], |
| 210 "cwd": "[SLAVE_BUILD]", | 214 "cwd": "[SLAVE_BUILD]", |
| 211 "name": "build tests" | 215 "name": "build tests" |
| 212 }, | 216 }, |
| 213 { | 217 { |
| 214 "name": "$result", | 218 "name": "$result", |
| 215 "recipe_result": null, | 219 "recipe_result": null, |
| 216 "status_code": 0 | 220 "status_code": 0 |
| 217 } | 221 } |
| 218 ] | 222 ] |
| OLD | NEW |