| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[BUILD]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 }, | 121 }, |
| 122 { | 122 { |
| 123 "cmd": [ | 123 "cmd": [ |
| 124 "python", | 124 "python", |
| 125 "-u", | 125 "-u", |
| 126 "[DEPOT_TOOLS]\\gclient.py", | 126 "[DEPOT_TOOLS]\\gclient.py", |
| 127 "runhooks" | 127 "runhooks" |
| 128 ], | 128 ], |
| 129 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 130 "env": { | 130 "env": { |
| 131 "GYP_CHROMIUM_NO_ACTION": "1", |
| 131 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr
epare use_goma=1" | 132 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr
epare use_goma=1" |
| 132 }, | 133 }, |
| 133 "name": "gclient runhooks (with patch)" | 134 "name": "gclient runhooks (with patch)" |
| 134 }, | 135 }, |
| 135 { | 136 { |
| 136 "cmd": [ | 137 "cmd": [ |
| 137 "python", | 138 "python", |
| 138 "-u", | 139 "-u", |
| 139 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 140 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", | 141 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "-u", | 251 "-u", |
| 251 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 252 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 252 ], | 253 ], |
| 253 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
| 254 "name": "cleanup_temp" | 255 "name": "cleanup_temp" |
| 255 }, | 256 }, |
| 256 { | 257 { |
| 257 "cmd": [ | 258 "cmd": [ |
| 258 "python", | 259 "python", |
| 259 "-u", | 260 "-u", |
| 261 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 262 "gen", |
| 263 "-m", |
| 264 "tryserver.blink", |
| 265 "-b", |
| 266 "win_blink_rel", |
| 267 "--config-file", |
| 268 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 269 "--goma-dir", |
| 270 "[BUILD]\\goma", |
| 271 "//out/Release" |
| 272 ], |
| 273 "cwd": "[SLAVE_BUILD]", |
| 274 "name": "generate_build_files (with patch)" |
| 275 }, |
| 276 { |
| 277 "cmd": [ |
| 278 "python", |
| 279 "-u", |
| 260 "[BUILD]\\scripts\\slave\\compile.py", | 280 "[BUILD]\\scripts\\slave\\compile.py", |
| 261 "--target", | 281 "--target", |
| 262 "Release", | 282 "Release", |
| 263 "--src-dir", | 283 "--src-dir", |
| 264 "[SLAVE_BUILD]\\src", | 284 "[SLAVE_BUILD]\\src", |
| 265 "--build-tool", | 285 "--build-tool", |
| 266 "ninja", | 286 "ninja", |
| 267 "--compiler", | 287 "--compiler", |
| 268 "goma", | 288 "goma", |
| 269 "--goma-jsonstatus", | 289 "--goma-jsonstatus", |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 }, | 470 }, |
| 451 { | 471 { |
| 452 "cmd": [ | 472 "cmd": [ |
| 453 "python", | 473 "python", |
| 454 "-u", | 474 "-u", |
| 455 "[DEPOT_TOOLS]\\gclient.py", | 475 "[DEPOT_TOOLS]\\gclient.py", |
| 456 "runhooks" | 476 "runhooks" |
| 457 ], | 477 ], |
| 458 "cwd": "[SLAVE_BUILD]", | 478 "cwd": "[SLAVE_BUILD]", |
| 459 "env": { | 479 "env": { |
| 480 "GYP_CHROMIUM_NO_ACTION": "1", |
| 460 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr
epare use_goma=1" | 481 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_
on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr
epare use_goma=1" |
| 461 }, | 482 }, |
| 462 "name": "gclient runhooks (without patch)" | 483 "name": "gclient runhooks (without patch)" |
| 463 }, | 484 }, |
| 464 { | 485 { |
| 465 "cmd": [ | 486 "cmd": [ |
| 466 "python", | 487 "python", |
| 467 "-u", | 488 "-u", |
| 489 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 490 "gen", |
| 491 "-m", |
| 492 "tryserver.blink", |
| 493 "-b", |
| 494 "win_blink_rel", |
| 495 "--config-file", |
| 496 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 497 "--goma-dir", |
| 498 "[BUILD]\\goma", |
| 499 "//out/Release" |
| 500 ], |
| 501 "cwd": "[SLAVE_BUILD]", |
| 502 "name": "generate_build_files (without patch)" |
| 503 }, |
| 504 { |
| 505 "cmd": [ |
| 506 "python", |
| 507 "-u", |
| 468 "[BUILD]\\scripts\\slave\\compile.py", | 508 "[BUILD]\\scripts\\slave\\compile.py", |
| 469 "--target", | 509 "--target", |
| 470 "Release", | 510 "Release", |
| 471 "--src-dir", | 511 "--src-dir", |
| 472 "[SLAVE_BUILD]\\src", | 512 "[SLAVE_BUILD]\\src", |
| 473 "--build-tool", | 513 "--build-tool", |
| 474 "ninja", | 514 "ninja", |
| 475 "--compiler", | 515 "--compiler", |
| 476 "goma", | 516 "goma", |
| 477 "--goma-jsonstatus", | 517 "--goma-jsonstatus", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 ], | 597 ], |
| 558 "cwd": "[SLAVE_BUILD]", | 598 "cwd": "[SLAVE_BUILD]", |
| 559 "name": "process_dumps" | 599 "name": "process_dumps" |
| 560 }, | 600 }, |
| 561 { | 601 { |
| 562 "name": "$result", | 602 "name": "$result", |
| 563 "recipe_result": null, | 603 "recipe_result": null, |
| 564 "status_code": 0 | 604 "status_code": 0 |
| 565 } | 605 } |
| 566 ] | 606 ] |
| OLD | NEW |