| 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 "mac_gn_dbg", | 10 "mac_gn_dbg", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_CHROMIUM_NO_ACTION": "1", | 85 "GYP_CHROMIUM_NO_ACTION": "1", |
| 86 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 ffmpeg_branding=Chrome gomadir='[BUILD]/goma' target_arch=x64 use_goma=1 u
se_openh264=1 use_third_party_h264=1" | 86 "GYP_DEFINES": "clang=1 component=shared_library dcheck_always_on=1 fastbu
ild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1" |
| 87 }, | 87 }, |
| 88 "name": "gclient runhooks" | 88 "name": "gclient runhooks" |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "cmd": [ | 91 "cmd": [ |
| 92 "python", | 92 "python", |
| 93 "-u", | 93 "-u", |
| 94 "[DEPOT_TOOLS]/gn.py", | 94 "[DEPOT_TOOLS]/gn.py", |
| 95 "--root=[SLAVE_BUILD]/src", | 95 "--root=[SLAVE_BUILD]/src", |
| 96 "gen", | 96 "gen", |
| 97 "//out/Debug", | 97 "//out/Debug", |
| 98 "--args=ffmpeg_branding=\"Chrome\" use_openh264=true use_third_party_h264=
true is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | 98 "--args=is_debug=true target_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/
goma\"" |
| 99 ], | 99 ], |
| 100 "cwd": "[SLAVE_BUILD]", | 100 "cwd": "[SLAVE_BUILD]", |
| 101 "name": "gn" | 101 "name": "gn" |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "allow_subannotations": true, | 104 "allow_subannotations": true, |
| 105 "cmd": [ | 105 "cmd": [ |
| 106 "python", | 106 "python", |
| 107 "-u", | 107 "-u", |
| 108 "[BUILD]/scripts/slave/clang_revision.py", | 108 "[BUILD]/scripts/slave/clang_revision.py", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 148 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 149 "@@@STEP_LOG_END@json.output (invalid)@@@" | 149 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 150 ] | 150 ] |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "name": "$result", | 153 "name": "$result", |
| 154 "recipe_result": null, | 154 "recipe_result": null, |
| 155 "status_code": 0 | 155 "status_code": 0 |
| 156 } | 156 } |
| 157 ] | 157 ] |
| OLD | NEW |