| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "iOS ARM64 Release", | 10 "iOS ARM64 Release", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 "@@@STEP_LOG_LINE@json.output@}@@@", | 37 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 38 "@@@STEP_LOG_END@json.output@@@", | 38 "@@@STEP_LOG_END@json.output@@@", |
| 39 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 39 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 40 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 40 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 41 ] | 41 ] |
| 42 }, | 42 }, |
| 43 { | 43 { |
| 44 "cmd": [ | 44 "cmd": [ |
| 45 "python", | 45 "python", |
| 46 "-u", | 46 "-u", |
| 47 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", | 47 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", |
| 48 "[SLAVE_BUILD]/src/out" | 48 "[SLAVE_BUILD]/src/out" |
| 49 ], | 49 ], |
| 50 "name": "clean test output files" | 50 "name": "clean test output files" |
| 51 }, | 51 }, |
| 52 { | 52 { |
| 53 "cmd": [ | 53 "cmd": [ |
| 54 "python", | 54 "python", |
| 55 "-u", | 55 "-u", |
| 56 "[BUILD]/scripts/slave/cleanup_temp.py" | 56 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 57 ], | 57 ], |
| (...skipping 25 matching lines...) Expand all Loading... |
| 83 "--build-tool", | 83 "--build-tool", |
| 84 "ninja", | 84 "ninja", |
| 85 "--compiler", | 85 "--compiler", |
| 86 "clang", | 86 "clang", |
| 87 "--", | 87 "--", |
| 88 "All" | 88 "All" |
| 89 ], | 89 ], |
| 90 "name": "compile" | 90 "name": "compile" |
| 91 } | 91 } |
| 92 ] | 92 ] |
| OLD | NEW |