| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 }, | 78 }, |
| 79 { | 79 { |
| 80 "cmd": [ | 80 "cmd": [ |
| 81 "python", | 81 "python", |
| 82 "-u", | 82 "-u", |
| 83 "[DEPOT_TOOLS]/gclient.py", | 83 "[DEPOT_TOOLS]/gclient.py", |
| 84 "runhooks" | 84 "runhooks" |
| 85 ], | 85 ], |
| 86 "cwd": "[SLAVE_BUILD]", | 86 "cwd": "[SLAVE_BUILD]", |
| 87 "env": { | 87 "env": { |
| 88 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 88 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_go
ma=1" |
| 89 }, | 89 }, |
| 90 "name": "gclient runhooks" | 90 "name": "gclient runhooks" |
| 91 }, | 91 }, |
| 92 { | 92 { |
| 93 "cmd": [ | 93 "cmd": [ |
| 94 "python", | 94 "python", |
| 95 "-u", | 95 "-u", |
| 96 "[BUILD]/scripts/slave/compile.py", | 96 "[BUILD]/scripts/slave/compile.py", |
| 97 "--target", | 97 "--target", |
| 98 "Debug", | 98 "Debug", |
| (...skipping 18 matching lines...) Expand all Loading... |
| 117 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 117 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 118 "@@@STEP_LOG_END@json.output (invalid)@@@" | 118 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 119 ] | 119 ] |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "name": "$result", | 122 "name": "$result", |
| 123 "recipe_result": null, | 123 "recipe_result": null, |
| 124 "status_code": 0 | 124 "status_code": 0 |
| 125 } | 125 } |
| 126 ] | 126 ] |
| OLD | NEW |