| 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.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "EXAMPLE_android_amp_builder_tester", | 10 "EXAMPLE_android_amp_builder_tester", |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 "name": "compile", | 180 "name": "compile", |
| 181 "~followup_annotations": [ | 181 "~followup_annotations": [ |
| 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 182 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 183 "@@@STEP_LOG_END@json.output (invalid)@@@" | 183 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 184 ] | 184 ] |
| 185 }, | 185 }, |
| 186 { | 186 { |
| 187 "cmd": [ | 187 "cmd": [ |
| 188 "python", | 188 "python", |
| 189 "-u", | 189 "-u", |
| 190 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 190 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 191 "--", | 191 "--", |
| 192 "[DEPOT_TOOLS]/gsutil.py", | 192 "[DEPOT_TOOLS]/gsutil.py", |
| 193 "----", | 193 "----", |
| 194 "cp", | 194 "cp", |
| 195 "gs://chrome-amp-keys/main_pool/api_key", | 195 "gs://chrome-amp-keys/main_pool/api_key", |
| 196 "[BUILD]/site_config/.amp_main_pool_key" | 196 "[BUILD]/site_config/.amp_main_pool_key" |
| 197 ], | 197 ], |
| 198 "cwd": "[SLAVE_BUILD]", | 198 "cwd": "[SLAVE_BUILD]", |
| 199 "name": "gsutil download amp api key" | 199 "name": "gsutil download amp api key" |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "cmd": [ | 202 "cmd": [ |
| 203 "python", | 203 "python", |
| 204 "-u", | 204 "-u", |
| 205 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 205 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 206 "--", | 206 "--", |
| 207 "[DEPOT_TOOLS]/gsutil.py", | 207 "[DEPOT_TOOLS]/gsutil.py", |
| 208 "----", | 208 "----", |
| 209 "cp", | 209 "cp", |
| 210 "gs://chrome-amp-keys/main_pool/api_secret", | 210 "gs://chrome-amp-keys/main_pool/api_secret", |
| 211 "[BUILD]/site_config/.amp_main_pool_secret" | 211 "[BUILD]/site_config/.amp_main_pool_secret" |
| 212 ], | 212 ], |
| 213 "cwd": "[SLAVE_BUILD]", | 213 "cwd": "[SLAVE_BUILD]", |
| 214 "name": "gsutil download amp api secret" | 214 "name": "gsutil download amp api secret" |
| 215 }, | 215 }, |
| (...skipping 1621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1837 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1837 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1838 "@@@STEP_LOG_END@python.inline@@@" | 1838 "@@@STEP_LOG_END@python.inline@@@" |
| 1839 ] | 1839 ] |
| 1840 }, | 1840 }, |
| 1841 { | 1841 { |
| 1842 "name": "$result", | 1842 "name": "$result", |
| 1843 "recipe_result": null, | 1843 "recipe_result": null, |
| 1844 "status_code": 0 | 1844 "status_code": 0 |
| 1845 } | 1845 } |
| 1846 ] | 1846 ] |
| OLD | NEW |