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