| 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 "linux_swarming", | 10 "linux_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": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=
prepare use_goma=1 use_openh264=1 use_third_party_h264=1" | 97 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=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 2022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2130 "@@@STEP_LOG_END@json.output@@@", | 2130 "@@@STEP_LOG_END@json.output@@@", |
| 2131 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2131 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2132 ] | 2132 ] |
| 2133 }, | 2133 }, |
| 2134 { | 2134 { |
| 2135 "name": "$result", | 2135 "name": "$result", |
| 2136 "recipe_result": null, | 2136 "recipe_result": null, |
| 2137 "status_code": 0 | 2137 "status_code": 0 |
| 2138 } | 2138 } |
| 2139 ] | 2139 ] |
| OLD | NEW |