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 Release", | 10 "Win64 Release", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 { | 132 { |
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_DEFINES": "chromium_win_pch=0 component=static_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", | 142 "GYP_DEFINES": "component=static_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", |
143 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 143 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
144 }, | 144 }, |
145 "name": "gclient runhooks" | 145 "name": "gclient runhooks" |
146 }, | 146 }, |
147 { | 147 { |
148 "cmd": [ | 148 "cmd": [ |
149 "python", | 149 "python", |
150 "-u", | 150 "-u", |
151 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 151 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
152 "--show-path", | 152 "--show-path", |
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
567 "webrtc_nonparallel_tests.exe" | 567 "webrtc_nonparallel_tests.exe" |
568 ], | 568 ], |
569 "name": "webrtc_nonparallel_tests" | 569 "name": "webrtc_nonparallel_tests" |
570 }, | 570 }, |
571 { | 571 { |
572 "name": "$result", | 572 "name": "$result", |
573 "recipe_result": null, | 573 "recipe_result": null, |
574 "status_code": 0 | 574 "status_code": 0 |
575 } | 575 } |
576 ] | 576 ] |
OLD | NEW |