| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]\\bot_update.py", | 6 "RECIPE_PACKAGE[build]\\bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Win SyzyASan", | 10 "Win SyzyASan", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "[DEPOT_TOOLS]\\gclient.py", | 77 "[DEPOT_TOOLS]\\gclient.py", |
| 78 "runhooks" | 78 "runhooks" |
| 79 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", | 80 "cwd": "[SLAVE_BUILD]", |
| 81 "env": { | 81 "env": { |
| 82 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' syzyasan=1 target_arch=ia32 use_goma=1
win_z7=1", | 82 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' rtc_use_264=1 sy
zyasan=1 target_arch=ia32 use_goma=1 win_z7=1", |
| 83 "GYP_USE_SEPARATE_MSPDBSRV": "1" | 83 "GYP_USE_SEPARATE_MSPDBSRV": "1" |
| 84 }, | 84 }, |
| 85 "name": "gclient runhooks" | 85 "name": "gclient runhooks" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "python", | 89 "python", |
| 90 "-u", | 90 "-u", |
| 91 "[BUILD]\\scripts\\slave\\compile.py", | 91 "[BUILD]\\scripts\\slave\\compile.py", |
| 92 "--target", | 92 "--target", |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 ], | 498 ], |
| 499 "cwd": "[SLAVE_BUILD]", | 499 "cwd": "[SLAVE_BUILD]", |
| 500 "name": "webrtc_nonparallel_tests" | 500 "name": "webrtc_nonparallel_tests" |
| 501 }, | 501 }, |
| 502 { | 502 { |
| 503 "name": "$result", | 503 "name": "$result", |
| 504 "recipe_result": null, | 504 "recipe_result": null, |
| 505 "status_code": 0 | 505 "status_code": 0 |
| 506 } | 506 } |
| 507 ] | 507 ] |
| OLD | NEW |