| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr
ue@@@", | 83 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\": tr
ue@@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 84 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 85 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", | 85 "@@@STEP_LOG_LINE@json.output@ \"test\": \"base_unittests\"@@@", |
| 86 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 86 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 87 "@@@STEP_LOG_LINE@json.output@ {@@@", | 87 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 88 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 88 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 89 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 89 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 90 "@@@STEP_LOG_LINE@json.output@ {@@@", | 90 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 91 "@@@STEP_LOG_LINE@json.output@ \"test\": \"unittests\"@@@", | 91 "@@@STEP_LOG_LINE@json.output@ \"test\": \"unittests\"@@@", |
| 92 "@@@STEP_LOG_LINE@json.output@ }@@@", | 92 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 94 "@@@STEP_LOG_LINE@json.output@ \"non_filter_compile_builders\": [@@@", |
| 95 "@@@STEP_LOG_LINE@json.output@ \"linux_chromium_rel\"@@@", |
| 93 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 96 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 94 "@@@STEP_LOG_LINE@json.output@}@@@", | 97 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 95 "@@@STEP_LOG_END@json.output@@@" | 98 "@@@STEP_LOG_END@json.output@@@" |
| 96 ] | 99 ] |
| 97 }, | 100 }, |
| 98 { | 101 { |
| 99 "cmd": [ | 102 "cmd": [ |
| 100 "python", | 103 "python", |
| 101 "-u", | 104 "-u", |
| 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 105 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "cmd": [ | 386 "cmd": [ |
| 384 "python", | 387 "python", |
| 385 "-u", | 388 "-u", |
| 386 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 389 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 387 "--write-full-results-to", | 390 "--write-full-results-to", |
| 388 "/path/to/tmp/json" | 391 "/path/to/tmp/json" |
| 389 ], | 392 ], |
| 390 "name": "mojo_python_tests (with patch)" | 393 "name": "mojo_python_tests (with patch)" |
| 391 } | 394 } |
| 392 ] | 395 ] |
| OLD | NEW |