OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "[BUILD]\\scripts\\slave\\bot_update.py", | 6 "[BUILD]\\scripts\\slave\\bot_update.py", |
7 "--master", | 7 "--master", |
8 "client.webrtc", | 8 "client.webrtc", |
9 "--builder", | 9 "--builder", |
10 "Win SyzyASan", | 10 "Win SyzyASan", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 }, | 69 }, |
70 { | 70 { |
71 "cmd": [ | 71 "cmd": [ |
72 "python", | 72 "python", |
73 "-u", | 73 "-u", |
74 "[DEPOT_TOOLS]\\gclient.py", | 74 "[DEPOT_TOOLS]\\gclient.py", |
75 "runhooks" | 75 "runhooks" |
76 ], | 76 ], |
77 "cwd": "[SLAVE_BUILD]", | 77 "cwd": "[SLAVE_BUILD]", |
78 "env": { | 78 "env": { |
79 "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", | 79 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' syzyasan=1 targe
t_arch=ia32 use_goma=1 use_openh264=1 use_third_party_h264=1 win_z7=1", |
80 "GYP_USE_SEPARATE_MSPDBSRV": "1" | 80 "GYP_USE_SEPARATE_MSPDBSRV": "1" |
81 }, | 81 }, |
82 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
83 }, | 83 }, |
84 { | 84 { |
85 "cmd": [ | 85 "cmd": [ |
86 "python", | 86 "python", |
87 "-u", | 87 "-u", |
88 "[BUILD]\\scripts\\slave\\compile.py", | 88 "[BUILD]\\scripts\\slave\\compile.py", |
89 "--target", | 89 "--target", |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 ], | 495 ], |
496 "cwd": "[SLAVE_BUILD]", | 496 "cwd": "[SLAVE_BUILD]", |
497 "name": "webrtc_nonparallel_tests" | 497 "name": "webrtc_nonparallel_tests" |
498 }, | 498 }, |
499 { | 499 { |
500 "name": "$result", | 500 "name": "$result", |
501 "recipe_result": null, | 501 "recipe_result": null, |
502 "status_code": 0 | 502 "status_code": 0 |
503 } | 503 } |
504 ] | 504 ] |
OLD | NEW |