Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot.json

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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]/tmp/SK_IMAGE_VERSION", 479 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
480 "/path/to/tmp/" 480 "/path/to/tmp/"
481 ], 481 ],
482 "name": "Get downloaded SK_IMAGE_VERSION" 482 "name": "read skimage 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": [
496 "python", 486 "python",
497 "-u", 487 "-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", 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",
499 "[SLAVE_BUILD]/swarming_temp_dir", 489 "[SLAVE_BUILD]/swarming_temp_dir",
500 "511" 490 "511"
501 ], 491 ],
502 "name": "makedirs swarming tmp dir (2)", 492 "name": "makedirs swarming tmp dir (2)",
503 "~followup_annotations": [ 493 "~followup_annotations": [
504 "@@@STEP_LOG_LINE@python.inline@@@@", 494 "@@@STEP_LOG_LINE@python.inline@@@@",
505 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 495 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
630 "--tag", 620 "--tag",
631 "name:test_skia", 621 "name:test_skia",
632 "--tag", 622 "--tag",
633 "os:Ubuntu", 623 "os:Ubuntu",
634 "--tag", 624 "--tag",
635 "rietveld:https://codereview.chromium.org/500/#ps1", 625 "rietveld:https://codereview.chromium.org/500/#ps1",
636 "--tag", 626 "--tag",
637 "slavename:skiabot-linux-swarm-000", 627 "slavename:skiabot-linux-swarm-000",
638 "--tag", 628 "--tag",
639 "stepname:test_skia on Ubuntu", 629 "stepname:test_skia on Ubuntu",
630 "--cipd-package",
631 "skimage:skia/bots/skimage:version:0",
640 "def456", 632 "def456",
641 "--", 633 "--",
642 "--workdir", 634 "--workdir",
643 "../../..", 635 "../../..",
644 "skia/swarm_test", 636 "skia/swarm_test",
645 "rietveld=https://codereview.chromium.org", 637 "rietveld=https://codereview.chromium.org",
646 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot", 638 "buildername=Test-Ubuntu-Clang-GCE-CPU-AVX2-x86_64-Coverage-Trybot",
647 "mastername=client.skia", 639 "mastername=client.skia",
648 "buildnumber=5", 640 "buildnumber=5",
649 "slavename=skiabot-linux-swarm-000", 641 "slavename=skiabot-linux-swarm-000",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 "~followup_annotations": [ 865 "~followup_annotations": [
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@@@" 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@@@"
875 ] 867 ]
876 }, 868 },
877 { 869 {
878 "name": "$result", 870 "name": "$result",
879 "recipe_result": null, 871 "recipe_result": null,
880 "status_code": 0 872 "status_code": 0
881 } 873 }
882 ] 874 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698