| 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=shared_library dcheck_always_
on=1 enable_oilpan=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_i
solation_mode=prepare use_goma=1" | 132 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 enable_oilpan=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_i
solation_mode=prepare 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_oilpan_dbg", |
| 267 "--config-file", |
| 268 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 269 "--goma-dir", |
| 270 "[BUILD]\\goma", |
| 271 "//out/Debug" |
| 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 "Debug", | 282 "Debug", |
| 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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 }, | 472 }, |
| 453 { | 473 { |
| 454 "cmd": [ | 474 "cmd": [ |
| 455 "python", | 475 "python", |
| 456 "-u", | 476 "-u", |
| 457 "[DEPOT_TOOLS]\\gclient.py", | 477 "[DEPOT_TOOLS]\\gclient.py", |
| 458 "runhooks" | 478 "runhooks" |
| 459 ], | 479 ], |
| 460 "cwd": "[SLAVE_BUILD]", | 480 "cwd": "[SLAVE_BUILD]", |
| 461 "env": { | 481 "env": { |
| 482 "GYP_CHROMIUM_NO_ACTION": "1", |
| 462 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 enable_oilpan=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_i
solation_mode=prepare use_goma=1" | 483 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_
on=1 enable_oilpan=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_i
solation_mode=prepare use_goma=1" |
| 463 }, | 484 }, |
| 464 "name": "gclient runhooks (without patch)" | 485 "name": "gclient runhooks (without patch)" |
| 465 }, | 486 }, |
| 466 { | 487 { |
| 467 "cmd": [ | 488 "cmd": [ |
| 468 "python", | 489 "python", |
| 469 "-u", | 490 "-u", |
| 491 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 492 "gen", |
| 493 "-m", |
| 494 "tryserver.blink", |
| 495 "-b", |
| 496 "win_blink_oilpan_dbg", |
| 497 "--config-file", |
| 498 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 499 "--goma-dir", |
| 500 "[BUILD]\\goma", |
| 501 "//out/Debug" |
| 502 ], |
| 503 "cwd": "[SLAVE_BUILD]", |
| 504 "name": "generate_build_files (without patch)" |
| 505 }, |
| 506 { |
| 507 "cmd": [ |
| 508 "python", |
| 509 "-u", |
| 470 "[BUILD]\\scripts\\slave\\compile.py", | 510 "[BUILD]\\scripts\\slave\\compile.py", |
| 471 "--target", | 511 "--target", |
| 472 "Debug", | 512 "Debug", |
| 473 "--src-dir", | 513 "--src-dir", |
| 474 "[SLAVE_BUILD]\\src", | 514 "[SLAVE_BUILD]\\src", |
| 475 "--build-tool", | 515 "--build-tool", |
| 476 "ninja", | 516 "ninja", |
| 477 "--compiler", | 517 "--compiler", |
| 478 "goma", | 518 "goma", |
| 479 "--goma-jsonstatus", | 519 "--goma-jsonstatus", |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 561 ], | 601 ], |
| 562 "cwd": "[SLAVE_BUILD]", | 602 "cwd": "[SLAVE_BUILD]", |
| 563 "name": "process_dumps" | 603 "name": "process_dumps" |
| 564 }, | 604 }, |
| 565 { | 605 { |
| 566 "name": "$result", | 606 "name": "$result", |
| 567 "recipe_result": null, | 607 "recipe_result": null, |
| 568 "status_code": 0 | 608 "status_code": 0 |
| 569 } | 609 } |
| 570 ] | 610 ] |
| OLD | NEW |