| 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_compile_dbg", | 10 "linux_compile_dbg", |
| (...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": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' target_arch=x64 use_goma=1 use_openh
264=1 use_third_party_h264=1" | 85 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 86 }, | 86 }, |
| 87 "name": "gclient runhooks" | 87 "name": "gclient runhooks" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "cmd": [ | 90 "cmd": [ |
| 91 "python", | 91 "python", |
| 92 "-u", | 92 "-u", |
| 93 "[BUILD]/scripts/slave/compile.py", | 93 "[BUILD]/scripts/slave/compile.py", |
| 94 "--target", | 94 "--target", |
| 95 "Debug", | 95 "Debug", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 114 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 115 "@@@STEP_LOG_END@json.output (invalid)@@@" | 115 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 116 ] | 116 ] |
| 117 }, | 117 }, |
| 118 { | 118 { |
| 119 "name": "$result", | 119 "name": "$result", |
| 120 "recipe_result": null, | 120 "recipe_result": null, |
| 121 "status_code": 0 | 121 "status_code": 0 |
| 122 } | 122 } |
| 123 ] | 123 ] |
| OLD | NEW |