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", |
(...skipping 14 matching lines...) Expand all Loading... |
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'}]\
ntarget_os = ['llvm']" | 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']" |
32 ], | 32 ], |
33 "cwd": "[CUSTOM_/_B_WORK]", | 33 "cwd": "[CUSTOM_/_B_WORK]", |
34 "env": { | 34 "env": { |
35 "BUILDTYPE": "Release", | 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": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid" | 38 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Androi
d_NoNeon" |
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 "--nohooks", | 48 "--nohooks", |
49 "--force", | 49 "--force", |
50 "--verbose", | 50 "--verbose", |
51 "--delete_unversioned_trees", | 51 "--delete_unversioned_trees", |
52 "--revision", | 52 "--revision", |
53 "skia@abc123", | 53 "skia@abc123", |
54 "--output-json", | 54 "--output-json", |
55 "/path/to/tmp/json" | 55 "/path/to/tmp/json" |
56 ], | 56 ], |
57 "cwd": "[CUSTOM_/_B_WORK]", | 57 "cwd": "[CUSTOM_/_B_WORK]", |
58 "env": { | 58 "env": { |
59 "BUILDTYPE": "Release", | 59 "BUILDTYPE": "Debug", |
60 "CHROME_HEADLESS": "1", | 60 "CHROME_HEADLESS": "1", |
61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
62 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid" | 62 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Androi
d_NoNeon" |
63 }, | 63 }, |
64 "name": "gclient sync", | 64 "name": "gclient sync", |
65 "~followup_annotations": [ | 65 "~followup_annotations": [ |
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@ \"solutions\": {@@@", |
68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", | 68 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", |
69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", | 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", |
70 "@@@STEP_LOG_LINE@json.output@ }@@@", | 70 "@@@STEP_LOG_LINE@json.output@ }@@@", |
71 "@@@STEP_LOG_LINE@json.output@ }@@@", | 71 "@@@STEP_LOG_LINE@json.output@ }@@@", |
72 "@@@STEP_LOG_LINE@json.output@}@@@", | 72 "@@@STEP_LOG_LINE@json.output@}@@@", |
(...skipping 13 matching lines...) Expand all Loading... |
86 "@@@STEP_EXCEPTION@@@" | 86 "@@@STEP_EXCEPTION@@@" |
87 ] | 87 ] |
88 }, | 88 }, |
89 { | 89 { |
90 "cmd": [ | 90 "cmd": [ |
91 "python", | 91 "python", |
92 "-u", | 92 "-u", |
93 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" | 93 "import json\nimport subprocess\nimport sys\n\nccache = None\ntry:\n ccac
he = subprocess.check_output(['which', 'ccache']).rstrip()\nexcept:\n pass\npri
nt json.dumps({'ccache': ccache})\n" |
94 ], | 94 ], |
95 "env": { | 95 "env": { |
96 "BUILDTYPE": "Release", | 96 "BUILDTYPE": "Debug", |
97 "CHROME_HEADLESS": "1", | 97 "CHROME_HEADLESS": "1", |
98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 98 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
99 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid" | 99 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Androi
d_NoNeon" |
100 }, | 100 }, |
101 "name": "has ccache?", | 101 "name": "has ccache?", |
102 "stdout": "/path/to/tmp/json", | 102 "stdout": "/path/to/tmp/json", |
103 "~followup_annotations": [ | 103 "~followup_annotations": [ |
104 "@@@STEP_LOG_LINE@json.output@{@@@", | 104 "@@@STEP_LOG_LINE@json.output@{@@@", |
105 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@", | 105 "@@@STEP_LOG_LINE@json.output@ \"ccache\": \"/usr/bin/ccache\"@@@", |
106 "@@@STEP_LOG_LINE@json.output@}@@@", | 106 "@@@STEP_LOG_LINE@json.output@}@@@", |
107 "@@@STEP_LOG_END@json.output@@@", | 107 "@@@STEP_LOG_END@json.output@@@", |
108 "@@@STEP_LOG_LINE@python.inline@import json@@@", | 108 "@@@STEP_LOG_LINE@python.inline@import json@@@", |
109 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", | 109 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", |
110 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 110 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
111 "@@@STEP_LOG_LINE@python.inline@@@@", | 111 "@@@STEP_LOG_LINE@python.inline@@@@", |
112 "@@@STEP_LOG_LINE@python.inline@ccache = None@@@", | 112 "@@@STEP_LOG_LINE@python.inline@ccache = None@@@", |
113 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 113 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
114 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which
', 'ccache']).rstrip()@@@", | 114 "@@@STEP_LOG_LINE@python.inline@ ccache = subprocess.check_output(['which
', 'ccache']).rstrip()@@@", |
115 "@@@STEP_LOG_LINE@python.inline@except:@@@", | 115 "@@@STEP_LOG_LINE@python.inline@except:@@@", |
116 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 116 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
117 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", | 117 "@@@STEP_LOG_LINE@python.inline@print json.dumps({'ccache': ccache})@@@", |
118 "@@@STEP_LOG_END@python.inline@@@" | 118 "@@@STEP_LOG_END@python.inline@@@" |
119 ] | 119 ] |
120 }, | 120 }, |
121 { | 121 { |
122 "cmd": [ | 122 "cmd": [ |
123 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", | 123 "[CUSTOM_/_B_WORK]/skia/platform_tools/android/bin/android_ninja", |
124 "most", | 124 "most", |
125 "-d", | 125 "-d", |
126 "arm_v7_neon", | 126 "arm_v7", |
127 "--gcc" | 127 "--gcc" |
128 ], | 128 ], |
129 "cwd": "[CUSTOM_/_B_WORK]/skia", | 129 "cwd": "[CUSTOM_/_B_WORK]/skia", |
130 "env": { | 130 "env": { |
131 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", | 131 "ANDROID_HOME": "[SLAVE_BUILD]/android_sdk/android-sdk", |
132 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", | 132 "ANDROID_MAKE_CCACHE": "/usr/bin/ccache", |
133 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", | 133 "ANDROID_SDK_ROOT": "[SLAVE_BUILD]/android_sdk/android-sdk", |
134 "BUILDTYPE": "Release", | 134 "BUILDTYPE": "Debug", |
135 "CHROME_HEADLESS": "1", | 135 "CHROME_HEADLESS": "1", |
136 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", | 136 "GYP_DEFINES": "skia_arch_type=arm skia_warnings_as_errors=1", |
137 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", | 137 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]:RECIPE_PACKAGE_REPO[dep
ot_tools]", |
138 "SKIA_ANDROID_VERBOSE_SETUP": "1", | 138 "SKIA_ANDROID_VERBOSE_SETUP": "1", |
139 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Andr
oid" | 139 "SKIA_OUT": "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Androi
d_NoNeon" |
140 }, | 140 }, |
141 "name": "build most" | 141 "name": "build most" |
142 }, | 142 }, |
143 { | 143 { |
144 "cmd": [ | 144 "cmd": [ |
145 "python", | 145 "python", |
146 "-u", | 146 "-u", |
147 "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', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.d
ll']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EE
XIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.j
oin(src, pattern)\n for f in 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.dirname(dst_path))\n print 'Copying build product
%s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n", | 147 "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', 'nan
obench', 'nanobench.exe', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'lib/*.so
', 'iOSShell.app', 'iOSShell.ipa', 'visualbench', 'visualbench.exe', 'vulkan-1.d
ll']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EE
XIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.j
oin(src, pattern)\n for f in 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.dirname(dst_path))\n print 'Copying build product
%s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n", |
148 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Release-Android/Release"
, | 148 "[CUSTOM_/_B_WORK]/skia/out/Build-Ubuntu-GCC-Arm7-Debug-Android_NoNeon/Deb
ug", |
149 "[CUSTOM_[SWARM_OUT_DIR]]/out/Release" | 149 "[CUSTOM_[SWARM_OUT_DIR]]/out/Debug" |
150 ], | 150 ], |
151 "name": "copy build products", | 151 "name": "copy build products", |
152 "~followup_annotations": [ | 152 "~followup_annotations": [ |
153 "@@@STEP_LOG_LINE@python.inline@import errno@@@", | 153 "@@@STEP_LOG_LINE@python.inline@import errno@@@", |
154 "@@@STEP_LOG_LINE@python.inline@import glob@@@", | 154 "@@@STEP_LOG_LINE@python.inline@import glob@@@", |
155 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 155 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
156 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", | 156 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", |
157 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 157 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
158 "@@@STEP_LOG_LINE@python.inline@@@@", | 158 "@@@STEP_LOG_LINE@python.inline@@@@", |
159 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", | 159 "@@@STEP_LOG_LINE@python.inline@src = sys.argv[1]@@@", |
(...skipping 16 matching lines...) Expand all Loading... |
176 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", | 176 "@@@STEP_LOG_LINE@python.inline@ shutil.move(f, dst_path)@@@", |
177 "@@@STEP_LOG_END@python.inline@@@" | 177 "@@@STEP_LOG_END@python.inline@@@" |
178 ] | 178 ] |
179 }, | 179 }, |
180 { | 180 { |
181 "name": "$result", | 181 "name": "$result", |
182 "recipe_result": null, | 182 "recipe_result": null, |
183 "status_code": 0 | 183 "status_code": 0 |
184 } | 184 } |
185 ] | 185 ] |
OLD | NEW |