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 DrMemory Full", | 10 "Win DrMemory Full", |
(...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": "build_for_tool=drmemory chromium_win_pch=0 component=share
d_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia3
2 use_goma=1" | 79 "GYP_DEFINES": "build_for_tool=drmemory chromium_win_pch=0 component=share
d_library dcheck_always_on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]
\\goma' target_arch=ia32 use_goma=1 use_openh264=1 use_third_party_h264=1" |
80 }, | 80 }, |
81 "name": "gclient runhooks" | 81 "name": "gclient runhooks" |
82 }, | 82 }, |
83 { | 83 { |
84 "cmd": [ | 84 "cmd": [ |
85 "python", | 85 "python", |
86 "-u", | 86 "-u", |
87 "[BUILD]\\scripts\\slave\\compile.py", | 87 "[BUILD]\\scripts\\slave\\compile.py", |
88 "--target", | 88 "--target", |
89 "Debug", | 89 "Debug", |
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
571 ], | 571 ], |
572 "cwd": "[SLAVE_BUILD]", | 572 "cwd": "[SLAVE_BUILD]", |
573 "name": "webrtc_nonparallel_tests" | 573 "name": "webrtc_nonparallel_tests" |
574 }, | 574 }, |
575 { | 575 { |
576 "name": "$result", | 576 "name": "$result", |
577 "recipe_result": null, | 577 "recipe_result": null, |
578 "status_code": 0 | 578 "status_code": 0 |
579 } | 579 } |
580 ] | 580 ] |
OLD | NEW |