| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 }, | 112 }, |
| 113 { | 113 { |
| 114 "cmd": [ | 114 "cmd": [ |
| 115 "python", | 115 "python", |
| 116 "-u", | 116 "-u", |
| 117 "[DEPOT_TOOLS]/gclient.py", | 117 "[DEPOT_TOOLS]/gclient.py", |
| 118 "runhooks" | 118 "runhooks" |
| 119 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", | 120 "cwd": "[SLAVE_BUILD]", |
| 121 "env": { | 121 "env": { |
| 122 "GYP_CHROMIUM_NO_ACTION": "1", |
| 122 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" | 123 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 123 }, | 124 }, |
| 124 "name": "gclient runhooks (with patch)" | 125 "name": "gclient runhooks (with patch)" |
| 125 }, | 126 }, |
| 126 { | 127 { |
| 127 "cmd": [ | 128 "cmd": [ |
| 128 "python", | 129 "python", |
| 129 "-u", | 130 "-u", |
| 130 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 131 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 131 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 132 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 "-u", | 238 "-u", |
| 238 "[BUILD]/scripts/slave/cleanup_temp.py" | 239 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 239 ], | 240 ], |
| 240 "cwd": "[SLAVE_BUILD]", | 241 "cwd": "[SLAVE_BUILD]", |
| 241 "name": "cleanup_temp" | 242 "name": "cleanup_temp" |
| 242 }, | 243 }, |
| 243 { | 244 { |
| 244 "cmd": [ | 245 "cmd": [ |
| 245 "python", | 246 "python", |
| 246 "-u", | 247 "-u", |
| 248 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 249 "gen", |
| 250 "-m", |
| 251 "tryserver.blink", |
| 252 "-b", |
| 253 "linux_blink_rel", |
| 254 "--config-file", |
| 255 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 256 "--goma-dir", |
| 257 "[BUILD]/goma", |
| 258 "//out/Release" |
| 259 ], |
| 260 "cwd": "[SLAVE_BUILD]", |
| 261 "name": "generate_build_files (with patch)" |
| 262 }, |
| 263 { |
| 264 "cmd": [ |
| 265 "python", |
| 266 "-u", |
| 247 "[BUILD]/scripts/slave/compile.py", | 267 "[BUILD]/scripts/slave/compile.py", |
| 248 "--target", | 268 "--target", |
| 249 "Release", | 269 "Release", |
| 250 "--src-dir", | 270 "--src-dir", |
| 251 "[SLAVE_BUILD]/src", | 271 "[SLAVE_BUILD]/src", |
| 252 "--build-tool", | 272 "--build-tool", |
| 253 "ninja", | 273 "ninja", |
| 254 "--compiler", | 274 "--compiler", |
| 255 "goma", | 275 "goma", |
| 256 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 }, | 438 }, |
| 419 { | 439 { |
| 420 "cmd": [ | 440 "cmd": [ |
| 421 "python", | 441 "python", |
| 422 "-u", | 442 "-u", |
| 423 "[DEPOT_TOOLS]/gclient.py", | 443 "[DEPOT_TOOLS]/gclient.py", |
| 424 "runhooks" | 444 "runhooks" |
| 425 ], | 445 ], |
| 426 "cwd": "[SLAVE_BUILD]", | 446 "cwd": "[SLAVE_BUILD]", |
| 427 "env": { | 447 "env": { |
| 448 "GYP_CHROMIUM_NO_ACTION": "1", |
| 428 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" | 449 "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 go
madir='[BUILD]/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1" |
| 429 }, | 450 }, |
| 430 "name": "gclient runhooks (without patch)" | 451 "name": "gclient runhooks (without patch)" |
| 431 }, | 452 }, |
| 432 { | 453 { |
| 433 "cmd": [ | 454 "cmd": [ |
| 434 "python", | 455 "python", |
| 435 "-u", | 456 "-u", |
| 457 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 458 "gen", |
| 459 "-m", |
| 460 "tryserver.blink", |
| 461 "-b", |
| 462 "linux_blink_rel", |
| 463 "--config-file", |
| 464 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 465 "--goma-dir", |
| 466 "[BUILD]/goma", |
| 467 "//out/Release" |
| 468 ], |
| 469 "cwd": "[SLAVE_BUILD]", |
| 470 "name": "generate_build_files (without patch)" |
| 471 }, |
| 472 { |
| 473 "cmd": [ |
| 474 "python", |
| 475 "-u", |
| 436 "[BUILD]/scripts/slave/compile.py", | 476 "[BUILD]/scripts/slave/compile.py", |
| 437 "--target", | 477 "--target", |
| 438 "Release", | 478 "Release", |
| 439 "--src-dir", | 479 "--src-dir", |
| 440 "[SLAVE_BUILD]/src", | 480 "[SLAVE_BUILD]/src", |
| 441 "--build-tool", | 481 "--build-tool", |
| 442 "ninja", | 482 "ninja", |
| 443 "--compiler", | 483 "--compiler", |
| 444 "goma", | 484 "goma", |
| 445 "--goma-jsonstatus", | 485 "--goma-jsonstatus", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 557 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 518 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 558 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
| 519 ] | 559 ] |
| 520 }, | 560 }, |
| 521 { | 561 { |
| 522 "name": "$result", | 562 "name": "$result", |
| 523 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 563 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 524 "status_code": 1 | 564 "status_code": 1 |
| 525 } | 565 } |
| 526 ] | 566 ] |
| OLD | NEW |