| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 7 "--show-path", | 7 "--show-path", |
| 8 "python", | 8 "python", |
| 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 9 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 10 ], | 10 ], |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 { | 127 { |
| 128 "cmd": [ | 128 "cmd": [ |
| 129 "python", | 129 "python", |
| 130 "-u", | 130 "-u", |
| 131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 131 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 132 "runhooks" | 132 "runhooks" |
| 133 ], | 133 ], |
| 134 "cwd": "[SLAVE_BUILD]\\src", | 134 "cwd": "[SLAVE_BUILD]\\src", |
| 135 "env": { | 135 "env": { |
| 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 136 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 137 "GYP_CHROMIUM_NO_ACTION": "1", | |
| 138 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", | 137 "GYP_DEFINES": "clang=1 component=static_library dcheck_always_on=1 fastbu
ild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1", |
| 139 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 138 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 140 }, | 139 }, |
| 141 "name": "gclient runhooks" | 140 "name": "gclient runhooks" |
| 142 }, | 141 }, |
| 143 { | 142 { |
| 144 "cmd": [ | |
| 145 "python", | |
| 146 "-u", | |
| 147 "RECIPE_PACKAGE_REPO[depot_tools]\\gn.py", | |
| 148 "--root=[SLAVE_BUILD]\\src", | |
| 149 "gen", | |
| 150 "//out/Release_x64", | |
| 151 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"[CACHE]
\\cipd\\goma\"" | |
| 152 ], | |
| 153 "cwd": "[SLAVE_BUILD]\\src", | |
| 154 "name": "gn" | |
| 155 }, | |
| 156 { | |
| 157 "allow_subannotations": true, | 143 "allow_subannotations": true, |
| 158 "cmd": [ | 144 "cmd": [ |
| 159 "python", | 145 "python", |
| 160 "-u", | 146 "-u", |
| 161 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", | 147 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\clang_revision.py", |
| 162 "--src-dir", | 148 "--src-dir", |
| 163 "[SLAVE_BUILD]\\src", | 149 "[SLAVE_BUILD]\\src", |
| 164 "--output-json", | 150 "--output-json", |
| 165 "/path/to/tmp/json" | 151 "/path/to/tmp/json" |
| 166 ], | 152 ], |
| (...skipping 20 matching lines...) Expand all Loading... |
| 187 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 173 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 188 "--ninja-path", | 174 "--ninja-path", |
| 189 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 175 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 190 "--target", | 176 "--target", |
| 191 "Release_x64", | 177 "Release_x64", |
| 192 "--src-dir", | 178 "--src-dir", |
| 193 "[SLAVE_BUILD]\\src", | 179 "[SLAVE_BUILD]\\src", |
| 194 "--goma-cache-dir", | 180 "--goma-cache-dir", |
| 195 "[GOMA_CACHE]", | 181 "[GOMA_CACHE]", |
| 196 "--buildbot-buildername", | 182 "--buildbot-buildername", |
| 197 "win_x64_gn_rel", | 183 "win_x64_gyp_rel", |
| 198 "--buildbot-mastername", | 184 "--buildbot-mastername", |
| 199 "tryserver.libyuv", | 185 "tryserver.libyuv", |
| 200 "--buildbot-slavename", | 186 "--buildbot-slavename", |
| 201 "slavename", | 187 "slavename", |
| 202 "--goma-deps-cache-file", | 188 "--goma-deps-cache-file", |
| 203 "win_x64_gn_rel.gomadeps", | 189 "win_x64_gyp_rel.gomadeps", |
| 204 "--compiler", | 190 "--compiler", |
| 205 "goma-clang", | 191 "goma-clang", |
| 206 "--goma-jsonstatus", | 192 "--goma-jsonstatus", |
| 207 "/path/to/tmp/json", | 193 "/path/to/tmp/json", |
| 208 "--goma-service-account-json-file", | 194 "--goma-service-account-json-file", |
| 209 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 195 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 210 "--goma-dir", | 196 "--goma-dir", |
| 211 "[CACHE]\\cipd\\goma", | 197 "[CACHE]\\cipd\\goma", |
| 212 "--goma-fail-fast", | 198 "--goma-fail-fast", |
| 213 "--goma-disable-local-fallback", | 199 "--goma-disable-local-fallback", |
| 214 "--", | 200 "--" |
| 215 "all" | |
| 216 ], | 201 ], |
| 217 "env": { | 202 "env": { |
| 218 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 203 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 219 }, | 204 }, |
| 220 "name": "compile", | 205 "name": "compile", |
| 221 "~followup_annotations": [ | 206 "~followup_annotations": [ |
| 222 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 207 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 223 "@@@STEP_LOG_END@json.output (invalid)@@@" | 208 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 224 ] | 209 ] |
| 225 }, | 210 }, |
| 226 { | 211 { |
| 227 "name": "$result", | 212 "name": "$result", |
| 228 "recipe_result": null, | 213 "recipe_result": null, |
| 229 "status_code": 0 | 214 "status_code": 0 |
| 230 } | 215 } |
| 231 ] | 216 ] |
| OLD | NEW |