| 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_dbg", | 10 "win_dbg", |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 { | 138 { |
| 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_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=ia32 use_goma=1", | 148 "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=ia
32 use_goma=1", |
| 149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 149 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 150 }, | 150 }, |
| 151 "name": "gclient runhooks" | 151 "name": "gclient runhooks" |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "cmd": [ | 154 "cmd": [ |
| 155 "python", | 155 "python", |
| 156 "-u", | 156 "-u", |
| 157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 157 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 158 "--show-path", | 158 "--show-path", |
| (...skipping 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 "webrtc_nonparallel_tests.exe" | 572 "webrtc_nonparallel_tests.exe" |
| 573 ], | 573 ], |
| 574 "name": "webrtc_nonparallel_tests" | 574 "name": "webrtc_nonparallel_tests" |
| 575 }, | 575 }, |
| 576 { | 576 { |
| 577 "name": "$result", | 577 "name": "$result", |
| 578 "recipe_result": null, | 578 "recipe_result": null, |
| 579 "status_code": 0 | 579 "status_code": 0 |
| 580 } | 580 } |
| 581 ] | 581 ] |
| OLD | NEW |