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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 "[SLAVE_BUILD]/skia/SKP_VERSION", | 469 "[SLAVE_BUILD]/skia/SKP_VERSION", |
470 "/path/to/tmp/" | 470 "/path/to/tmp/" |
471 ], | 471 ], |
472 "name": "Get expected SKP_VERSION" | 472 "name": "Get expected SKP_VERSION" |
473 }, | 473 }, |
474 { | 474 { |
475 "cmd": [ | 475 "cmd": [ |
476 "python", | 476 "python", |
477 "-u", | 477 "-u", |
478 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 478 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
479 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 479 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", |
480 "/path/to/tmp/" | 480 "/path/to/tmp/" |
481 ], | 481 ], |
482 "name": "read skimage VERSION" | 482 "name": "Get downloaded SK_IMAGE_VERSION" |
483 }, | 483 }, |
484 { | 484 { |
485 "cmd": [ | 485 "cmd": [ |
| 486 "python", |
| 487 "-u", |
| 488 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 489 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", |
| 490 "/path/to/tmp/" |
| 491 ], |
| 492 "name": "Get expected SK_IMAGE_VERSION" |
| 493 }, |
| 494 { |
| 495 "cmd": [ |
486 "python", | 496 "python", |
487 "-u", | 497 "-u", |
488 "\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", |
489 "[SLAVE_BUILD]/swarming_temp_dir", | 499 "[SLAVE_BUILD]/swarming_temp_dir", |
490 "511" | 500 "511" |
491 ], | 501 ], |
492 "name": "makedirs swarming tmp dir (2)", | 502 "name": "makedirs swarming tmp dir (2)", |
493 "~followup_annotations": [ | 503 "~followup_annotations": [ |
494 "@@@STEP_LOG_LINE@python.inline@@@@", | 504 "@@@STEP_LOG_LINE@python.inline@@@@", |
495 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 505 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
620 "--tag", | 630 "--tag", |
621 "name:test_skia", | 631 "name:test_skia", |
622 "--tag", | 632 "--tag", |
623 "os:Ubuntu", | 633 "os:Ubuntu", |
624 "--tag", | 634 "--tag", |
625 "rietveld:https://codereview.chromium.org/500/#ps1", | 635 "rietveld:https://codereview.chromium.org/500/#ps1", |
626 "--tag", | 636 "--tag", |
627 "slavename:skiabot-linux-swarm-000", | 637 "slavename:skiabot-linux-swarm-000", |
628 "--tag", | 638 "--tag", |
629 "stepname:test_skia on Ubuntu", | 639 "stepname:test_skia on Ubuntu", |
630 "--cipd-package", | |
631 "skimage:skia/bots/skimage:version:0", | |
632 "def456", | 640 "def456", |
633 "--", | 641 "--", |
634 "--workdir", | 642 "--workdir", |
635 "../../..", | 643 "../../..", |
636 "skia/swarm_test", | 644 "skia/swarm_test", |
637 "rietveld=https://codereview.chromium.org", | 645 "rietveld=https://codereview.chromium.org", |
638 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", | 646 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", |
639 "mastername=client.skia", | 647 "mastername=client.skia", |
640 "buildnumber=5", | 648 "buildnumber=5", |
641 "slavename=skiabot-linux-swarm-000", | 649 "slavename=skiabot-linux-swarm-000", |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 "~followup_annotations": [ | 873 "~followup_annotations": [ |
866 "@@@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@@@" | 874 "@@@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@@@" |
867 ] | 875 ] |
868 }, | 876 }, |
869 { | 877 { |
870 "name": "$result", | 878 "name": "$result", |
871 "recipe_result": null, | 879 "recipe_result": null, |
872 "status_code": 0 | 880 "status_code": 0 |
873 } | 881 } |
874 ] | 882 ] |
OLD | NEW |