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

Side by Side Diff: infra/bots/recipes/swarm_ct_skps.expected/CT_DM_10k_SKPs.json

Issue 2339443003: Roll recipe DEPS (Closed)
Patch Set: Undo Created 4 years, 3 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "\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", 6 "\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",
7 "[CUSTOM_/_B_WORK]", 7 "[CUSTOM_/_B_WORK]",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout_path", 10 "name": "makedirs checkout_path",
(...skipping 10 matching lines...) Expand all
21 "@@@STEP_LOG_END@python.inline@@@" 21 "@@@STEP_LOG_END@python.inline@@@"
22 ] 22 ]
23 }, 23 },
24 { 24 {
25 "cmd": [ 25 "cmd": [
26 "python", 26 "python",
27 "-u", 27 "-u",
28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 28 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
29 "config", 29 "config",
30 "--spec", 30 "--spec",
31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.gi t'}]"
32 ], 32 ],
33 "cwd": "[CUSTOM_/_B_WORK]", 33 "cwd": "[CUSTOM_/_B_WORK]",
34 "env": { 34 "env": {
35 "BUILDTYPE": "Debug", 35 "BUILDTYPE": "Debug",
36 "CHROME_HEADLESS": "1", 36 "CHROME_HEADLESS": "1",
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", 37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]",
38 "SKIA_OUT": "[SLAVE_BUILD]/out" 38 "SKIA_OUT": "[SLAVE_BUILD]/out"
39 }, 39 },
40 "name": "gclient setup" 40 "name": "gclient setup"
41 }, 41 },
42 { 42 {
43 "cmd": [ 43 "cmd": [
44 "python", 44 "python",
45 "-u", 45 "-u",
46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
47 "sync", 47 "sync",
48 "--verbose",
49 "--with_branch_heads",
48 "--nohooks", 50 "--nohooks",
51 "-j8",
52 "--reset",
49 "--force", 53 "--force",
50 "--verbose", 54 "--upstream",
55 "--no-nag-max",
51 "--delete_unversioned_trees", 56 "--delete_unversioned_trees",
52 "--revision", 57 "--revision",
53 "skia@abc123", 58 "skia@abc123",
54 "--output-json", 59 "--output-json",
55 "/path/to/tmp/json" 60 "/path/to/tmp/json"
56 ], 61 ],
57 "cwd": "[CUSTOM_/_B_WORK]", 62 "cwd": "[CUSTOM_/_B_WORK]",
58 "env": { 63 "env": {
59 "BUILDTYPE": "Debug", 64 "BUILDTYPE": "Debug",
60 "CHROME_HEADLESS": "1", 65 "CHROME_HEADLESS": "1",
61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 66 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]",
62 "SKIA_OUT": "[SLAVE_BUILD]/out" 67 "SKIA_OUT": "[SLAVE_BUILD]/out"
63 }, 68 },
64 "name": "gclient sync", 69 "name": "gclient sync",
65 "~followup_annotations": [ 70 "~followup_annotations": [
66 "@@@STEP_LOG_LINE@json.output@{@@@", 71 "@@@STEP_LOG_LINE@json.output@{@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 73 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 74 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9046e2e693bb92a76e972b 694580e5d17ad10748\"@@@",
70 "@@@STEP_LOG_LINE@json.output@ }@@@", 75 "@@@STEP_LOG_LINE@json.output@ }@@@",
71 "@@@STEP_LOG_LINE@json.output@ }@@@", 76 "@@@STEP_LOG_LINE@json.output@ }@@@",
72 "@@@STEP_LOG_LINE@json.output@}@@@", 77 "@@@STEP_LOG_LINE@json.output@}@@@",
73 "@@@STEP_LOG_END@json.output@@@", 78 "@@@STEP_LOG_END@json.output@@@",
74 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 79 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1 0748\"@@@"
75 ] 80 ]
76 }, 81 },
77 { 82 {
78 "cmd": [ 83 "cmd": [
79 "python", 84 "python",
80 "-u", 85 "-u",
86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
87 "recurse",
88 "git",
89 "config",
90 "user.name",
91 "local_bot"
92 ],
93 "cwd": "[CUSTOM_/_B_WORK]",
94 "env": {
95 "BUILDTYPE": "Debug",
96 "CHROME_HEADLESS": "1",
97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
98 "SKIA_OUT": "[SLAVE_BUILD]/out"
99 },
100 "name": "gclient recurse (git config user.name)"
101 },
102 {
103 "cmd": [
104 "python",
105 "-u",
106 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
107 "recurse",
108 "git",
109 "config",
110 "user.email",
111 "local_bot@example.com"
112 ],
113 "cwd": "[CUSTOM_/_B_WORK]",
114 "env": {
115 "BUILDTYPE": "Debug",
116 "CHROME_HEADLESS": "1",
117 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
118 "SKIA_OUT": "[SLAVE_BUILD]/out"
119 },
120 "name": "gclient recurse (git config user.email)"
121 },
122 {
123 "cmd": [
124 "python",
125 "-u",
81 "\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", 126 "\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",
82 "[SLAVE_BUILD]/tmp", 127 "[SLAVE_BUILD]/tmp",
83 "511" 128 "511"
84 ], 129 ],
85 "name": "makedirs tmp_dir", 130 "name": "makedirs tmp_dir",
86 "~followup_annotations": [ 131 "~followup_annotations": [
87 "@@@STEP_LOG_LINE@python.inline@@@@", 132 "@@@STEP_LOG_LINE@python.inline@@@@",
88 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 133 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
89 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 134 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
90 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 135 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
91 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 136 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
92 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 137 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
93 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 138 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
94 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 139 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
95 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 140 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
96 "@@@STEP_LOG_END@python.inline@@@" 141 "@@@STEP_LOG_END@python.inline@@@"
97 ] 142 ]
98 }, 143 },
99 { 144 {
100 "cmd": [ 145 "cmd": [
101 "make", 146 "make",
102 "dm" 147 "dm"
103 ], 148 ],
104 "cwd": "[CUSTOM_/_B_WORK]/skia", 149 "cwd": "[CUSTOM_/_B_WORK]/skia",
105 "env": { 150 "env": {
106 "BUILDTYPE": "Debug", 151 "BUILDTYPE": "Debug",
107 "CHROME_HEADLESS": "1", 152 "CHROME_HEADLESS": "1",
108 "CHROME_PATH": "[SLAVE_BUILD]/src", 153 "CHROME_PATH": "[SLAVE_BUILD]/src",
109 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]", 154 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep ot_tools]:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[depot_tools]",
110 "SKIA_OUT": "[SLAVE_BUILD]/out" 155 "SKIA_OUT": "[SLAVE_BUILD]/out"
111 }, 156 },
112 "name": "build dm" 157 "name": "build dm"
113 }, 158 },
114 { 159 {
115 "cmd": [ 160 "cmd": [
116 "python", 161 "python",
117 "-u", 162 "-u",
118 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'get _images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '* .so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell .ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs( dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i n glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.d irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n", 163 "import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['dm', 'dm.exe', 'get _images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', '* .so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so', 'iOSShell.app', 'iOSShell .ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.dll']\n\ntry:\n os.makedirs( dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor patt ern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f i n glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.d irname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
119 "[SLAVE_BUILD]/out/Debug", 164 "[SLAVE_BUILD]/out/Debug",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 478 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
434 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 479 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
435 "@@@STEP_LOG_END@python.inline@@@" 480 "@@@STEP_LOG_END@python.inline@@@"
436 ] 481 ]
437 }, 482 },
438 { 483 {
439 "cmd": [ 484 "cmd": [
440 "python", 485 "python",
441 "-u", 486 "-u",
442 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 487 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
443 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\" \n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versio n\": 1\n}", 488 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-1.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\ ", \n \"SLAVE_NUM\", \n \"1\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK ]/skia/infra/bots/ct\", \n \"version\": 1\n}",
444 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" 489 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json"
445 ], 490 ],
446 "name": "Write ct-dm-1.isolated.gen.json" 491 "name": "Write ct-dm-1.isolated.gen.json"
447 }, 492 },
448 { 493 {
449 "cmd": [ 494 "cmd": [
450 "python", 495 "python",
451 "-u", 496 "-u",
452 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 497 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
453 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave2" 498 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave2"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 576 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
532 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 577 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
533 "@@@STEP_LOG_END@python.inline@@@" 578 "@@@STEP_LOG_END@python.inline@@@"
534 ] 579 ]
535 }, 580 },
536 { 581 {
537 "cmd": [ 582 "cmd": [
538 "python", 583 "python",
539 "-u", 584 "-u",
540 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 585 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
541 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\" \n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versio n\": 1\n}", 586 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-2.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\ ", \n \"SLAVE_NUM\", \n \"2\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK ]/skia/infra/bots/ct\", \n \"version\": 1\n}",
542 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" 587 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json"
543 ], 588 ],
544 "name": "Write ct-dm-2.isolated.gen.json" 589 "name": "Write ct-dm-2.isolated.gen.json"
545 }, 590 },
546 { 591 {
547 "cmd": [ 592 "cmd": [
548 "python", 593 "python",
549 "-u", 594 "-u",
550 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 595 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
551 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave3" 596 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave3"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 674 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
630 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 675 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
631 "@@@STEP_LOG_END@python.inline@@@" 676 "@@@STEP_LOG_END@python.inline@@@"
632 ] 677 ]
633 }, 678 },
634 { 679 {
635 "cmd": [ 680 "cmd": [
636 "python", 681 "python",
637 "-u", 682 "-u",
638 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 683 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
639 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\" \n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versio n\": 1\n}", 684 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-3.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\ ", \n \"SLAVE_NUM\", \n \"3\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK ]/skia/infra/bots/ct\", \n \"version\": 1\n}",
640 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" 685 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json"
641 ], 686 ],
642 "name": "Write ct-dm-3.isolated.gen.json" 687 "name": "Write ct-dm-3.isolated.gen.json"
643 }, 688 },
644 { 689 {
645 "cmd": [ 690 "cmd": [
646 "python", 691 "python",
647 "-u", 692 "-u",
648 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 693 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
649 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave4" 694 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave4"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 772 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
728 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 773 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
729 "@@@STEP_LOG_END@python.inline@@@" 774 "@@@STEP_LOG_END@python.inline@@@"
730 ] 775 ]
731 }, 776 },
732 { 777 {
733 "cmd": [ 778 "cmd": [
734 "python", 779 "python",
735 "-u", 780 "-u",
736 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 781 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
737 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\" \n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versio n\": 1\n}", 782 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-4.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\ ", \n \"SLAVE_NUM\", \n \"4\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK ]/skia/infra/bots/ct\", \n \"version\": 1\n}",
738 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" 783 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json"
739 ], 784 ],
740 "name": "Write ct-dm-4.isolated.gen.json" 785 "name": "Write ct-dm-4.isolated.gen.json"
741 }, 786 },
742 { 787 {
743 "cmd": [ 788 "cmd": [
744 "python", 789 "python",
745 "-u", 790 "-u",
746 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 791 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
747 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave5" 792 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10 k_SKPs/slave5"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
825 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 870 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
826 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 871 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
827 "@@@STEP_LOG_END@python.inline@@@" 872 "@@@STEP_LOG_END@python.inline@@@"
828 ] 873 ]
829 }, 874 },
830 { 875 {
831 "cmd": [ 876 "cmd": [
832 "python", 877 "python",
833 "-u", 878 "-u",
834 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 879 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
835 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n 164710, \n \"--extra-variable\", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\" \n ], \n \"dir\": \"[CUSTOM_/_B_WORK]/skia/infra/bots/ct\", \n \"versio n\": 1\n}", 880 "{\n \"args\": [\n \"--isolate\", \n \"[CUSTOM_/_B_WORK]/ skia/infra/bots/ct/ct_skps.isolate\", \n \"--isolated\", \n \"[SLA VE_BUILD]/swarming_temp_dir/skia-task-ct-dm-5.isolated\", \n \"--config-v ariable\", \n \"OS\", \n \"linux\", \n \"--extra-variable\" , \n \"CONFIGURATION\", \n \"Debug\", \n \"--extra-variable \", \n \"BUILDER\", \n \"Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug -CT_DM_10k_SKPs\", \n \"--extra-variable\", \n \"GIT_HASH\", \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-variable\ ", \n \"SLAVE_NUM\", \n \"5\", \n \"--extra-variable\", \n \"TOOL_NAME\", \n \"dm\"\n ], \n \"dir\": \"[CUSTOM_/_B_WORK ]/skia/infra/bots/ct\", \n \"version\": 1\n}",
836 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" 881 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json"
837 ], 882 ],
838 "name": "Write ct-dm-5.isolated.gen.json" 883 "name": "Write ct-dm-5.isolated.gen.json"
839 }, 884 },
840 { 885 {
841 "cmd": [ 886 "cmd": [
842 "python", 887 "python",
843 "-u", 888 "-u",
844 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 889 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
845 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\ ": \"10k\"}", 890 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\ ": \"10k\"}",
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1543 "@@@STEP_LINK@shard #0 isolated out@blah@@@", 1588 "@@@STEP_LINK@shard #0 isolated out@blah@@@",
1544 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@" 1589 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta sk/148aa78d7aa0000@@@"
1545 ] 1590 ]
1546 }, 1591 },
1547 { 1592 {
1548 "name": "$result", 1593 "name": "$result",
1549 "recipe_result": null, 1594 "recipe_result": null,
1550 "status_code": 0 1595 "status_code": 0
1551 } 1596 }
1552 ] 1597 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698