OLD | NEW |
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", |
11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
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_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
29 "config", | 29 "--master", |
| 30 "client.skia", |
| 31 "--builder", |
| 32 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10k_SKPs-Trybot", |
| 33 "--slave", |
| 34 "skiabot-linux-swarm-000", |
30 "--spec", | 35 "--spec", |
31 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man
aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\
ntarget_os = ['llvm']" | 36 "cache_dir = '[CUSTOM_/_B_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'man
aged': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\
ntarget_os = ['llvm']", |
| 37 "--root", |
| 38 "skia", |
| 39 "--revision_mapping_file", |
| 40 "{\"skia\": \"got_revision\"}", |
| 41 "--git-cache-dir", |
| 42 "[CUSTOM_/_B_CACHE]", |
| 43 "--issue", |
| 44 "1499623002", |
| 45 "--patchset", |
| 46 "1", |
| 47 "--rietveld_server", |
| 48 "codereview.chromium.org", |
| 49 "--output_json", |
| 50 "/path/to/tmp/json", |
| 51 "--revision", |
| 52 "skia@origin/master", |
| 53 "--force", |
| 54 "--output_manifest" |
32 ], | 55 ], |
33 "cwd": "[CUSTOM_/_B_WORK]", | 56 "cwd": "[CUSTOM_/_B_WORK]", |
34 "env": { | 57 "env": { |
35 "BUILDTYPE": "Debug", | 58 "BUILDTYPE": "Debug", |
36 "CHROME_HEADLESS": "1", | 59 "CHROME_HEADLESS": "1", |
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", | 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
38 "SKIA_OUT": "[SLAVE_BUILD]/out" | 61 "SKIA_OUT": "[SLAVE_BUILD]/out" |
39 }, | 62 }, |
40 "name": "gclient setup" | 63 "name": "bot_update", |
41 }, | |
42 { | |
43 "cmd": [ | |
44 "python", | |
45 "-u", | |
46 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
47 "sync", | |
48 "--nohooks", | |
49 "--force", | |
50 "--verbose", | |
51 "--delete_unversioned_trees", | |
52 "--revision", | |
53 "skia@origin/master", | |
54 "--output-json", | |
55 "/path/to/tmp/json" | |
56 ], | |
57 "cwd": "[CUSTOM_/_B_WORK]", | |
58 "env": { | |
59 "BUILDTYPE": "Debug", | |
60 "CHROME_HEADLESS": "1", | |
61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | |
62 "SKIA_OUT": "[SLAVE_BUILD]/out" | |
63 }, | |
64 "name": "gclient sync", | |
65 "~followup_annotations": [ | 64 "~followup_annotations": [ |
| 65 "@@@STEP_TEXT@Some step text@@@", |
66 "@@@STEP_LOG_LINE@json.output@{@@@", | 66 "@@@STEP_LOG_LINE@json.output@{@@@", |
67 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 67 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"skia\": \"origin/master\"@@@", |
| 70 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 71 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| 72 "@@@STEP_LOG_LINE@json.output@ \"skia\": {@@@", |
| 73 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/ski
a.git\", @@@", |
| 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@ }, @@@", |
| 77 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", |
| 78 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"skia\", @@@", |
| 79 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| 80 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"9046e2e693bb92a76e97
2b694580e5d17ad10748\", @@@", |
| 81 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#164710}\"@@@", |
| 82 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 83 "@@@STEP_LOG_LINE@json.output@ \"root\": \"skia\", @@@", |
| 84 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
72 "@@@STEP_LOG_LINE@json.output@}@@@", | 85 "@@@STEP_LOG_LINE@json.output@}@@@", |
73 "@@@STEP_LOG_END@json.output@@@", | 86 "@@@STEP_LOG_END@json.output@@@", |
74 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" | 87 "@@@SET_BUILD_PROPERTY@got_revision@\"9046e2e693bb92a76e972b694580e5d17ad1
0748\"@@@", |
| 88 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#164710}\"@@@" |
75 ] | 89 ] |
76 }, | 90 }, |
77 { | 91 { |
78 "cmd": [ | |
79 "python", | |
80 "-u", | |
81 "[DEPOT_TOOLS]/apply_issue.py", | |
82 "-r", | |
83 "[CUSTOM_/_B_WORK]/skia", | |
84 "-i", | |
85 "1499623002", | |
86 "-p", | |
87 "1", | |
88 "-s", | |
89 "codereview.chromium.org", | |
90 "--no-auth" | |
91 ], | |
92 "name": "apply_issue", | |
93 "~followup_annotations": [ | |
94 "@@@STEP_LINK@Applied issue 1499623002@1499623002@@@" | |
95 ] | |
96 }, | |
97 { | |
98 "cmd": [ | 92 "cmd": [ |
99 "python", | 93 "python", |
100 "-u", | 94 "-u", |
101 "\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", | 95 "\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", |
102 "[SLAVE_BUILD]/tmp", | 96 "[SLAVE_BUILD]/tmp", |
103 "511" | 97 "511" |
104 ], | 98 ], |
105 "name": "makedirs tmp_dir", | 99 "name": "makedirs tmp_dir", |
106 "~followup_annotations": [ | 100 "~followup_annotations": [ |
107 "@@@STEP_LOG_LINE@python.inline@@@@", | 101 "@@@STEP_LOG_LINE@python.inline@@@@", |
(...skipping 11 matching lines...) Expand all Loading... |
119 { | 113 { |
120 "cmd": [ | 114 "cmd": [ |
121 "make", | 115 "make", |
122 "dm" | 116 "dm" |
123 ], | 117 ], |
124 "cwd": "[CUSTOM_/_B_WORK]/skia", | 118 "cwd": "[CUSTOM_/_B_WORK]/skia", |
125 "env": { | 119 "env": { |
126 "BUILDTYPE": "Debug", | 120 "BUILDTYPE": "Debug", |
127 "CHROME_HEADLESS": "1", | 121 "CHROME_HEADLESS": "1", |
128 "CHROME_PATH": "[SLAVE_BUILD]/src", | 122 "CHROME_PATH": "[SLAVE_BUILD]/src", |
129 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 123 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]", |
130 "SKIA_OUT": "[SLAVE_BUILD]/out" | 124 "SKIA_OUT": "[SLAVE_BUILD]/out" |
131 }, | 125 }, |
132 "name": "build dm" | 126 "name": "build dm" |
133 }, | 127 }, |
134 { | 128 { |
135 "cmd": [ | 129 "cmd": [ |
136 "python", | 130 "python", |
137 "-u", | 131 "-u", |
138 "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", | 132 "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", |
139 "[SLAVE_BUILD]/out/Debug", | 133 "[SLAVE_BUILD]/out/Debug", |
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
453 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 447 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
454 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 448 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
455 "@@@STEP_LOG_END@python.inline@@@" | 449 "@@@STEP_LOG_END@python.inline@@@" |
456 ] | 450 ] |
457 }, | 451 }, |
458 { | 452 { |
459 "cmd": [ | 453 "cmd": [ |
460 "python", | 454 "python", |
461 "-u", | 455 "-u", |
462 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 456 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
463 "{\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-Trybot\", \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 \
"version\": 1\n}", | 457 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\"
, \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-va
riable\", \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}", |
464 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" | 458 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-1.isolated.gen.json" |
465 ], | 459 ], |
466 "name": "Write ct-dm-1.isolated.gen.json" | 460 "name": "Write ct-dm-1.isolated.gen.json" |
467 }, | 461 }, |
468 { | 462 { |
469 "cmd": [ | 463 "cmd": [ |
470 "python", | 464 "python", |
471 "-u", | 465 "-u", |
472 "\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", | 466 "\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", |
473 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave2" | 467 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave2" |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 545 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
552 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 546 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
553 "@@@STEP_LOG_END@python.inline@@@" | 547 "@@@STEP_LOG_END@python.inline@@@" |
554 ] | 548 ] |
555 }, | 549 }, |
556 { | 550 { |
557 "cmd": [ | 551 "cmd": [ |
558 "python", | 552 "python", |
559 "-u", | 553 "-u", |
560 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 554 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
561 "{\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-Trybot\", \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 \
"version\": 1\n}", | 555 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\"
, \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-va
riable\", \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}", |
562 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" | 556 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-2.isolated.gen.json" |
563 ], | 557 ], |
564 "name": "Write ct-dm-2.isolated.gen.json" | 558 "name": "Write ct-dm-2.isolated.gen.json" |
565 }, | 559 }, |
566 { | 560 { |
567 "cmd": [ | 561 "cmd": [ |
568 "python", | 562 "python", |
569 "-u", | 563 "-u", |
570 "\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", | 564 "\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", |
571 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave3" | 565 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave3" |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
649 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 643 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
650 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 644 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
651 "@@@STEP_LOG_END@python.inline@@@" | 645 "@@@STEP_LOG_END@python.inline@@@" |
652 ] | 646 ] |
653 }, | 647 }, |
654 { | 648 { |
655 "cmd": [ | 649 "cmd": [ |
656 "python", | 650 "python", |
657 "-u", | 651 "-u", |
658 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 652 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
659 "{\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-Trybot\", \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 \
"version\": 1\n}", | 653 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\"
, \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-va
riable\", \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}", |
660 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" | 654 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-3.isolated.gen.json" |
661 ], | 655 ], |
662 "name": "Write ct-dm-3.isolated.gen.json" | 656 "name": "Write ct-dm-3.isolated.gen.json" |
663 }, | 657 }, |
664 { | 658 { |
665 "cmd": [ | 659 "cmd": [ |
666 "python", | 660 "python", |
667 "-u", | 661 "-u", |
668 "\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", | 662 "\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", |
669 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave4" | 663 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave4" |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 741 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
748 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 742 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
749 "@@@STEP_LOG_END@python.inline@@@" | 743 "@@@STEP_LOG_END@python.inline@@@" |
750 ] | 744 ] |
751 }, | 745 }, |
752 { | 746 { |
753 "cmd": [ | 747 "cmd": [ |
754 "python", | 748 "python", |
755 "-u", | 749 "-u", |
756 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 750 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
757 "{\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-Trybot\", \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 \
"version\": 1\n}", | 751 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\"
, \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-va
riable\", \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}", |
758 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" | 752 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-4.isolated.gen.json" |
759 ], | 753 ], |
760 "name": "Write ct-dm-4.isolated.gen.json" | 754 "name": "Write ct-dm-4.isolated.gen.json" |
761 }, | 755 }, |
762 { | 756 { |
763 "cmd": [ | 757 "cmd": [ |
764 "python", | 758 "python", |
765 "-u", | 759 "-u", |
766 "\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", | 760 "\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", |
767 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave5" | 761 "[CUSTOM_/_B_WORK]/skps/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-CT_DM_10
k_SKPs-Trybot/slave5" |
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 839 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
846 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 840 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
847 "@@@STEP_LOG_END@python.inline@@@" | 841 "@@@STEP_LOG_END@python.inline@@@" |
848 ] | 842 ] |
849 }, | 843 }, |
850 { | 844 { |
851 "cmd": [ | 845 "cmd": [ |
852 "python", | 846 "python", |
853 "-u", | 847 "-u", |
854 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 848 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
855 "{\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-Trybot\", \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 \
"version\": 1\n}", | 849 "{\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-Trybot\", \n \"--extra-variable\", \n \"GIT_HASH\"
, \n \"9046e2e693bb92a76e972b694580e5d17ad10748\", \n \"--extra-va
riable\", \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}", |
856 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" | 850 "[SLAVE_BUILD]/swarming_temp_dir/ct-dm-5.isolated.gen.json" |
857 ], | 851 ], |
858 "name": "Write ct-dm-5.isolated.gen.json" | 852 "name": "Write ct-dm-5.isolated.gen.json" |
859 }, | 853 }, |
860 { | 854 { |
861 "cmd": [ | 855 "cmd": [ |
862 "python", | 856 "python", |
863 "-u", | 857 "-u", |
864 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 858 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
865 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"10k\"}", | 859 "{\"chromium_build\": \"fad657e-276e633\", \"num_slaves\": 5, \"page_type\
": \"10k\"}", |
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1563 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 1557 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
1564 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 1558 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
1565 ] | 1559 ] |
1566 }, | 1560 }, |
1567 { | 1561 { |
1568 "name": "$result", | 1562 "name": "$result", |
1569 "recipe_result": null, | 1563 "recipe_result": null, |
1570 "status_code": 0 | 1564 "status_code": 0 |
1571 } | 1565 } |
1572 ] | 1566 ] |
OLD | NEW |