| 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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_amp_rel_tests_recipe", | 10 "android_amp_rel_tests_recipe", |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "name": "compile", | 250 "name": "compile", |
| 251 "~followup_annotations": [ | 251 "~followup_annotations": [ |
| 252 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 252 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 253 "@@@STEP_LOG_END@json.output (invalid)@@@" | 253 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 254 ] | 254 ] |
| 255 }, | 255 }, |
| 256 { | 256 { |
| 257 "cmd": [ | 257 "cmd": [ |
| 258 "python", | 258 "python", |
| 259 "-u", | 259 "-u", |
| 260 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 260 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 261 "--", | 261 "--", |
| 262 "[DEPOT_TOOLS]/gsutil.py", | 262 "[DEPOT_TOOLS]/gsutil.py", |
| 263 "----", | 263 "----", |
| 264 "cp", | 264 "cp", |
| 265 "gs://chrome-amp-keys/commit_queue_pool/api_key", | 265 "gs://chrome-amp-keys/commit_queue_pool/api_key", |
| 266 "[BUILD]/site_config/.amp_commit_queue_pool_key" | 266 "[BUILD]/site_config/.amp_commit_queue_pool_key" |
| 267 ], | 267 ], |
| 268 "cwd": "[SLAVE_BUILD]", | 268 "cwd": "[SLAVE_BUILD]", |
| 269 "name": "gsutil download amp api key" | 269 "name": "gsutil download amp api key" |
| 270 }, | 270 }, |
| 271 { | 271 { |
| 272 "cmd": [ | 272 "cmd": [ |
| 273 "python", | 273 "python", |
| 274 "-u", | 274 "-u", |
| 275 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 275 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 276 "--", | 276 "--", |
| 277 "[DEPOT_TOOLS]/gsutil.py", | 277 "[DEPOT_TOOLS]/gsutil.py", |
| 278 "----", | 278 "----", |
| 279 "cp", | 279 "cp", |
| 280 "gs://chrome-amp-keys/commit_queue_pool/api_secret", | 280 "gs://chrome-amp-keys/commit_queue_pool/api_secret", |
| 281 "[BUILD]/site_config/.amp_commit_queue_pool_secret" | 281 "[BUILD]/site_config/.amp_commit_queue_pool_secret" |
| 282 ], | 282 ], |
| 283 "cwd": "[SLAVE_BUILD]", | 283 "cwd": "[SLAVE_BUILD]", |
| 284 "name": "gsutil download amp api secret" | 284 "name": "gsutil download amp api secret" |
| 285 }, | 285 }, |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 392 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 393 "@@@STEP_LOG_END@python.inline@@@" | 393 "@@@STEP_LOG_END@python.inline@@@" |
| 394 ] | 394 ] |
| 395 }, | 395 }, |
| 396 { | 396 { |
| 397 "name": "$result", | 397 "name": "$result", |
| 398 "reason": "1 out of 4 aggregated steps failed. Failures: Step('[trigger] con
tent_shell_test_apk') failed with return_code 1", | 398 "reason": "1 out of 4 aggregated steps failed. Failures: Step('[trigger] con
tent_shell_test_apk') failed with return_code 1", |
| 399 "status_code": 1 | 399 "status_code": 1 |
| 400 } | 400 } |
| 401 ] | 401 ] |
| OLD | NEW |