| 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 "mac", | 10 "mac", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 "@@@STEP_LOG_LINE@json.output@}@@@", | 43 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 44 "@@@STEP_LOG_END@json.output@@@", | 44 "@@@STEP_LOG_END@json.output@@@", |
| 45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 47 ] | 47 ] |
| 48 }, | 48 }, |
| 49 { | 49 { |
| 50 "cmd": [ | 50 "cmd": [ |
| 51 "python", | 51 "python", |
| 52 "-u", | 52 "-u", |
| 53 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", | 53 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", |
| 54 "[SLAVE_BUILD]/src/out" | 54 "[SLAVE_BUILD]/src/out" |
| 55 ], | 55 ], |
| 56 "name": "clean test output files" | 56 "name": "clean test output files" |
| 57 }, | 57 }, |
| 58 { | 58 { |
| 59 "cmd": [ | 59 "cmd": [ |
| 60 "python", | 60 "python", |
| 61 "-u", | 61 "-u", |
| 62 "[BUILD]/scripts/slave/cleanup_temp.py" | 62 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 63 ], | 63 ], |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac\", \"issue\": 666666
, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/st
andalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\"
, \"slavename\": \"slavename\"}", | 389 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"mac\", \"issue\": 666666
, \"mastername\": \"tryserver.webrtc\", \"patchset\": 1, \"recipe\": \"webrtc/st
andalone\", \"revision\": \"12345\", \"rietveld\": \"https://fake.rietveld.url\"
, \"slavename\": \"slavename\"}", |
| 390 "--annotate=gtest", | 390 "--annotate=gtest", |
| 391 "--test-type=voice_engine_unittests", | 391 "--test-type=voice_engine_unittests", |
| 392 "--builder-name=mac", | 392 "--builder-name=mac", |
| 393 "--slave-name=slavename", | 393 "--slave-name=slavename", |
| 394 "voice_engine_unittests" | 394 "voice_engine_unittests" |
| 395 ], | 395 ], |
| 396 "name": "voice_engine_unittests" | 396 "name": "voice_engine_unittests" |
| 397 } | 397 } |
| 398 ] | 398 ] |
| OLD | NEW |