| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 77 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 78 "--show-path", | 78 "--show-path", |
| 79 "python", | 79 "python", |
| 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 80 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 81 ], | 81 ], |
| 82 "name": "cleanup_temp" | 82 "name": "cleanup_temp" |
| 83 }, | 83 }, |
| 84 { | 84 { |
| 85 "cmd": [ | |
| 86 "python", | |
| 87 "-u", | |
| 88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 89 "runhooks" | |
| 90 ], | |
| 91 "cwd": "[SLAVE_BUILD]/src", | |
| 92 "env": { | |
| 93 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 94 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 95 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[BUILD]/goma' rtc_use_h264=1 target_arch=x64 use_g
oma=1", | |
| 96 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 97 }, | |
| 98 "name": "gclient runhooks" | |
| 99 }, | |
| 100 { | |
| 101 "cmd": [ | |
| 102 "python", | |
| 103 "-u", | |
| 104 "[DEPOT_TOOLS]/gn.py", | |
| 105 "--root=[SLAVE_BUILD]/src", | |
| 106 "gen", | |
| 107 "//out/Release", | |
| 108 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[BUILD]/goma\"" | |
| 109 ], | |
| 110 "name": "gn" | |
| 111 }, | |
| 112 { | |
| 113 "cmd": [], | 85 "cmd": [], |
| 114 "name": "ensure_goma" | 86 "name": "ensure_goma" |
| 115 }, | 87 }, |
| 116 { | 88 { |
| 117 "cmd": [ | 89 "cmd": [ |
| 118 "python", | 90 "python", |
| 119 "-u", | 91 "-u", |
| 120 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 92 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 121 "--platform", | 93 "--platform", |
| 122 "linux-amd64", | 94 "linux-amd64", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "@@@STEP_LOG_LINE@json.output@ }@@@", | 132 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 133 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 162 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 163 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| 164 ] | 136 ] |
| 165 }, | 137 }, |
| 166 { | 138 { |
| 167 "cmd": [ | 139 "cmd": [ |
| 168 "python", | 140 "python", |
| 169 "-u", | 141 "-u", |
| 142 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 143 "runhooks" |
| 144 ], |
| 145 "cwd": "[SLAVE_BUILD]/src", |
| 146 "env": { |
| 147 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 148 "GYP_CHROMIUM_NO_ACTION": "1", |
| 149 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 ff
mpeg_branding=Chrome gomadir='[CACHE]/cipd/goma' rtc_use_h264=1 target_arch=x64
use_goma=1", |
| 150 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 151 }, |
| 152 "name": "gclient runhooks" |
| 153 }, |
| 154 { |
| 155 "cmd": [ |
| 156 "python", |
| 157 "-u", |
| 158 "[DEPOT_TOOLS]/gn.py", |
| 159 "--root=[SLAVE_BUILD]/src", |
| 160 "gen", |
| 161 "//out/Release", |
| 162 "--args=ffmpeg_branding=\"Chrome\" rtc_use_h264=true is_debug=false target
_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]/cipd/goma\"" |
| 163 ], |
| 164 "name": "gn" |
| 165 }, |
| 166 { |
| 167 "cmd": [ |
| 168 "python", |
| 169 "-u", |
| 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 171 "--show-path", | 171 "--show-path", |
| 172 "python", | 172 "python", |
| 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 174 "--gsutil-py-path", | 174 "--gsutil-py-path", |
| 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 176 "--ninja-path", | 176 "--ninja-path", |
| 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 178 "--target", | 178 "--target", |
| 179 "Release", | 179 "Release", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 204 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 205 "@@@STEP_LOG_END@json.output (invalid)@@@" | 205 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 206 ] | 206 ] |
| 207 }, | 207 }, |
| 208 { | 208 { |
| 209 "name": "$result", | 209 "name": "$result", |
| 210 "recipe_result": null, | 210 "recipe_result": null, |
| 211 "status_code": 0 | 211 "status_code": 0 |
| 212 } | 212 } |
| 213 ] | 213 ] |
| OLD | NEW |