| 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.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux", | 10 "linux", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 "@@@STEP_LOG_LINE@json.output@}@@@", | 39 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 40 "@@@STEP_LOG_END@json.output@@@", | 40 "@@@STEP_LOG_END@json.output@@@", |
| 41 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 41 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 42 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 42 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 43 ] | 43 ] |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 "cmd": [ | 46 "cmd": [ |
| 47 "python", | 47 "python", |
| 48 "-u", | 48 "-u", |
| 49 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", | 49 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", |
| 50 "[SLAVE_BUILD]/src/out" | 50 "[SLAVE_BUILD]/src/out" |
| 51 ], | 51 ], |
| 52 "name": "clean test output files" | 52 "name": "clean test output files" |
| 53 }, | 53 }, |
| 54 { | 54 { |
| 55 "cmd": [ | 55 "cmd": [ |
| 56 "python", | 56 "python", |
| 57 "-u", | 57 "-u", |
| 58 "[BUILD]/scripts/slave/cleanup_temp.py" | 58 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 59 ], | 59 ], |
| (...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 "--builder-name=linux", | 415 "--builder-name=linux", |
| 416 "--slave-name=slavename", | 416 "--slave-name=slavename", |
| 417 "--run-python-script", | 417 "--run-python-script", |
| 418 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", | 418 "[SLAVE_BUILD]/src/third_party/gtest-parallel/gtest-parallel", |
| 419 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", | 419 "[SLAVE_BUILD]/src/out/Debug/voice_engine_unittests", |
| 420 "--" | 420 "--" |
| 421 ], | 421 ], |
| 422 "name": "voice_engine_unittests" | 422 "name": "voice_engine_unittests" |
| 423 } | 423 } |
| 424 ] | 424 ] |
| OLD | NEW |