| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win64 Debug (GN)", | 10 "Win64 Debug (GN)", |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 "cmd": [ | 133 "cmd": [ |
| 134 "python", | 134 "python", |
| 135 "-u", | 135 "-u", |
| 136 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 136 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 137 "runhooks" | 137 "runhooks" |
| 138 ], | 138 ], |
| 139 "cwd": "[SLAVE_BUILD]\\src", | 139 "cwd": "[SLAVE_BUILD]\\src", |
| 140 "env": { | 140 "env": { |
| 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 142 "GYP_CHROMIUM_NO_ACTION": "1", | 142 "GYP_CHROMIUM_NO_ACTION": "1", |
| 143 "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", | 143 "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", |
| 144 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 144 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 145 }, | 145 }, |
| 146 "name": "gclient runhooks" | 146 "name": "gclient runhooks" |
| 147 }, | 147 }, |
| 148 { | 148 { |
| 149 "cmd": [ | 149 "cmd": [ |
| 150 "python", | 150 "python", |
| 151 "-u", | 151 "-u", |
| 152 "[DEPOT_TOOLS]\\gn.py", | 152 "[DEPOT_TOOLS]\\gn.py", |
| 153 "--root=[SLAVE_BUILD]\\src", | 153 "--root=[SLAVE_BUILD]\\src", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 195 "@@@STEP_LOG_END@json.output (invalid)@@@" | 195 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 196 ] | 196 ] |
| 197 }, | 197 }, |
| 198 { | 198 { |
| 199 "name": "$result", | 199 "name": "$result", |
| 200 "recipe_result": null, | 200 "recipe_result": null, |
| 201 "status_code": 0 | 201 "status_code": 0 |
| 202 } | 202 } |
| 203 ] | 203 ] |
| OLD | NEW |