| 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_asan_rel", | 10 "linux_chromium_asan_rel", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "-u", | 103 "-u", |
| 104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 104 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 105 "--output", | 105 "--output", |
| 106 "/path/to/tmp/json", | 106 "/path/to/tmp/json", |
| 107 "--", | 107 "--", |
| 108 "--build-config-fs", | 108 "--build-config-fs", |
| 109 "Release", | 109 "Release", |
| 110 "--paths", | 110 "--paths", |
| 111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 111 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 112 "--properties", | 112 "--properties", |
| 113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}" | 113 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}" |
| 114 ], | 114 ], |
| 115 "name": "get compile targets for scripts", | 115 "name": "get compile targets for scripts", |
| 116 "~followup_annotations": [ | 116 "~followup_annotations": [ |
| 117 "@@@STEP_LOG_LINE@json.output@{}@@@", | 117 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 118 "@@@STEP_LOG_END@json.output@@@" | 118 "@@@STEP_LOG_END@json.output@@@" |
| 119 ] | 119 ] |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 { | 397 { |
| 398 "cmd": [ | 398 "cmd": [ |
| 399 "python", | 399 "python", |
| 400 "-u", | 400 "-u", |
| 401 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", | 401 "[SLAVE_BUILD]/src/testing/scripts/nacl_integration.py", |
| 402 "--build-config-fs", | 402 "--build-config-fs", |
| 403 "Release", | 403 "Release", |
| 404 "--paths", | 404 "--paths", |
| 405 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 405 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", |
| 406 "--properties", | 406 "--properties", |
| 407 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"sl
avename\": \"TestSlavename\"}", | 407 "{\"buildername\": \"linux_chromium_asan_rel\", \"buildnumber\": 571, \"ma
stername\": \"tryserver.chromium.linux\", \"slavename\": \"TestSlavename\", \"ta
rget_platform\": \"linux\"}", |
| 408 "run", | 408 "run", |
| 409 "--output", | 409 "--output", |
| 410 "/path/to/tmp/json" | 410 "/path/to/tmp/json" |
| 411 ], | 411 ], |
| 412 "name": "nacl_integration (with patch)", | 412 "name": "nacl_integration (with patch)", |
| 413 "~followup_annotations": [ | 413 "~followup_annotations": [ |
| 414 "@@@STEP_LOG_LINE@json.output@{@@@", | 414 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 415 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"failures\": [], @@@", |
| 416 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"valid\": true@@@", |
| 417 "@@@STEP_LOG_LINE@json.output@}@@@", | 417 "@@@STEP_LOG_LINE@json.output@}@@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 "@@@STEP_FAILURE@@@", | 472 "@@@STEP_FAILURE@@@", |
| 473 "@@@SET_BUILD_PROPERTY@failure_hash@\"639c9bb258abcb602fb0b12e3f6aa8e0d794
a562\"@@@" | 473 "@@@SET_BUILD_PROPERTY@failure_hash@\"639c9bb258abcb602fb0b12e3f6aa8e0d794
a562\"@@@" |
| 474 ] | 474 ] |
| 475 }, | 475 }, |
| 476 { | 476 { |
| 477 "name": "$final_result", | 477 "name": "$final_result", |
| 478 "reason": "1 out of 2 aggregated steps failed. Failures: Step('browser_tests
') failed with return_code 1", | 478 "reason": "1 out of 2 aggregated steps failed. Failures: Step('browser_tests
') failed with return_code 1", |
| 479 "status_code": 1 | 479 "status_code": 1 |
| 480 } | 480 } |
| 481 ] | 481 ] |
| OLD | NEW |