| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_gn_rel", | 10 "linux_gn_rel", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_CHROMIUM_NO_ACTION": "1", | 88 "GYP_CHROMIUM_NO_ACTION": "1", |
| 89 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 use_goma=1" | 89 "GYP_DEFINES": "component=static_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" |
| 90 }, | 90 }, |
| 91 "name": "gclient runhooks" | 91 "name": "gclient runhooks" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "cmd": [ | 94 "cmd": [ |
| 95 "python", | 95 "python", |
| 96 "-u", | 96 "-u", |
| 97 "[DEPOT_TOOLS]/gn.py", | 97 "[DEPOT_TOOLS]/gn.py", |
| 98 "--root=[SLAVE_BUILD]/src", | 98 "--root=[SLAVE_BUILD]/src", |
| 99 "gen", | 99 "gen", |
| 100 "//out/Release", | 100 "//out/Release", |
| 101 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]
/goma\"" | 101 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
| 102 ], | 102 ], |
| 103 "cwd": "[SLAVE_BUILD]", | 103 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "gn" | 104 "name": "gn" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "cmd": [ | 107 "cmd": [ |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "[BUILD]/scripts/slave/compile.py", | 110 "[BUILD]/scripts/slave/compile.py", |
| 111 "--target", | 111 "--target", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 131 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 132 "@@@STEP_LOG_END@json.output (invalid)@@@" | 132 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 133 ] | 133 ] |
| 134 }, | 134 }, |
| 135 { | 135 { |
| 136 "name": "$result", | 136 "name": "$result", |
| 137 "recipe_result": null, | 137 "recipe_result": null, |
| 138 "status_code": 0 | 138 "status_code": 0 |
| 139 } | 139 } |
| 140 ] | 140 ] |
| OLD | NEW |