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", | 437 "[SLAVE_BUILD]/tmp", |
438 "511" | 438 "511" |
439 ], | 439 ], |
440 "name": "makedirs swarming tmp dir (2)", | 440 "name": "makedirs tmp_dir", |
441 "~followup_annotations": [ | 441 "~followup_annotations": [ |
442 "@@@STEP_LOG_LINE@python.inline@@@@", | 442 "@@@STEP_LOG_LINE@python.inline@@@@", |
443 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 443 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
444 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 444 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
445 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 445 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
446 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 446 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
447 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(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@@@", | 448 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
449 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 449 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
450 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 450 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
451 "@@@STEP_LOG_END@python.inline@@@" | 451 "@@@STEP_LOG_END@python.inline@@@" |
452 ] | 452 ] |
453 }, | 453 }, |
454 { | 454 { |
455 "cmd": [ | 455 "cmd": [ |
456 "python", | 456 "python", |
457 "-u", | 457 "-u", |
458 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 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", | |
492 "[SLAVE_BUILD]/tmp", | |
493 "511" | |
494 ], | |
495 "name": "makedirs tmp_dir", | |
496 "~followup_annotations": [ | |
497 "@@@STEP_LOG_LINE@python.inline@@@@", | |
498 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
499 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
500 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
501 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
502 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
503 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
504 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
505 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
506 "@@@STEP_LOG_END@python.inline@@@" | |
507 ] | |
508 }, | |
509 { | |
510 "cmd": [ | |
511 "python", | |
512 "-u", | |
513 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
514 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 459 "[SLAVE_BUILD]/tmp/SKP_VERSION", |
515 "/path/to/tmp/" | 460 "/path/to/tmp/" |
516 ], | 461 ], |
517 "name": "Get downloaded SKP_VERSION" | 462 "name": "Get downloaded SKP_VERSION" |
518 }, | 463 }, |
519 { | 464 { |
520 "cmd": [ | 465 "cmd": [ |
521 "python", | 466 "python", |
522 "-u", | 467 "-u", |
523 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 468 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
(...skipping 23 matching lines...) Expand all Loading... |
547 "name": "Get expected SK_IMAGE_VERSION" | 492 "name": "Get expected SK_IMAGE_VERSION" |
548 }, | 493 }, |
549 { | 494 { |
550 "cmd": [ | 495 "cmd": [ |
551 "python", | 496 "python", |
552 "-u", | 497 "-u", |
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", | 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", |
554 "[SLAVE_BUILD]/swarming_temp_dir", | 499 "[SLAVE_BUILD]/swarming_temp_dir", |
555 "511" | 500 "511" |
556 ], | 501 ], |
557 "name": "makedirs swarming tmp dir (3)", | 502 "name": "makedirs swarming tmp dir (2)", |
558 "~followup_annotations": [ | 503 "~followup_annotations": [ |
559 "@@@STEP_LOG_LINE@python.inline@@@@", | 504 "@@@STEP_LOG_LINE@python.inline@@@@", |
560 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 505 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
561 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 506 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
562 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 507 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
563 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 508 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
564 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 509 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
565 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 510 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
566 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 511 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
567 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 512 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
585 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 530 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
586 "[SLAVE_BUILD]/swarming.client", | 531 "[SLAVE_BUILD]/swarming.client", |
587 "batcharchive", | 532 "batcharchive", |
588 "--dump-json", | 533 "--dump-json", |
589 "/path/to/tmp/json", | 534 "/path/to/tmp/json", |
590 "--isolate-server", | 535 "--isolate-server", |
591 "https://isolateserver.appspot.com", | 536 "https://isolateserver.appspot.com", |
592 "--verbose", | 537 "--verbose", |
593 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 538 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
594 ], | 539 ], |
595 "name": "isolate tests (3)", | 540 "name": "isolate tests (2)", |
596 "~followup_annotations": [ | 541 "~followup_annotations": [ |
597 "@@@STEP_LOG_LINE@json.output@{@@@", | 542 "@@@STEP_LOG_LINE@json.output@{@@@", |
598 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 543 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
599 "@@@STEP_LOG_LINE@json.output@}@@@", | 544 "@@@STEP_LOG_LINE@json.output@}@@@", |
600 "@@@STEP_LOG_END@json.output@@@", | 545 "@@@STEP_LOG_END@json.output@@@", |
601 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 546 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
602 ] | 547 ] |
603 }, | 548 }, |
604 { | 549 { |
605 "cmd": [ | 550 "cmd": [ |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 "~followup_annotations": [ | 874 "~followup_annotations": [ |
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@@@" | 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@@@" |
931 ] | 876 ] |
932 }, | 877 }, |
933 { | 878 { |
934 "name": "$result", | 879 "name": "$result", |
935 "recipe_result": null, | 880 "recipe_result": null, |
936 "status_code": 0 | 881 "status_code": 0 |
937 } | 882 } |
938 ] | 883 ] |
OLD | NEW |