| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 { | 211 { |
| 212 "cmd": [ | 212 "cmd": [ |
| 213 "python", | 213 "python", |
| 214 "-u", | 214 "-u", |
| 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 215 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 216 "runhooks" | 216 "runhooks" |
| 217 ], | 217 ], |
| 218 "cwd": "[BUILDER_CACHE]\\Win_x64\\src", | 218 "cwd": "[BUILDER_CACHE]\\Win_x64\\src", |
| 219 "env": { | 219 "env": { |
| 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 221 "GYP_CHROMIUM_NO_ACTION": "1", |
| 221 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=
1", | 222 "GYP_DEFINES": "component=static_library fastbuild=1 gomadir='[CACHE]\\cip
d\\goma' linux_dump_symbols=0 target_arch=x64 test_isolation_mode=noop use_goma=
1", |
| 222 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 223 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 223 }, | 224 }, |
| 224 "name": "gclient runhooks" | 225 "name": "gclient runhooks" |
| 225 }, | 226 }, |
| 226 { | 227 { |
| 227 "cmd": [ | 228 "cmd": [ |
| 228 "python", | 229 "python", |
| 229 "-u", | 230 "-u", |
| 230 "[BUILDER_CACHE]\\Win_x64\\src\\testing\\scripts\\get_compile_targets.py", | 231 "[BUILDER_CACHE]\\Win_x64\\src\\testing\\scripts\\get_compile_targets.py", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "--show-path", | 268 "--show-path", |
| 268 "python", | 269 "python", |
| 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 270 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 270 ], | 271 ], |
| 271 "name": "cleanup_temp" | 272 "name": "cleanup_temp" |
| 272 }, | 273 }, |
| 273 { | 274 { |
| 274 "cmd": [ | 275 "cmd": [ |
| 275 "python", | 276 "python", |
| 276 "-u", | 277 "-u", |
| 278 "[BUILDER_CACHE]\\Win_x64\\src\\tools\\mb\\mb.py", |
| 279 "gen", |
| 280 "-m", |
| 281 "chromium", |
| 282 "-b", |
| 283 "Win x64", |
| 284 "--config-file", |
| 285 "[BUILDER_CACHE]\\Win_x64\\src\\tools\\mb\\mb_config.pyl", |
| 286 "--goma-dir", |
| 287 "[CACHE]\\cipd\\goma", |
| 288 "//out/Release_x64" |
| 289 ], |
| 290 "cwd": "[BUILDER_CACHE]\\Win_x64\\src", |
| 291 "env": { |
| 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 293 }, |
| 294 "name": "generate_build_files" |
| 295 }, |
| 296 { |
| 297 "cmd": [ |
| 298 "python", |
| 299 "-u", |
| 277 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 300 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 278 "--show-path", | 301 "--show-path", |
| 279 "python", | 302 "python", |
| 280 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 303 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 281 "--gsutil-py-path", | 304 "--gsutil-py-path", |
| 282 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 305 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 283 "--ninja-path", | 306 "--ninja-path", |
| 284 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 307 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 285 "--target", | 308 "--target", |
| 286 "Release_x64", | 309 "Release_x64", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "dev" | 357 "dev" |
| 335 ], | 358 ], |
| 336 "name": "archive_build" | 359 "name": "archive_build" |
| 337 }, | 360 }, |
| 338 { | 361 { |
| 339 "name": "$result", | 362 "name": "$result", |
| 340 "recipe_result": null, | 363 "recipe_result": null, |
| 341 "status_code": 0 | 364 "status_code": 0 |
| 342 } | 365 } |
| 343 ] | 366 ] |
| OLD | NEW |