| 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_swarming", | 10 "win_swarming", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 { | 149 { |
| 150 "cmd": [ | 150 "cmd": [ |
| 151 "python", | 151 "python", |
| 152 "-u", | 152 "-u", |
| 153 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 153 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 154 "runhooks" | 154 "runhooks" |
| 155 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]\\src", | 156 "cwd": "[SLAVE_BUILD]\\src", |
| 157 "env": { | 157 "env": { |
| 158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 158 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 159 "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 test_isolation_mode=prepare use_goma=1", | 159 "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 test_isolation_mode=prepare use_goma=1", |
| 160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 160 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 161 }, | 161 }, |
| 162 "name": "gclient runhooks" | 162 "name": "gclient runhooks" |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "python", | 166 "python", |
| 167 "-u", | 167 "-u", |
| 168 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 168 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
| 169 "--version" | 169 "--version" |
| (...skipping 2214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2384 "@@@STEP_LOG_END@json.output@@@", | 2384 "@@@STEP_LOG_END@json.output@@@", |
| 2385 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2385 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2386 ] | 2386 ] |
| 2387 }, | 2387 }, |
| 2388 { | 2388 { |
| 2389 "name": "$result", | 2389 "name": "$result", |
| 2390 "recipe_result": null, | 2390 "recipe_result": null, |
| 2391 "status_code": 0 | 2391 "status_code": 0 |
| 2392 } | 2392 } |
| 2393 ] | 2393 ] |
| OLD | NEW |