| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "-u", | 332 "-u", |
| 333 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 333 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 334 "[BUILDER_CACHE]/ios_simulator/src/testing/buildbot/trybot_analyze_config.
json", | 334 "[BUILDER_CACHE]/ios_simulator/src/testing/buildbot/trybot_analyze_config.
json", |
| 335 "/path/to/tmp/json" | 335 "/path/to/tmp/json" |
| 336 ], | 336 ], |
| 337 "name": "read filter exclusion spec", | 337 "name": "read filter exclusion spec", |
| 338 "~followup_annotations": [ | 338 "~followup_annotations": [ |
| 339 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", | 339 "@@@STEP_TEXT@path: 'testing/buildbot/trybot_analyze_config.json'@@@", |
| 340 "@@@STEP_LOG_LINE@json.output@{@@@", | 340 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 341 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", | 341 "@@@STEP_LOG_LINE@json.output@ \"base\": {@@@", |
| 342 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 342 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": [@@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ \"f.*\"@@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 343 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 345 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 344 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", | 346 "@@@STEP_LOG_LINE@json.output@ \"chromium\": {@@@", |
| 345 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 347 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 346 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 348 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 347 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", | 349 "@@@STEP_LOG_LINE@json.output@ \"ios\": {@@@", |
| 348 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", |
| 349 "@@@STEP_LOG_LINE@json.output@ }@@@", | 351 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 350 "@@@STEP_LOG_LINE@json.output@}@@@", | 352 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 351 "@@@STEP_LOG_END@json.output@@@" | 353 "@@@STEP_LOG_END@json.output@@@" |
| 352 ] | 354 ] |
| 353 }, | 355 }, |
| 354 { | 356 { |
| 355 "cmd": [ | 357 "cmd": [ |
| 356 "python", | 358 "python", |
| 357 "-u", | 359 "-u", |
| 358 "[BUILDER_CACHE]/ios_simulator/src/tools/mb/mb.py", | 360 "import sys; sys.exit(0)" |
| 359 "analyze", | |
| 360 "-m", | |
| 361 "chromium.mac", | |
| 362 "-b", | |
| 363 "ios-simulator", | |
| 364 "-v", | |
| 365 "//out/Release", | |
| 366 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\
"foo.cc\"], \"test_targets\": [\"fake tests\"]}", | |
| 367 "/path/to/tmp/json" | |
| 368 ], | 361 ], |
| 369 "env": { | |
| 370 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | |
| 371 }, | |
| 372 "name": "analyze", | 362 "name": "analyze", |
| 373 "~followup_annotations": [ | 363 "~followup_annotations": [ |
| 374 "@@@STEP_TEXT@No compile necessary@@@", | 364 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 375 "@@@STEP_LOG_LINE@json.output@{@@@", | 365 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 376 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 366 "@@@STEP_LOG_END@excluded_files@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | |
| 378 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | |
| 379 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 380 "@@@STEP_LOG_END@json.output@@@", | |
| 381 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 367 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 382 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 368 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
| 383 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", | 369 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 384 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 370 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 385 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 371 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 386 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 372 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
| 387 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 373 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 388 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 374 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 375 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 376 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
| 377 "@@@STEP_LOG_LINE@analyze_details@ \"All\", @@@", |
| 378 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 379 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 380 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", |
| 381 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 382 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
| 389 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", | 383 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", |
| 390 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", | 384 "@@@STEP_LOG_LINE@analyze_details@ \"fake tests\"@@@", |
| 391 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", | 385 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", |
| 392 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 386 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 393 "@@@STEP_LOG_END@analyze_details@@@" | 387 "@@@STEP_LOG_END@analyze_details@@@" |
| 394 ] | 388 ] |
| 395 }, | 389 }, |
| 396 { | 390 { |
| 391 "allow_subannotations": true, |
| 392 "cmd": [ |
| 393 "python", |
| 394 "-u", |
| 395 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 396 "--src-dir", |
| 397 "[BUILDER_CACHE]/ios_simulator/src", |
| 398 "--output-json", |
| 399 "/path/to/tmp/json" |
| 400 ], |
| 401 "env": { |
| 402 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 403 }, |
| 404 "name": "clang_revision", |
| 405 "~followup_annotations": [ |
| 406 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 409 "@@@STEP_LOG_END@json.output@@@" |
| 410 ] |
| 411 }, |
| 412 { |
| 413 "cmd": [ |
| 414 "python", |
| 415 "-u", |
| 416 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 417 "--show-path", |
| 418 "python", |
| 419 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 420 "--gsutil-py-path", |
| 421 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 422 "--ninja-path", |
| 423 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 424 "--target", |
| 425 "Debug-iphonesimulator", |
| 426 "--src-dir", |
| 427 "[BUILDER_CACHE]/ios_simulator/src", |
| 428 "--goma-cache-dir", |
| 429 "[GOMA_CACHE]", |
| 430 "--goma-deps-cache-dir", |
| 431 "[GOMA_DEPS_CACHE]", |
| 432 "--compiler", |
| 433 "goma-clang", |
| 434 "--goma-jsonstatus", |
| 435 "/path/to/tmp/json", |
| 436 "--goma-service-account-json-file", |
| 437 "/creds/service_accounts/service-account-goma-client.json", |
| 438 "--goma-dir", |
| 439 "[CACHE]/cipd/goma", |
| 440 "--goma-fail-fast", |
| 441 "--goma-disable-local-fallback", |
| 442 "--", |
| 443 "All", |
| 444 "fake tests" |
| 445 ], |
| 446 "cwd": "[BUILDER_CACHE]/ios_simulator/src/out/Debug-iphonesimulator", |
| 447 "env": { |
| 448 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 449 }, |
| 450 "name": "compile", |
| 451 "~followup_annotations": [ |
| 452 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 453 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 454 ] |
| 455 }, |
| 456 { |
| 397 "cmd": [], | 457 "cmd": [], |
| 398 "name": "[skipped] fake tests (fake device iOS 8.1)", | 458 "name": "bootstrap swarming" |
| 399 "~followup_annotations": [ | 459 }, |
| 400 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 460 { |
| 401 ] | 461 "cmd": [ |
| 402 }, | 462 "python", |
| 403 { | 463 "-u", |
| 464 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 465 "--path", |
| 466 "[SLAVE_BUILD]/swarming.client", |
| 467 "--url", |
| 468 "https://chromium.googlesource.com/external/swarming.client.git" |
| 469 ], |
| 470 "name": "bootstrap swarming.git setup (swarming_client)", |
| 471 "~followup_annotations": [ |
| 472 "@@@STEP_NEST_LEVEL@1@@@" |
| 473 ] |
| 474 }, |
| 475 { |
| 476 "cmd": [ |
| 477 "git", |
| 478 "retry", |
| 479 "fetch", |
| 480 "origin", |
| 481 "stable" |
| 482 ], |
| 483 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 484 "env": { |
| 485 "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| 486 }, |
| 487 "name": "bootstrap swarming.git fetch (swarming_client)", |
| 488 "~followup_annotations": [ |
| 489 "@@@STEP_NEST_LEVEL@1@@@" |
| 490 ] |
| 491 }, |
| 492 { |
| 493 "cmd": [ |
| 494 "git", |
| 495 "checkout", |
| 496 "-f", |
| 497 "FETCH_HEAD" |
| 498 ], |
| 499 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 500 "name": "bootstrap swarming.git checkout (swarming_client)", |
| 501 "~followup_annotations": [ |
| 502 "@@@STEP_NEST_LEVEL@1@@@" |
| 503 ] |
| 504 }, |
| 505 { |
| 506 "cmd": [ |
| 507 "git", |
| 508 "rev-parse", |
| 509 "HEAD" |
| 510 ], |
| 511 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 512 "name": "bootstrap swarming.read revision", |
| 513 "stdout": "/path/to/tmp/", |
| 514 "~followup_annotations": [ |
| 515 "@@@STEP_NEST_LEVEL@1@@@", |
| 516 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@" |
| 517 ] |
| 518 }, |
| 519 { |
| 520 "cmd": [ |
| 521 "git", |
| 522 "clean", |
| 523 "-f", |
| 524 "-d", |
| 525 "-x" |
| 526 ], |
| 527 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 528 "name": "bootstrap swarming.git clean (swarming_client)", |
| 529 "~followup_annotations": [ |
| 530 "@@@STEP_NEST_LEVEL@1@@@" |
| 531 ] |
| 532 }, |
| 533 { |
| 534 "cmd": [ |
| 535 "git", |
| 536 "submodule", |
| 537 "sync" |
| 538 ], |
| 539 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 540 "name": "bootstrap swarming.submodule sync (swarming_client)", |
| 541 "~followup_annotations": [ |
| 542 "@@@STEP_NEST_LEVEL@1@@@" |
| 543 ] |
| 544 }, |
| 545 { |
| 546 "cmd": [ |
| 547 "git", |
| 548 "submodule", |
| 549 "update", |
| 550 "--init", |
| 551 "--recursive" |
| 552 ], |
| 553 "cwd": "[SLAVE_BUILD]/swarming.client", |
| 554 "name": "bootstrap swarming.submodule update (swarming_client)", |
| 555 "~followup_annotations": [ |
| 556 "@@@STEP_NEST_LEVEL@1@@@" |
| 557 ] |
| 558 }, |
| 559 { |
| 560 "cmd": [ |
| 561 "python", |
| 562 "-u", |
| 563 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 564 "--version" |
| 565 ], |
| 566 "name": "bootstrap swarming.swarming.py --version", |
| 567 "stdout": "/path/to/tmp/", |
| 568 "~followup_annotations": [ |
| 569 "@@@STEP_NEST_LEVEL@1@@@", |
| 570 "@@@STEP_TEXT@1.2.3@@@" |
| 571 ] |
| 572 }, |
| 573 { |
| 574 "cmd": [], |
| 575 "name": "isolate" |
| 576 }, |
| 577 { |
| 578 "cmd": [ |
| 579 "python", |
| 580 "-u", |
| 581 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 582 "{\n \"conditions\": [\n [\n \"OS == \\\"ios\\\"\", \n {\n
\"variables\": {\n \"command\": [\n \"src/ios/build/bo
ts/scripts/run.py\", \n \"--app\", \n \"<(app_path)\", \n
\"--out-dir\", \n \"${ISOLATED_OUTDIR}\", \n \"
--xcode-version\", \n \"<(xcode_version)\", \n \"--iossim\
", \n \"src/out/Debug-iphonesimulator/iossim\", \n \"--pla
tform\", \n \"<(platform)\", \n \"--version\", \n
\"<(version)\"\n ], \n \"files\": [\n \"<(app_pa
th)/\", \n \"src/ios/build/bots/scripts/\", \n \"src/out/D
ebug-iphonesimulator/iossim\"\n ]\n }\n }\n ]\n ]\n}", |
| 583 "[SLAVE_BUILD]/template.isolate" |
| 584 ], |
| 585 "name": "isolate.generate template.isolate", |
| 586 "~followup_annotations": [ |
| 587 "@@@STEP_NEST_LEVEL@1@@@", |
| 588 "@@@STEP_LOG_LINE@template.isolate@{@@@", |
| 589 "@@@STEP_LOG_LINE@template.isolate@ \"conditions\": [@@@", |
| 590 "@@@STEP_LOG_LINE@template.isolate@ [@@@", |
| 591 "@@@STEP_LOG_LINE@template.isolate@ \"OS == \\\"ios\\\"\", @@@", |
| 592 "@@@STEP_LOG_LINE@template.isolate@ {@@@", |
| 593 "@@@STEP_LOG_LINE@template.isolate@ \"variables\": {@@@", |
| 594 "@@@STEP_LOG_LINE@template.isolate@ \"command\": [@@@", |
| 595 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/run.py\", @@@", |
| 596 "@@@STEP_LOG_LINE@template.isolate@ \"--app\", @@@", |
| 597 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)\", @@@", |
| 598 "@@@STEP_LOG_LINE@template.isolate@ \"--out-dir\", @@@", |
| 599 "@@@STEP_LOG_LINE@template.isolate@ \"${ISOLATED_OUTDIR}\", @@@
", |
| 600 "@@@STEP_LOG_LINE@template.isolate@ \"--xcode-version\", @@@", |
| 601 "@@@STEP_LOG_LINE@template.isolate@ \"<(xcode_version)\", @@@", |
| 602 "@@@STEP_LOG_LINE@template.isolate@ \"--iossim\", @@@", |
| 603 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\", @@@", |
| 604 "@@@STEP_LOG_LINE@template.isolate@ \"--platform\", @@@", |
| 605 "@@@STEP_LOG_LINE@template.isolate@ \"<(platform)\", @@@", |
| 606 "@@@STEP_LOG_LINE@template.isolate@ \"--version\", @@@", |
| 607 "@@@STEP_LOG_LINE@template.isolate@ \"<(version)\"@@@", |
| 608 "@@@STEP_LOG_LINE@template.isolate@ ], @@@", |
| 609 "@@@STEP_LOG_LINE@template.isolate@ \"files\": [@@@", |
| 610 "@@@STEP_LOG_LINE@template.isolate@ \"<(app_path)/\", @@@", |
| 611 "@@@STEP_LOG_LINE@template.isolate@ \"src/ios/build/bots/script
s/\", @@@", |
| 612 "@@@STEP_LOG_LINE@template.isolate@ \"src/out/Debug-iphonesimul
ator/iossim\"@@@", |
| 613 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 614 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 615 "@@@STEP_LOG_LINE@template.isolate@ }@@@", |
| 616 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 617 "@@@STEP_LOG_LINE@template.isolate@ ]@@@", |
| 618 "@@@STEP_LOG_LINE@template.isolate@}@@@", |
| 619 "@@@STEP_LOG_END@template.isolate@@@" |
| 620 ] |
| 621 }, |
| 622 { |
| 623 "cmd": [ |
| 624 "python", |
| 625 "-u", |
| 626 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 627 "{\n \"args\": [\n \"--config-variable\", \n \"OS\", \n \"ios\",
\n \"--config-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesi
mulator/fake tests.app\", \n \"--config-variable\", \n \"xcode_version\",
\n \"fake xcode version\", \n \"--isolate\", \n \"[SLAVE_BUILD]/templat
e.isolate\", \n \"--isolated\", \n \"[TMP_BASE]/isolate_tmp_1/0.isolated\"
, \n \"--path-variable\", \n \"app_path\", \n \"src/out/Debug-iphonesim
ulator/fake tests.app\", \n \"--config-variable\", \n \"platform\", \n
\"fake device\", \n \"--config-variable\", \n \"version\", \n \"8.1\"\n
], \n \"dir\": \"[SLAVE_BUILD]\", \n \"version\": 1\n}", |
| 628 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" |
| 629 ], |
| 630 "name": "isolate.generate 0.isolate.gen.json", |
| 631 "~followup_annotations": [ |
| 632 "@@@STEP_NEST_LEVEL@1@@@", |
| 633 "@@@STEP_TEXT@fake tests (fake device iOS 8.1)@@@", |
| 634 "@@@STEP_LOG_LINE@0.isolate.gen.json@{@@@", |
| 635 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"args\": [@@@", |
| 636 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 637 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"OS\", @@@", |
| 638 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"ios\", @@@", |
| 639 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 640 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 641 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests.app\", @@@", |
| 642 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 643 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"xcode_version\", @@@", |
| 644 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake xcode version\", @@@", |
| 645 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolate\", @@@", |
| 646 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[SLAVE_BUILD]/template.isolate\
", @@@", |
| 647 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--isolated\", @@@", |
| 648 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"[TMP_BASE]/isolate_tmp_1/0.isol
ated\", @@@", |
| 649 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--path-variable\", @@@", |
| 650 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"app_path\", @@@", |
| 651 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"src/out/Debug-iphonesimulator/f
ake tests.app\", @@@", |
| 652 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 653 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"platform\", @@@", |
| 654 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"fake device\", @@@", |
| 655 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"--config-variable\", @@@", |
| 656 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\", @@@", |
| 657 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"8.1\"@@@", |
| 658 "@@@STEP_LOG_LINE@0.isolate.gen.json@ ], @@@", |
| 659 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"dir\": \"[SLAVE_BUILD]\", @@@", |
| 660 "@@@STEP_LOG_LINE@0.isolate.gen.json@ \"version\": 1@@@", |
| 661 "@@@STEP_LOG_LINE@0.isolate.gen.json@}@@@", |
| 662 "@@@STEP_LOG_END@0.isolate.gen.json@@@" |
| 663 ] |
| 664 }, |
| 665 { |
| 666 "cmd": [ |
| 667 "[SLAVE_BUILD]/swarming.client/isolate.py", |
| 668 "batcharchive", |
| 669 "--dump-json", |
| 670 "/path/to/tmp/json", |
| 671 "--isolate-server", |
| 672 "https://isolateserver.appspot.com", |
| 673 "[TMP_BASE]/isolate_tmp_1/0.isolate.gen.json" |
| 674 ], |
| 675 "name": "isolate.archive", |
| 676 "~followup_annotations": [ |
| 677 "@@@STEP_NEST_LEVEL@1@@@", |
| 678 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 679 "@@@STEP_LOG_LINE@json.output@ \"0\": \"fake-hash-0\"@@@", |
| 680 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 681 "@@@STEP_LOG_END@json.output@@@" |
| 682 ] |
| 683 }, |
| 684 { |
| 685 "cmd": [], |
| 686 "name": "trigger" |
| 687 }, |
| 688 { |
| 689 "cmd": [ |
| 690 "python", |
| 691 "-u", |
| 692 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 693 "trigger", |
| 694 "--swarming", |
| 695 "https://chromium-swarm.appspot.com", |
| 696 "--isolate-server", |
| 697 "https://isolateserver.appspot.com", |
| 698 "--priority", |
| 699 "200", |
| 700 "--shards", |
| 701 "1", |
| 702 "--task-name", |
| 703 "fake tests (fake device iOS 8.1)/Mac/fake-hash-/ios-simulator/0", |
| 704 "--dump-json", |
| 705 "/path/to/tmp/json", |
| 706 "--expiration", |
| 707 "3600", |
| 708 "--io-timeout", |
| 709 "1200", |
| 710 "--hard-timeout", |
| 711 "3600", |
| 712 "--dimension", |
| 713 "os", |
| 714 "Mac", |
| 715 "--dimension", |
| 716 "pool", |
| 717 "Chrome", |
| 718 "--dimension", |
| 719 "xcode_version", |
| 720 "fake xcode version", |
| 721 "--tag", |
| 722 "buildername:ios-simulator", |
| 723 "--tag", |
| 724 "buildnumber:0", |
| 725 "--tag", |
| 726 "data:fake-hash-0", |
| 727 "--tag", |
| 728 "device_type:fake device", |
| 729 "--tag", |
| 730 "ios_version:8.1", |
| 731 "--tag", |
| 732 "master:tryserver.fake", |
| 733 "--tag", |
| 734 "name:fake", |
| 735 "--tag", |
| 736 "os:Mac", |
| 737 "--tag", |
| 738 "platform:simulator", |
| 739 "--tag", |
| 740 "rietveld:fake://rietveld.url/123456/#ps1", |
| 741 "--tag", |
| 742 "slavename:fake-vm", |
| 743 "--tag", |
| 744 "stepname:fake tests (fake device iOS 8.1) on Mac", |
| 745 "--tag", |
| 746 "test:fake tests", |
| 747 "fake-hash-0" |
| 748 ], |
| 749 "name": "trigger.[trigger] fake tests (fake device iOS 8.1) on Mac", |
| 750 "~followup_annotations": [ |
| 751 "@@@STEP_NEST_LEVEL@1@@@", |
| 752 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 753 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"fake tests (fake dev
ice iOS 8.1)/Mac/fake-hash-/ios-simulator/0\", @@@", |
| 754 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", |
| 755 "@@@STEP_LOG_LINE@json.output@ \"fake tests (fake device iOS 8.1)/Mac/f
ake-hash-/ios-simulator/0\": {@@@", |
| 756 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", |
| 757 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", |
| 758 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm
.appspot.com/user/task/10000\"@@@", |
| 759 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 760 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 761 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 762 "@@@STEP_LOG_END@json.output@@@", |
| 763 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 764 ] |
| 765 }, |
| 766 { |
| 767 "cmd": [ |
| 768 "python", |
| 769 "-u", |
| 770 "[SLAVE_BUILD]/swarming.client/swarming.py", |
| 771 "collect", |
| 772 "--swarming", |
| 773 "https://chromium-swarm.appspot.com", |
| 774 "--decorate", |
| 775 "--print-status-updates", |
| 776 "--json", |
| 777 "{\"base_task_name\": \"fake tests (fake device iOS 8.1)/Mac/fake-hash-/io
s-simulator/0\", \"tasks\": {\"fake tests (fake device iOS 8.1)/Mac/fake-hash-/i
os-simulator/0\": {\"shard_index\": 0, \"task_id\": \"10000\", \"view_url\": \"h
ttps://chromium-swarm.appspot.com/user/task/10000\"}}}", |
| 778 "--task-summary-json", |
| 779 "/path/to/tmp/json", |
| 780 "--task-output-dir", |
| 781 "[TMP_BASE]/0_tmp_2" |
| 782 ], |
| 783 "name": "fake tests (fake device iOS 8.1) on Mac", |
| 784 "~followup_annotations": [ |
| 785 "@@@STEP_TEXT@swarming pending 71s@@@", |
| 786 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 787 "@@@STEP_LOG_LINE@json.output@ \"shards\": [@@@", |
| 788 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 789 "@@@STEP_LOG_LINE@json.output@ \"abandoned_ts\": null, @@@", |
| 790 "@@@STEP_LOG_LINE@json.output@ \"bot_id\": \"vm30\", @@@", |
| 791 "@@@STEP_LOG_LINE@json.output@ \"completed_ts\": \"2014-09-25T01:42:0
0.123\", @@@", |
| 792 "@@@STEP_LOG_LINE@json.output@ \"created_ts\": \"2014-09-25T01:41:00.
123\", @@@", |
| 793 "@@@STEP_LOG_LINE@json.output@ \"durations\": [@@@", |
| 794 "@@@STEP_LOG_LINE@json.output@ 5.7, @@@", |
| 795 "@@@STEP_LOG_LINE@json.output@ 31.5@@@", |
| 796 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 797 "@@@STEP_LOG_LINE@json.output@ \"exit_codes\": [@@@", |
| 798 "@@@STEP_LOG_LINE@json.output@ 0, @@@", |
| 799 "@@@STEP_LOG_LINE@json.output@ 0@@@", |
| 800 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 801 "@@@STEP_LOG_LINE@json.output@ \"failure\": false, @@@", |
| 802 "@@@STEP_LOG_LINE@json.output@ \"id\": \"148aa78d7aa0000\", @@@", |
| 803 "@@@STEP_LOG_LINE@json.output@ \"internal_failure\": false, @@@", |
| 804 "@@@STEP_LOG_LINE@json.output@ \"isolated_out\": {@@@", |
| 805 "@@@STEP_LOG_LINE@json.output@ \"isolated\": \"abc123\", @@@", |
| 806 "@@@STEP_LOG_LINE@json.output@ \"isolatedserver\": \"https://isolat
eserver.appspot.com\", @@@", |
| 807 "@@@STEP_LOG_LINE@json.output@ \"namespace\": \"default-gzip\", @@@
", |
| 808 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"blah\"@@@", |
| 809 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 810 "@@@STEP_LOG_LINE@json.output@ \"modified_ts\": \"2014-09-25 01:42:00
\", @@@", |
| 811 "@@@STEP_LOG_LINE@json.output@ \"name\": \"heartbeat-canary-2014-09-2
5_01:41:55-os=Windows\", @@@", |
| 812 "@@@STEP_LOG_LINE@json.output@ \"outputs\": [@@@", |
| 813 "@@@STEP_LOG_LINE@json.output@ \"Heart beat succeeded on win32.\\n\
", @@@", |
| 814 "@@@STEP_LOG_LINE@json.output@ \"Foo\"@@@", |
| 815 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 816 "@@@STEP_LOG_LINE@json.output@ \"started_ts\": \"2014-09-25T01:42:11.
123\", @@@", |
| 817 "@@@STEP_LOG_LINE@json.output@ \"state\": 112, @@@", |
| 818 "@@@STEP_LOG_LINE@json.output@ \"try_number\": 1, @@@", |
| 819 "@@@STEP_LOG_LINE@json.output@ \"user\": \"unknown\"@@@", |
| 820 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 821 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 822 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 823 "@@@STEP_LOG_END@json.output@@@", |
| 824 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 825 ] |
| 826 }, |
| 827 { |
| 404 "name": "$result", | 828 "name": "$result", |
| 405 "recipe_result": null, | 829 "recipe_result": null, |
| 406 "status_code": 0 | 830 "status_code": 0 |
| 407 } | 831 } |
| 408 ] | 832 ] |
| OLD | NEW |