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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
9 "--builder", | 9 "--builder", |
10 "win_asan", | 10 "win_asan", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 }, | 75 }, |
76 { | 76 { |
77 "cmd": [ | 77 "cmd": [ |
78 "python", | 78 "python", |
79 "-u", | 79 "-u", |
80 "[DEPOT_TOOLS]\\gclient.py", | 80 "[DEPOT_TOOLS]\\gclient.py", |
81 "runhooks" | 81 "runhooks" |
82 ], | 82 ], |
83 "cwd": "[SLAVE_BUILD]", | 83 "cwd": "[SLAVE_BUILD]", |
84 "env": { | 84 "env": { |
85 "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", | 85 "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", |
86 "GYP_USE_SEPARATE_MSPDBSRV": "1" | 86 "GYP_USE_SEPARATE_MSPDBSRV": "1" |
87 }, | 87 }, |
88 "name": "gclient runhooks" | 88 "name": "gclient runhooks" |
89 }, | 89 }, |
90 { | 90 { |
91 "cmd": [ | 91 "cmd": [ |
92 "python", | 92 "python", |
93 "-u", | 93 "-u", |
94 "[BUILD]\\scripts\\slave\\compile.py", | 94 "[BUILD]\\scripts\\slave\\compile.py", |
95 "--target", | 95 "--target", |
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
485 ], | 485 ], |
486 "cwd": "[SLAVE_BUILD]", | 486 "cwd": "[SLAVE_BUILD]", |
487 "name": "webrtc_nonparallel_tests" | 487 "name": "webrtc_nonparallel_tests" |
488 }, | 488 }, |
489 { | 489 { |
490 "name": "$result", | 490 "name": "$result", |
491 "recipe_result": null, | 491 "recipe_result": null, |
492 "status_code": 0 | 492 "status_code": 0 |
493 } | 493 } |
494 ] | 494 ] |
OLD | NEW |