OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 "@@@STEP_LOG_LINE@json.output@}@@@", | 427 "@@@STEP_LOG_LINE@json.output@}@@@", |
428 "@@@STEP_LOG_END@json.output@@@", | 428 "@@@STEP_LOG_END@json.output@@@", |
429 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 429 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
430 ] | 430 ] |
431 }, | 431 }, |
432 { | 432 { |
433 "cmd": [ | 433 "cmd": [ |
434 "python", | 434 "python", |
435 "-u", | 435 "-u", |
436 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 436 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 437 "[SLAVE_BUILD]/swarming_temp_dir", |
| 438 "511" |
| 439 ], |
| 440 "name": "makedirs swarming tmp dir (2)", |
| 441 "~followup_annotations": [ |
| 442 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 443 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 444 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 445 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 446 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 447 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 448 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 449 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 450 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 451 "@@@STEP_LOG_END@python.inline@@@" |
| 452 ] |
| 453 }, |
| 454 { |
| 455 "cmd": [ |
| 456 "python", |
| 457 "-u", |
| 458 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 459 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/gsutil.isolate\", \n \"--isolated\", \n \"[SLAVE_
BUILD]/swarming_temp_dir/skia-task-isolate_gsutil.isolated\", \n \"--conf
ig-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\": \"[B
UILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", |
| 460 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" |
| 461 ], |
| 462 "name": "Write isolate_gsutil.isolated.gen.json" |
| 463 }, |
| 464 { |
| 465 "cmd": [ |
| 466 "python", |
| 467 "-u", |
| 468 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 469 "[SLAVE_BUILD]/swarming.client", |
| 470 "batcharchive", |
| 471 "--dump-json", |
| 472 "/path/to/tmp/json", |
| 473 "--isolate-server", |
| 474 "https://isolateserver.appspot.com", |
| 475 "--verbose", |
| 476 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" |
| 477 ], |
| 478 "name": "isolate tests (2)", |
| 479 "~followup_annotations": [ |
| 480 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 481 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", |
| 482 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 483 "@@@STEP_LOG_END@json.output@@@", |
| 484 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" |
| 485 ] |
| 486 }, |
| 487 { |
| 488 "cmd": [ |
| 489 "python", |
| 490 "-u", |
| 491 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
437 "[SLAVE_BUILD]/tmp", | 492 "[SLAVE_BUILD]/tmp", |
438 "511" | 493 "511" |
439 ], | 494 ], |
440 "name": "makedirs tmp_dir", | 495 "name": "makedirs tmp_dir", |
441 "~followup_annotations": [ | 496 "~followup_annotations": [ |
442 "@@@STEP_LOG_LINE@python.inline@@@@", | 497 "@@@STEP_LOG_LINE@python.inline@@@@", |
443 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 498 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
444 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 499 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
445 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 500 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
446 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 501 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
492 "name": "Get expected SK_IMAGE_VERSION" | 547 "name": "Get expected SK_IMAGE_VERSION" |
493 }, | 548 }, |
494 { | 549 { |
495 "cmd": [ | 550 "cmd": [ |
496 "python", | 551 "python", |
497 "-u", | 552 "-u", |
498 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 553 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
499 "[SLAVE_BUILD]/swarming_temp_dir", | 554 "[SLAVE_BUILD]/swarming_temp_dir", |
500 "511" | 555 "511" |
501 ], | 556 ], |
502 "name": "makedirs swarming tmp dir (2)", | 557 "name": "makedirs swarming tmp dir (3)", |
503 "~followup_annotations": [ | 558 "~followup_annotations": [ |
504 "@@@STEP_LOG_LINE@python.inline@@@@", | 559 "@@@STEP_LOG_LINE@python.inline@@@@", |
505 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 560 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
506 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 561 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
507 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 562 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
508 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 563 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
509 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 564 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
510 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 565 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
511 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 566 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
512 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 567 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
530 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 585 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
531 "[SLAVE_BUILD]/swarming.client", | 586 "[SLAVE_BUILD]/swarming.client", |
532 "batcharchive", | 587 "batcharchive", |
533 "--dump-json", | 588 "--dump-json", |
534 "/path/to/tmp/json", | 589 "/path/to/tmp/json", |
535 "--isolate-server", | 590 "--isolate-server", |
536 "https://isolateserver.appspot.com", | 591 "https://isolateserver.appspot.com", |
537 "--verbose", | 592 "--verbose", |
538 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 593 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
539 ], | 594 ], |
540 "name": "isolate tests (2)", | 595 "name": "isolate tests (3)", |
541 "~followup_annotations": [ | 596 "~followup_annotations": [ |
542 "@@@STEP_LOG_LINE@json.output@{@@@", | 597 "@@@STEP_LOG_LINE@json.output@{@@@", |
543 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 598 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
544 "@@@STEP_LOG_LINE@json.output@}@@@", | 599 "@@@STEP_LOG_LINE@json.output@}@@@", |
545 "@@@STEP_LOG_END@json.output@@@", | 600 "@@@STEP_LOG_END@json.output@@@", |
546 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 601 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
547 ] | 602 ] |
548 }, | 603 }, |
549 { | 604 { |
550 "cmd": [ | 605 "cmd": [ |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 "~followup_annotations": [ | 929 "~followup_annotations": [ |
875 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" | 930 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/skia-infra/co
verage-json-v1/trybot/2012/05/14/12/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Covera
ge-Trybot/5/500/coverage_by_line_164710_1408633190.json@@@" |
876 ] | 931 ] |
877 }, | 932 }, |
878 { | 933 { |
879 "name": "$result", | 934 "name": "$result", |
880 "recipe_result": null, | 935 "recipe_result": null, |
881 "status_code": 0 | 936 "status_code": 0 |
882 } | 937 } |
883 ] | 938 ] |
OLD | NEW |