| 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_libfuzzer_rel", | 10 "linux_libfuzzer_rel", |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 { | 60 { |
| 61 "cmd": [ | 61 "cmd": [ |
| 62 "python", | 62 "python", |
| 63 "-u", | 63 "-u", |
| 64 "[DEPOT_TOOLS]/gclient.py", | 64 "[DEPOT_TOOLS]/gclient.py", |
| 65 "runhooks" | 65 "runhooks" |
| 66 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", | 67 "cwd": "[SLAVE_BUILD]", |
| 68 "env": { | 68 "env": { |
| 69 "GYP_CHROMIUM_NO_ACTION": "1", | 69 "GYP_CHROMIUM_NO_ACTION": "1", |
| 70 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 70 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1" |
| 71 }, | 71 }, |
| 72 "name": "gclient runhooks" | 72 "name": "gclient runhooks" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "tools/clang/scripts/update.py", | 76 "tools/clang/scripts/update.py", |
| 77 "--force-local-build", | 77 "--force-local-build", |
| 78 "--without-android" | 78 "--without-android" |
| 79 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]/src", | 80 "cwd": "[SLAVE_BUILD]/src", |
| 81 "env": { | 81 "env": { |
| 82 "LLVM_FORCE_HEAD_REVISION": "YES" | 82 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 83 }, | 83 }, |
| 84 "name": "checkout llvm" | 84 "name": "checkout llvm" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "[DEPOT_TOOLS]/gn.py", | 90 "[DEPOT_TOOLS]/gn.py", |
| 91 "--root=[SLAVE_BUILD]/src", | 91 "--root=[SLAVE_BUILD]/src", |
| 92 "gen", | 92 "gen", |
| 93 "//out/Release", | 93 "//out/Release", |
| 94 "--args=use_libfuzzer=true is_asan=true is_debug=false target_cpu=\"x64\"" | 94 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true use_libfuzzer=true is
_asan=true is_debug=false target_cpu=\"x64\"" |
| 95 ], | 95 ], |
| 96 "cwd": "[SLAVE_BUILD]", | 96 "cwd": "[SLAVE_BUILD]", |
| 97 "name": "gn" | 97 "name": "gn" |
| 98 }, | 98 }, |
| 99 { | 99 { |
| 100 "cmd": [ | 100 "cmd": [ |
| 101 "python", | 101 "python", |
| 102 "-u", | 102 "-u", |
| 103 "[DEPOT_TOOLS]/gn.py", | 103 "[DEPOT_TOOLS]/gn.py", |
| 104 "--root=[SLAVE_BUILD]/src", | 104 "--root=[SLAVE_BUILD]/src", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 150 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 151 ] | 151 ] |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "name": "$result", | 154 "name": "$result", |
| 155 "recipe_result": null, | 155 "recipe_result": null, |
| 156 "status_code": 0 | 156 "status_code": 0 |
| 157 } | 157 } |
| 158 ] | 158 ] |
| OLD | NEW |