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_swarming", | 10 "win_swarming", |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 }, | 87 }, |
88 { | 88 { |
89 "cmd": [ | 89 "cmd": [ |
90 "python", | 90 "python", |
91 "-u", | 91 "-u", |
92 "[DEPOT_TOOLS]\\gclient.py", | 92 "[DEPOT_TOOLS]\\gclient.py", |
93 "runhooks" | 93 "runhooks" |
94 ], | 94 ], |
95 "cwd": "[SLAVE_BUILD]", | 95 "cwd": "[SLAVE_BUILD]", |
96 "env": { | 96 "env": { |
97 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr
epare use_goma=1" | 97 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 fastbuild=1 ffmpeg_branding=Chrome gomadir='[BUILD]\\goma' target_arch=ia32
test_isolation_mode=prepare use_goma=1 use_openh264=1 use_third_party_h264=1" |
98 }, | 98 }, |
99 "name": "gclient runhooks" | 99 "name": "gclient runhooks" |
100 }, | 100 }, |
101 { | 101 { |
102 "cmd": [ | 102 "cmd": [ |
103 "python", | 103 "python", |
104 "-u", | 104 "-u", |
105 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", | 105 "[SLAVE_BUILD]\\src\\tools\\swarming_client\\swarming.py", |
106 "--version" | 106 "--version" |
107 ], | 107 ], |
(...skipping 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2129 "@@@STEP_LOG_END@json.output@@@", | 2129 "@@@STEP_LOG_END@json.output@@@", |
2130 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2130 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
2131 ] | 2131 ] |
2132 }, | 2132 }, |
2133 { | 2133 { |
2134 "name": "$result", | 2134 "name": "$result", |
2135 "recipe_result": null, | 2135 "recipe_result": null, |
2136 "status_code": 0 | 2136 "status_code": 0 |
2137 } | 2137 } |
2138 ] | 2138 ] |
OLD | NEW |