| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 "data:[dummy hash for base_unittests]", | 290 "data:[dummy hash for base_unittests]", |
| 291 "--tag", | 291 "--tag", |
| 292 "master:tryserver.chromium.linux", | 292 "master:tryserver.chromium.linux", |
| 293 "--tag", | 293 "--tag", |
| 294 "name:base_unittests (with patch)", | 294 "name:base_unittests (with patch)", |
| 295 "--tag", | 295 "--tag", |
| 296 "os:Ubuntu-12.04", | 296 "os:Ubuntu-12.04", |
| 297 "--tag", | 297 "--tag", |
| 298 "project:chromium", | 298 "project:chromium", |
| 299 "--tag", | 299 "--tag", |
| 300 "purpose:ManualTS", | 300 "purpose:CQ", |
| 301 "--tag", | 301 "--tag", |
| 302 "purpose:pre-commit", | 302 "purpose:pre-commit", |
| 303 "--tag", | 303 "--tag", |
| 304 "rietveld:https://codereview.chromium.org/12853011/#ps1", | 304 "rietveld:https://codereview.chromium.org/12853011/#ps1", |
| 305 "--idempotent", | 305 "--idempotent", |
| 306 "--user", |
| 307 "commit-bot@chromium.org", |
| 306 "[dummy hash for base_unittests]", | 308 "[dummy hash for base_unittests]", |
| 307 "--", | 309 "--", |
| 308 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" | 310 "--test-launcher-summary-output=${ISOLATED_OUTDIR}/output.json" |
| 309 ], | 311 ], |
| 310 "name": "[trigger] base_unittests (with patch)", | 312 "name": "[trigger] base_unittests (with patch)", |
| 311 "~followup_annotations": [ | 313 "~followup_annotations": [ |
| 312 "@@@STEP_LOG_LINE@json.output@{@@@", | 314 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 313 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", | 315 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"base_unittests (with
patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571\", @@@", |
| 314 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", | 316 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 315 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_rel/571\": {@@@", | 317 "@@@STEP_LOG_LINE@json.output@ \"base_unittests (with patch)/Ubuntu-12.
04/[dummy has/linux_chromium_rel/571\": {@@@", |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", | 517 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", |
| 516 "@@@STEP_FAILURE@@@" | 518 "@@@STEP_FAILURE@@@" |
| 517 ] | 519 ] |
| 518 }, | 520 }, |
| 519 { | 521 { |
| 520 "name": "$final_result", | 522 "name": "$final_result", |
| 521 "reason": "Step('browser_tests') failed with return_code 1", | 523 "reason": "Step('browser_tests') failed with return_code 1", |
| 522 "status_code": 1 | 524 "status_code": 1 |
| 523 } | 525 } |
| 524 ] | 526 ] |
| OLD | NEW |