| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 }, | 77 }, |
| 78 "name": "gclient runhooks" | 78 "name": "gclient runhooks" |
| 79 }, | 79 }, |
| 80 { | 80 { |
| 81 "cmd": [ | 81 "cmd": [ |
| 82 "tools/clang/scripts/update.py", | 82 "tools/clang/scripts/update.py", |
| 83 "--force-local-build", | 83 "--force-local-build", |
| 84 "--without-android" | 84 "--without-android" |
| 85 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]/src", | 86 "cwd": "[SLAVE_BUILD]/src", |
| 87 "env": { |
| 88 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 89 }, |
| 87 "name": "checkout llvm" | 90 "name": "checkout llvm" |
| 88 }, | 91 }, |
| 89 { | 92 { |
| 90 "cmd": [ | 93 "cmd": [ |
| 91 "python", | 94 "python", |
| 92 "-u", | 95 "-u", |
| 93 "[DEPOT_TOOLS]/gn.py", | 96 "[DEPOT_TOOLS]/gn.py", |
| 94 "--root=[SLAVE_BUILD]/src", | 97 "--root=[SLAVE_BUILD]/src", |
| 95 "gen", | 98 "gen", |
| 96 "//out/Release", | 99 "//out/Release", |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 155 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 153 "@@@STEP_LOG_END@json.output (invalid)@@@" | 156 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 154 ] | 157 ] |
| 155 }, | 158 }, |
| 156 { | 159 { |
| 157 "name": "$result", | 160 "name": "$result", |
| 158 "recipe_result": null, | 161 "recipe_result": null, |
| 159 "status_code": 0 | 162 "status_code": 0 |
| 160 } | 163 } |
| 161 ] | 164 ] |
| OLD | NEW |