| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac64 Release (GN)", | 10 "Mac64 Release (GN)", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "[DEPOT_TOOLS]/gclient.py", | 77 "[DEPOT_TOOLS]/gclient.py", |
| 78 "runhooks" | 78 "runhooks" |
| 79 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", | 80 "cwd": "[SLAVE_BUILD]", |
| 81 "env": { | 81 "env": { |
| 82 "GYP_CHROMIUM_NO_ACTION": "1", | 82 "GYP_CHROMIUM_NO_ACTION": "1", |
| 83 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 gomadi
r='[BUILD]/goma' target_arch=x64 use_goma=1" | 83 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 ffmpeg
_branding=Chrome gomadir='[BUILD]/goma' rtc_use_264=1 target_arch=x64 use_goma=1
" |
| 84 }, | 84 }, |
| 85 "name": "gclient runhooks" | 85 "name": "gclient runhooks" |
| 86 }, | 86 }, |
| 87 { | 87 { |
| 88 "cmd": [ | 88 "cmd": [ |
| 89 "python", | 89 "python", |
| 90 "-u", | 90 "-u", |
| 91 "[DEPOT_TOOLS]/gn.py", | 91 "[DEPOT_TOOLS]/gn.py", |
| 92 "--root=[SLAVE_BUILD]/src", | 92 "--root=[SLAVE_BUILD]/src", |
| 93 "gen", | 93 "gen", |
| 94 "//out/Release", | 94 "//out/Release", |
| 95 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]
/goma\"" | 95 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" |
| 96 ], | 96 ], |
| 97 "cwd": "[SLAVE_BUILD]", | 97 "cwd": "[SLAVE_BUILD]", |
| 98 "name": "gn" | 98 "name": "gn" |
| 99 }, | 99 }, |
| 100 { | 100 { |
| 101 "allow_subannotations": true, | 101 "allow_subannotations": true, |
| 102 "cmd": [ | 102 "cmd": [ |
| 103 "python", | 103 "python", |
| 104 "-u", | 104 "-u", |
| 105 "[BUILD]/scripts/slave/clang_revision.py", | 105 "[BUILD]/scripts/slave/clang_revision.py", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 143 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 144 "@@@STEP_LOG_END@json.output (invalid)@@@" | 144 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 145 ] | 145 ] |
| 146 }, | 146 }, |
| 147 { | 147 { |
| 148 "name": "$result", | 148 "name": "$result", |
| 149 "recipe_result": null, | 149 "recipe_result": null, |
| 150 "status_code": 0 | 150 "status_code": 0 |
| 151 } | 151 } |
| 152 ] | 152 ] |
| OLD | NEW |