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 "win_x64_gn_dbg", | 10 "win_x64_gn_dbg", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 "cmd": [ | 139 "cmd": [ |
140 "python", | 140 "python", |
141 "-u", | 141 "-u", |
142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 142 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
143 "runhooks" | 143 "runhooks" |
144 ], | 144 ], |
145 "cwd": "[SLAVE_BUILD]\\src", | 145 "cwd": "[SLAVE_BUILD]\\src", |
146 "env": { | 146 "env": { |
147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
148 "GYP_CHROMIUM_NO_ACTION": "1", | 148 "GYP_CHROMIUM_NO_ACTION": "1", |
149 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h2
64=1 target_arch=x64 use_goma=1", | 149 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]\\cipd\\goma' rtc_use_h264=1 target_arch=x6
4 use_goma=1", |
150 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 150 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
151 }, | 151 }, |
152 "name": "gclient runhooks" | 152 "name": "gclient runhooks" |
153 }, | 153 }, |
154 { | 154 { |
155 "cmd": [ | 155 "cmd": [ |
156 "python", | 156 "python", |
157 "-u", | 157 "-u", |
158 "[DEPOT_TOOLS]\\gn.py", | 158 "[DEPOT_TOOLS]\\gn.py", |
159 "--root=[SLAVE_BUILD]\\src", | 159 "--root=[SLAVE_BUILD]\\src", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
203 "@@@STEP_LOG_END@json.output (invalid)@@@" | 203 "@@@STEP_LOG_END@json.output (invalid)@@@" |
204 ] | 204 ] |
205 }, | 205 }, |
206 { | 206 { |
207 "name": "$result", | 207 "name": "$result", |
208 "recipe_result": null, | 208 "recipe_result": null, |
209 "status_code": 0 | 209 "status_code": 0 |
210 } | 210 } |
211 ] | 211 ] |
OLD | NEW |