| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (amp)(dbg)", | 10 "Android Tests (amp)(dbg)", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 "--build-number", | 158 "--build-number", |
| 159 "571" | 159 "571" |
| 160 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", | 161 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "extract build" | 162 "name": "extract build" |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", | 166 "python", |
| 167 "-u", | 167 "-u", |
| 168 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 168 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 169 "--", | 169 "--", |
| 170 "[DEPOT_TOOLS]/gsutil.py", | 170 "[DEPOT_TOOLS]/gsutil.py", |
| 171 "----", | 171 "----", |
| 172 "cp", | 172 "cp", |
| 173 "gs://chrome-amp-keys/main_pool/api_key", | 173 "gs://chrome-amp-keys/main_pool/api_key", |
| 174 "[BUILD]/site_config/.amp_main_pool_key" | 174 "[BUILD]/site_config/.amp_main_pool_key" |
| 175 ], | 175 ], |
| 176 "cwd": "[SLAVE_BUILD]", | 176 "cwd": "[SLAVE_BUILD]", |
| 177 "name": "gsutil download amp api key" | 177 "name": "gsutil download amp api key" |
| 178 }, | 178 }, |
| 179 { | 179 { |
| 180 "cmd": [ | 180 "cmd": [ |
| 181 "python", | 181 "python", |
| 182 "-u", | 182 "-u", |
| 183 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 183 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 184 "--", | 184 "--", |
| 185 "[DEPOT_TOOLS]/gsutil.py", | 185 "[DEPOT_TOOLS]/gsutil.py", |
| 186 "----", | 186 "----", |
| 187 "cp", | 187 "cp", |
| 188 "gs://chrome-amp-keys/main_pool/api_secret", | 188 "gs://chrome-amp-keys/main_pool/api_secret", |
| 189 "[BUILD]/site_config/.amp_main_pool_secret" | 189 "[BUILD]/site_config/.amp_main_pool_secret" |
| 190 ], | 190 ], |
| 191 "cwd": "[SLAVE_BUILD]", | 191 "cwd": "[SLAVE_BUILD]", |
| 192 "name": "gsutil download amp api secret" | 192 "name": "gsutil download amp api secret" |
| 193 }, | 193 }, |
| (...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1694 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1694 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1695 "@@@STEP_LOG_END@python.inline@@@" | 1695 "@@@STEP_LOG_END@python.inline@@@" |
| 1696 ] | 1696 ] |
| 1697 }, | 1697 }, |
| 1698 { | 1698 { |
| 1699 "name": "$result", | 1699 "name": "$result", |
| 1700 "recipe_result": null, | 1700 "recipe_result": null, |
| 1701 "status_code": 0 | 1701 "status_code": 0 |
| 1702 } | 1702 } |
| 1703 ] | 1703 ] |
| OLD | NEW |