OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[CWD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | |
10 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
11 "~followup_annotations": [ | 10 "~followup_annotations": [ |
12 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
14 "@@@STEP_LOG_LINE@python.inline@@@@", | 13 "@@@STEP_LOG_LINE@python.inline@@@@", |
15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 15 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 18 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
23 "@@@STEP_LOG_END@python.inline@@@" | 22 "@@@STEP_LOG_END@python.inline@@@" |
24 ] | 23 ] |
25 }, | 24 }, |
26 { | 25 { |
27 "cmd": [ | 26 "cmd": [ |
28 "python", | 27 "python", |
29 "-u", | 28 "-u", |
30 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 29 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
31 "config", | 30 "config", |
32 "--spec", | 31 "--spec", |
33 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}
]\ntarget_os = ['android']" | 32 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'src/repo', 'url': 'svn://svn.chromium.org
/chrome/trunk/src'}]\ntarget_os = ['android']" |
34 ], | 33 ], |
35 "cwd": "[SLAVE_BUILD]", | |
36 "env": { | 34 "env": { |
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 36 }, |
39 "name": "gclient setup" | 37 "name": "gclient setup" |
40 }, | 38 }, |
41 { | 39 { |
42 "cmd": [ | 40 "cmd": [ |
43 "python", | 41 "python", |
44 "-u", | 42 "-u", |
45 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 43 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", |
46 ".", | 44 ".", |
47 "[DEPOT_TOOLS]/gclient" | 45 "[ROOT]/b/depot_tools/gclient" |
48 ], | 46 ], |
49 "cwd": "[SLAVE_BUILD]", | |
50 "name": "gclient revert" | 47 "name": "gclient revert" |
51 }, | 48 }, |
52 { | 49 { |
53 "cmd": [ | 50 "cmd": [ |
54 "python", | 51 "python", |
55 "-u", | 52 "-u", |
56 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
57 "sync", | 54 "sync", |
58 "--nohooks", | 55 "--nohooks", |
59 "--force", | 56 "--force", |
60 "--verbose", | 57 "--verbose", |
61 "--delete_unversioned_trees", | 58 "--delete_unversioned_trees", |
62 "--revision", | 59 "--revision", |
63 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 60 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
64 "--output-json", | 61 "--output-json", |
65 "/path/to/tmp/json" | 62 "/path/to/tmp/json" |
66 ], | 63 ], |
67 "cwd": "[SLAVE_BUILD]", | |
68 "env": { | 64 "env": { |
69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 65 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
70 }, | 66 }, |
71 "name": "gclient sync", | 67 "name": "gclient sync", |
72 "~followup_annotations": [ | 68 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@json.output@{@@@", | 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
74 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
77 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 73 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 24 matching lines...) Expand all Loading... |
102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", |
103 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", |
104 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
105 ] | 101 ] |
106 }, | 102 }, |
107 { | 103 { |
108 "cmd": [ | 104 "cmd": [ |
109 "python", | 105 "python", |
110 "-u", | 106 "-u", |
111 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 107 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
112 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 108 "[CWD]/src/out/Release/debug_info_dumps", |
113 "[SLAVE_BUILD]/src/out/Release/test_logs", | 109 "[CWD]/src/out/Release/test_logs", |
114 "[SLAVE_BUILD]/src/out/build_product.zip", | 110 "[CWD]/src/out/build_product.zip", |
115 "[SLAVE_BUILD]/src" | 111 "[CWD]/src" |
116 ], | 112 ], |
117 "cwd": "[SLAVE_BUILD]", | |
118 "name": "clean local files", | 113 "name": "clean local files", |
119 "~followup_annotations": [ | 114 "~followup_annotations": [ |
120 "@@@STEP_LOG_LINE@python.inline@@@@", | 115 "@@@STEP_LOG_LINE@python.inline@@@@", |
121 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 116 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
122 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 117 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
123 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 118 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
124 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 119 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
125 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 120 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
126 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 121 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
127 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 122 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
128 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 123 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
129 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 124 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
130 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 125 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
131 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 126 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
132 "@@@STEP_LOG_END@python.inline@@@" | 127 "@@@STEP_LOG_END@python.inline@@@" |
133 ] | 128 ] |
134 }, | 129 }, |
135 { | 130 { |
136 "cmd": [ | 131 "cmd": [ |
137 "python", | 132 "python", |
138 "-u", | 133 "-u", |
139 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
140 "runhooks" | 135 "runhooks" |
141 ], | 136 ], |
142 "cwd": "[SLAVE_BUILD]", | |
143 "env": { | 137 "env": { |
144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
145 "GYP_CROSSCOMPILE": "1", | 139 "GYP_CROSSCOMPILE": "1", |
146 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", | 140 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", |
147 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 141 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
148 }, | 142 }, |
149 "name": "gclient runhooks" | 143 "name": "gclient runhooks" |
150 }, | 144 }, |
151 { | 145 { |
152 "allow_subannotations": false, | 146 "allow_subannotations": false, |
153 "cmd": [ | 147 "cmd": [ |
154 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 148 "[CWD]/src/build/tree_truth.sh", |
155 "[SLAVE_BUILD]/src", | 149 "[CWD]/src", |
156 "src", | 150 "src", |
157 "foo", | 151 "foo", |
158 "src/repo" | 152 "src/repo" |
159 ], | 153 ], |
160 "cwd": "[SLAVE_BUILD]", | |
161 "name": "tree truth steps" | 154 "name": "tree truth steps" |
162 }, | 155 }, |
163 { | 156 { |
164 "cmd": [ | 157 "cmd": [ |
165 "python", | 158 "python", |
166 "-u", | 159 "-u", |
167 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 160 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
168 "[SLAVE_BUILD]/src/chrome/VERSION", | 161 "[CWD]/src/chrome/VERSION", |
169 "/path/to/tmp/" | 162 "/path/to/tmp/" |
170 ], | 163 ], |
171 "cwd": "[SLAVE_BUILD]", | |
172 "name": "get version" | 164 "name": "get version" |
173 }, | 165 }, |
174 { | 166 { |
175 "cmd": [ | 167 "cmd": [ |
176 "python", | 168 "python", |
177 "-u", | 169 "-u", |
178 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 170 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
179 "--show-path", | 171 "--show-path", |
180 "python", | 172 "python", |
181 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 173 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
182 "--gsutil-py-path", | 174 "--gsutil-py-path", |
183 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
184 "--ninja-path", | 176 "--ninja-path", |
185 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 177 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
186 "--target", | 178 "--target", |
187 "Release", | 179 "Release", |
188 "--src-dir", | 180 "--src-dir", |
189 "[SLAVE_BUILD]/src", | 181 "[CWD]/src", |
190 "--goma-cache-dir", | 182 "--goma-cache-dir", |
191 "[GOMA_CACHE]", | 183 "[ROOT]/b/build/slave/goma_cache", |
192 "--build-tool", | 184 "--build-tool", |
193 "ninja", | 185 "ninja", |
194 "--goma-fail-fast", | 186 "--goma-fail-fast", |
195 "--goma-disable-local-fallback", | 187 "--goma-disable-local-fallback", |
196 "--" | 188 "--" |
197 ], | 189 ], |
198 "cwd": "[SLAVE_BUILD]", | |
199 "env": { | 190 "env": { |
200 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 191 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
201 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 192 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
202 }, | 193 }, |
203 "name": "compile" | 194 "name": "compile" |
204 }, | 195 }, |
205 { | 196 { |
206 "cmd": [ | 197 "cmd": [ |
207 "python", | 198 "python", |
208 "-u", | 199 "-u", |
209 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/archive_build.py", | 200 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/archive_build.py", |
210 "--target", | 201 "--target", |
211 "Release", | 202 "Release", |
212 "--name", | 203 "--name", |
213 "archive.zip", | 204 "archive.zip", |
214 "--filters", | 205 "--filters", |
215 "*.apk" | 206 "*.apk" |
216 ], | 207 ], |
217 "cwd": "[SLAVE_BUILD]", | |
218 "name": "zip_build_proudct" | 208 "name": "zip_build_proudct" |
219 }, | 209 }, |
220 { | 210 { |
221 "cmd": [ | 211 "cmd": [ |
222 "[DEPOT_TOOLS]/git_number.py" | 212 "[ROOT]/b/depot_tools/git_number.py" |
223 ], | 213 ], |
224 "cwd": "[SLAVE_BUILD]/src", | 214 "cwd": "[CWD]/src", |
225 "name": "git_number", | 215 "name": "git_number", |
226 "stdout": "/path/to/tmp/" | 216 "stdout": "/path/to/tmp/" |
227 }, | 217 }, |
228 { | 218 { |
229 "cmd": [ | 219 "cmd": [ |
230 "python", | 220 "python", |
231 "-u", | 221 "-u", |
232 "RECIPE_MODULE[build::adb]/resources/list_devices.py", | 222 "RECIPE_MODULE[build::adb]/resources/list_devices.py", |
233 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 223 "['[CWD]/src/third_party/android_tools/sdk/platform-tools/adb', 'devices']
", |
234 "/path/to/tmp/json" | 224 "/path/to/tmp/json" |
235 ], | 225 ], |
236 "cwd": "[SLAVE_BUILD]", | |
237 "name": "List adb devices", | 226 "name": "List adb devices", |
238 "~followup_annotations": [ | 227 "~followup_annotations": [ |
239 "@@@STEP_LOG_LINE@json.output@[@@@", | 228 "@@@STEP_LOG_LINE@json.output@[@@@", |
240 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
241 "@@@STEP_LOG_LINE@json.output@]@@@", | 230 "@@@STEP_LOG_LINE@json.output@]@@@", |
242 "@@@STEP_LOG_END@json.output@@@" | 231 "@@@STEP_LOG_END@json.output@@@" |
243 ] | 232 ] |
244 }, | 233 }, |
245 { | 234 { |
246 "cmd": [ | 235 "cmd": [ |
247 "python", | 236 "python", |
248 "-u", | 237 "-u", |
249 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n print 'Attempting to root device %s ...' % (device)\n subprocess
.check_call([adb_path, '-s', device, 'root'])\n subprocess.check_call([adb_path
, '-s', device, 'wait-for-device'])\n print 'Finished rooting device %s' % (dev
ice)\n", | 238 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n print 'Attempting to root device %s ...' % (device)\n subprocess
.check_call([adb_path, '-s', device, 'root'])\n subprocess.check_call([adb_path
, '-s', device, 'wait-for-device'])\n print 'Finished rooting device %s' % (dev
ice)\n", |
250 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 239 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
251 "014E1F310401C009" | 240 "014E1F310401C009" |
252 ], | 241 ], |
253 "cwd": "[SLAVE_BUILD]", | |
254 "name": "Root devices", | 242 "name": "Root devices", |
255 "~followup_annotations": [ | 243 "~followup_annotations": [ |
256 "@@@STEP_LOG_LINE@python.inline@@@@", | 244 "@@@STEP_LOG_LINE@python.inline@@@@", |
257 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", | 245 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", |
258 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 246 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
259 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", | 247 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", |
260 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", | 248 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", |
261 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", | 249 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", |
262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", | 250 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", |
263 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 251 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
264 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 252 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
265 "@@@STEP_LOG_END@python.inline@@@" | 253 "@@@STEP_LOG_END@python.inline@@@" |
266 ] | 254 ] |
267 }, | 255 }, |
268 { | 256 { |
269 "cmd": [ | 257 "cmd": [ |
270 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 258 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
271 "--", | 259 "--", |
272 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 260 "[CWD]/src/build/android/adb_logcat_monitor.py", |
273 "[SLAVE_BUILD]/src/out/logcat" | 261 "[CWD]/src/out/logcat" |
274 ], | 262 ], |
275 "cwd": "[SLAVE_BUILD]", | |
276 "env": { | 263 "env": { |
277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
278 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 265 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
279 }, | 266 }, |
280 "name": "spawn_logcat_monitor" | 267 "name": "spawn_logcat_monitor" |
281 }, | 268 }, |
282 { | 269 { |
283 "cmd": [ | 270 "cmd": [ |
284 "python", | 271 "python", |
285 "-u", | 272 "-u", |
286 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
287 "--verbose", | 274 "--verbose", |
288 "--adb-path", | 275 "--adb-path", |
289 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 276 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb" |
290 ], | 277 ], |
291 "cwd": "[SLAVE_BUILD]", | |
292 "env": { | 278 "env": { |
293 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
294 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 280 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
295 }, | 281 }, |
296 "name": "authorize_adb_devices" | 282 "name": "authorize_adb_devices" |
297 }, | 283 }, |
298 { | 284 { |
299 "cmd": [ | 285 "cmd": [ |
300 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 286 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", |
301 "--json-output", | 287 "--json-output", |
302 "/path/to/tmp/json", | 288 "/path/to/tmp/json", |
303 "--blacklist-file", | 289 "--blacklist-file", |
304 "[SLAVE_BUILD]/src/out/bad_devices.json", | 290 "[CWD]/src/out/bad_devices.json", |
305 "--known-devices-file", | 291 "--known-devices-file", |
306 "[BUILD]/site_config/.known_devices" | 292 "[ROOT]/b/build/site_config/.known_devices" |
307 ], | 293 ], |
308 "cwd": "[SLAVE_BUILD]", | |
309 "env": { | 294 "env": { |
310 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
311 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 296 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
312 }, | 297 }, |
313 "name": "device_status_check", | 298 "name": "device_status_check", |
314 "~followup_annotations": [ | 299 "~followup_annotations": [ |
315 "@@@STEP_TEXT@Online devices: 1@@@", | 300 "@@@STEP_TEXT@Online devices: 1@@@", |
316 "@@@STEP_LOG_LINE@json.output@[@@@", | 301 "@@@STEP_LOG_LINE@json.output@[@@@", |
317 "@@@STEP_LOG_LINE@json.output@ {@@@", | 302 "@@@STEP_LOG_LINE@json.output@ {@@@", |
318 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 303 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
319 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
320 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
321 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 306 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
403 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 388 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
404 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 389 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
405 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 390 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
406 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 391 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
407 ] | 392 ] |
408 }, | 393 }, |
409 { | 394 { |
410 "cmd": [ | 395 "cmd": [ |
411 "python", | 396 "python", |
412 "-u", | 397 "-u", |
413 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 398 "[CWD]/src/build/android/provision_devices.py", |
414 "-t", | 399 "-t", |
415 "Release", | 400 "Release", |
416 "--blacklist-file", | 401 "--blacklist-file", |
417 "[SLAVE_BUILD]/src/out/bad_devices.json", | 402 "[CWD]/src/out/bad_devices.json", |
418 "--output-device-blacklist", | 403 "--output-device-blacklist", |
419 "/path/to/tmp/json" | 404 "/path/to/tmp/json" |
420 ], | 405 ], |
421 "cwd": "[SLAVE_BUILD]", | |
422 "env": { | 406 "env": { |
423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 407 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
424 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 408 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
425 }, | 409 }, |
426 "name": "provision_devices" | 410 "name": "provision_devices" |
427 }, | 411 }, |
428 { | 412 { |
429 "cmd": [ | 413 "cmd": [ |
430 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 414 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", |
431 "--json-output", | 415 "--json-output", |
432 "/path/to/tmp/json", | 416 "/path/to/tmp/json", |
433 "--blacklist-file", | 417 "--blacklist-file", |
434 "[SLAVE_BUILD]/src/out/bad_devices.json", | 418 "[CWD]/src/out/bad_devices.json", |
435 "--known-devices-file", | 419 "--known-devices-file", |
436 "[BUILD]/site_config/.known_devices" | 420 "[ROOT]/b/build/site_config/.known_devices" |
437 ], | 421 ], |
438 "cwd": "[SLAVE_BUILD]", | |
439 "env": { | 422 "env": { |
440 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 423 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
441 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 424 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
442 }, | 425 }, |
443 "name": "device_status_check (2)", | 426 "name": "device_status_check (2)", |
444 "~followup_annotations": [ | 427 "~followup_annotations": [ |
445 "@@@STEP_TEXT@Online devices: 1@@@", | 428 "@@@STEP_TEXT@Online devices: 1@@@", |
446 "@@@STEP_LOG_LINE@json.output@[@@@", | 429 "@@@STEP_LOG_LINE@json.output@[@@@", |
447 "@@@STEP_LOG_LINE@json.output@ {@@@", | 430 "@@@STEP_LOG_LINE@json.output@ {@@@", |
448 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 431 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
449 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 432 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
450 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 433 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
451 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 434 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
533 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 516 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
534 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 517 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
535 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 518 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
536 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 519 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
537 ] | 520 ] |
538 }, | 521 }, |
539 { | 522 { |
540 "cmd": [ | 523 "cmd": [ |
541 "python", | 524 "python", |
542 "-u", | 525 "-u", |
543 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 526 "[CWD]/src/build/android/provision_devices.py", |
544 "-t", | 527 "-t", |
545 "Release", | 528 "Release", |
546 "--blacklist-file", | 529 "--blacklist-file", |
547 "[SLAVE_BUILD]/src/out/bad_devices.json", | 530 "[CWD]/src/out/bad_devices.json", |
548 "--output-device-blacklist", | 531 "--output-device-blacklist", |
549 "/path/to/tmp/json", | 532 "/path/to/tmp/json", |
550 "--reboot-timeout", | 533 "--reboot-timeout", |
551 "1800" | 534 "1800" |
552 ], | 535 ], |
553 "cwd": "[SLAVE_BUILD]", | |
554 "env": { | 536 "env": { |
555 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 537 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
556 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 538 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
557 }, | 539 }, |
558 "name": "provision_devices (2)" | 540 "name": "provision_devices (2)" |
559 }, | 541 }, |
560 { | 542 { |
561 "cmd": [ | 543 "cmd": [ |
562 "python", | 544 "python", |
563 "-u", | 545 "-u", |
564 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 546 "[CWD]/src/build/android/test_runner.py", |
565 "monkey", | 547 "monkey", |
566 "-v", | 548 "-v", |
567 "--package=chrome", | 549 "--package=chrome", |
568 "--event-count=50000", | 550 "--event-count=50000", |
569 "--blacklist-file", | 551 "--blacklist-file", |
570 "[SLAVE_BUILD]/src/out/bad_devices.json" | 552 "[CWD]/src/out/bad_devices.json" |
571 ], | 553 ], |
572 "cwd": "[SLAVE_BUILD]", | |
573 "env": { | 554 "env": { |
574 "BUILDTYPE": "Release", | 555 "BUILDTYPE": "Release", |
575 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 556 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release" |
576 }, | 557 }, |
577 "name": "Monkey Test" | 558 "name": "Monkey Test" |
578 }, | 559 }, |
579 { | 560 { |
580 "cmd": [ | 561 "cmd": [ |
581 "python", | 562 "python", |
582 "-u", | 563 "-u", |
583 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 564 "[CWD]/src/build/android/test_runner.py", |
584 "instrumentation", | 565 "instrumentation", |
585 "--blacklist-file", | 566 "--blacklist-file", |
586 "[SLAVE_BUILD]/src/out/bad_devices.json", | 567 "[CWD]/src/out/bad_devices.json", |
587 "--flakiness-dashboard-server", | 568 "--flakiness-dashboard-server", |
588 "test-results.appspot.com", | 569 "test-results.appspot.com", |
589 "-A", | 570 "-A", |
590 "SmallTest", | 571 "SmallTest", |
591 "-E", | 572 "-E", |
592 "FlakyTest", | 573 "FlakyTest", |
593 "--screenshot", | 574 "--screenshot", |
594 "--coverage-dir", | 575 "--coverage-dir", |
595 "[SLAVE_BUILD]/src/out/Release/coverage", | 576 "[CWD]/src/out/Release/coverage", |
596 "--host-driven-root", | 577 "--host-driven-root", |
597 "[SLAVE_BUILD]/src/chrome/test", | 578 "[CWD]/src/chrome/test", |
598 "--test-apk", | 579 "--test-apk", |
599 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 580 "[CWD]/src/out/Release/apks/AndroidWebViewTest.apk", |
600 "--apk-under-test", | 581 "--apk-under-test", |
601 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 582 "[CWD]/src/out/Release/apks/AndroidWebView.apk", |
602 "--additional-apk", | 583 "--additional-apk", |
603 "Additional.apk", | 584 "Additional.apk", |
604 "--isolate-file-path", | 585 "--isolate-file-path", |
605 "android_webview/android_webview_test_apk.isolate", | 586 "android_webview/android_webview_test_apk.isolate", |
606 "--release", | 587 "--release", |
607 "--official-build" | 588 "--official-build" |
608 ], | 589 ], |
609 "cwd": "[SLAVE_BUILD]", | |
610 "env": { | 590 "env": { |
611 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 591 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release" |
612 }, | 592 }, |
613 "name": "Instrumentation test SmallTest" | 593 "name": "Instrumentation test SmallTest" |
614 }, | 594 }, |
615 { | 595 { |
616 "cmd": [ | 596 "cmd": [ |
617 "python", | 597 "python", |
618 "-u", | 598 "-u", |
619 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 599 "[CWD]/src/out/Release/bin/run_unittests", |
620 "--blacklist-file", | 600 "--blacklist-file", |
621 "[SLAVE_BUILD]/src/out/bad_devices.json", | 601 "[CWD]/src/out/bad_devices.json", |
622 "--verbose", | 602 "--verbose", |
623 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 603 "--isolate_file_path=[CWD]/src/some_file.isolate", |
624 "--gtest_filter=WebRtc*", | 604 "--gtest_filter=WebRtc*", |
625 "--tool=asan" | 605 "--tool=asan" |
626 ], | 606 ], |
627 "cwd": "[SLAVE_BUILD]", | |
628 "env": { | 607 "env": { |
629 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 608 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
630 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 609 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
631 }, | 610 }, |
632 "name": "unittests" | 611 "name": "unittests" |
633 }, | 612 }, |
634 { | 613 { |
635 "cmd": [ | 614 "cmd": [ |
636 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 615 "[CWD]/src/tools/prepare-bisect-perf-regression.py", |
637 "-w", | 616 "-w", |
638 "[SLAVE_BUILD]" | 617 "[CWD]" |
639 ], | 618 ], |
640 "cwd": "[SLAVE_BUILD]", | |
641 "name": "prepare bisect perf regression" | 619 "name": "prepare bisect perf regression" |
642 }, | 620 }, |
643 { | 621 { |
644 "cmd": [ | 622 "cmd": [ |
645 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", | 623 "[CWD]/src/tools/run-bisect-perf-regression.py", |
646 "-w", | 624 "-w", |
647 "[SLAVE_BUILD]", | 625 "[CWD]", |
648 "--extra_src", | 626 "--extra_src", |
649 "test.py", | 627 "test.py", |
650 "--path_to_config", | 628 "--path_to_config", |
651 "test.py" | 629 "test.py" |
652 ], | 630 ], |
653 "cwd": "[SLAVE_BUILD]", | |
654 "name": "run bisect perf regression" | 631 "name": "run bisect perf regression" |
655 }, | 632 }, |
656 { | 633 { |
657 "cmd": [ | 634 "cmd": [ |
658 "python", | 635 "python", |
659 "-u", | 636 "-u", |
660 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", | 637 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", |
661 "[SLAVE_BUILD]/src/out/Release/full_log", | 638 "[CWD]/src/out/Release/full_log", |
662 "--", | 639 "--", |
663 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 640 "[CWD]/src/build/android/adb_logcat_printer.py", |
664 "[SLAVE_BUILD]/src/out/logcat" | 641 "[CWD]/src/out/logcat" |
665 ], | 642 ], |
666 "cwd": "[SLAVE_BUILD]", | |
667 "name": "logcat_dump" | 643 "name": "logcat_dump" |
668 }, | 644 }, |
669 { | 645 { |
670 "cmd": [ | 646 "cmd": [ |
671 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 647 "[CWD]/src/third_party/android_platform/development/scripts/stack", |
672 "--arch", | 648 "--arch", |
673 "arm", | 649 "arm", |
674 "--more-info", | 650 "--more-info", |
675 "[SLAVE_BUILD]/src/out/Release/full_log" | 651 "[CWD]/src/out/Release/full_log" |
676 ], | 652 ], |
677 "cwd": "[SLAVE_BUILD]", | |
678 "env": { | 653 "env": { |
679 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 654 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
680 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 655 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
681 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 656 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
682 }, | 657 }, |
683 "name": "stack_tool_with_logcat_dump" | 658 "name": "stack_tool_with_logcat_dump" |
684 }, | 659 }, |
685 { | 660 { |
686 "cmd": [ | 661 "cmd": [ |
687 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 662 "[CWD]/src/build/android/tombstones.py", |
688 "-a", | 663 "-a", |
689 "-s", | 664 "-s", |
690 "-w" | 665 "-w" |
691 ], | 666 ], |
692 "cwd": "[SLAVE_BUILD]", | |
693 "env": { | 667 "env": { |
694 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 668 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
695 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 669 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
696 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 670 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
697 }, | 671 }, |
698 "name": "stack_tool_for_tombstones" | 672 "name": "stack_tool_for_tombstones" |
699 }, | 673 }, |
700 { | 674 { |
701 "cmd": [ | 675 "cmd": [ |
702 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 676 "[CWD]/src/build/android/asan_symbolize.py", |
703 "-l", | 677 "-l", |
704 "[SLAVE_BUILD]/src/out/Release/full_log" | 678 "[CWD]/src/out/Release/full_log" |
705 ], | 679 ], |
706 "cwd": "[SLAVE_BUILD]", | |
707 "env": { | 680 "env": { |
708 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 681 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
709 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 682 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
710 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 683 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
711 }, | 684 }, |
712 "name": "stack_tool_for_asan" | 685 "name": "stack_tool_for_asan" |
713 }, | 686 }, |
714 { | 687 { |
715 "cmd": [ | 688 "cmd": [ |
716 "python", | 689 "python", |
717 "-u", | 690 "-u", |
718 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", | 691 "[CWD]/src/build/android/generate_emma_html.py", |
719 "--coverage-dir", | 692 "--coverage-dir", |
720 "[SLAVE_BUILD]/src/out/Release/coverage", | 693 "[CWD]/src/out/Release/coverage", |
721 "--metadata-dir", | 694 "--metadata-dir", |
722 "[SLAVE_BUILD]/src/out/Release", | 695 "[CWD]/src/out/Release", |
723 "--cleanup", | 696 "--cleanup", |
724 "--output", | 697 "--output", |
725 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html/index.html" | 698 "[CWD]/src/out/Release/coverage/coverage_html/index.html" |
726 ], | 699 ], |
727 "cwd": "[SLAVE_BUILD]", | |
728 "name": "Generate coverage report" | 700 "name": "Generate coverage report" |
729 }, | 701 }, |
730 { | 702 { |
731 "cmd": [ | 703 "cmd": [ |
732 "python", | 704 "python", |
733 "-u", | 705 "-u", |
734 "RECIPE_MODULE[build::zip]/resources/zip.py" | 706 "RECIPE_MODULE[build::zip]/resources/zip.py" |
735 ], | 707 ], |
736 "cwd": "[SLAVE_BUILD]", | |
737 "name": "Zip generated coverage report files", | 708 "name": "Zip generated coverage report files", |
738 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/Release/coverage
/coverage_html\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/src/out/Relea
se/coverage/coverage_html.zip\", \"root\": \"[SLAVE_BUILD]/src/out/Release/cover
age/coverage_html\"}" | 709 "stdin": "{\"entries\": [{\"path\": \"[CWD]/src/out/Release/coverage/coverag
e_html\", \"type\": \"dir\"}], \"output\": \"[CWD]/src/out/Release/coverage/cove
rage_html.zip\", \"root\": \"[CWD]/src/out/Release/coverage/coverage_html\"}" |
739 }, | 710 }, |
740 { | 711 { |
741 "cmd": [ | 712 "cmd": [ |
742 "python", | 713 "python", |
743 "-u", | 714 "-u", |
744 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 715 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
745 "--", | 716 "--", |
746 "[DEPOT_TOOLS]/gsutil.py", | 717 "[ROOT]/b/depot_tools/gsutil.py", |
747 "--force-version", | 718 "--force-version", |
748 "4.7", | 719 "4.7", |
749 "----", | 720 "----", |
750 "cp", | 721 "cp", |
751 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html.zip", | 722 "[CWD]/src/out/Release/coverage/coverage_html.zip", |
752 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00/" | 723 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00/" |
753 ], | 724 ], |
754 "cwd": "[SLAVE_BUILD]", | |
755 "name": "gsutil upload coverage report", | 725 "name": "gsutil upload coverage report", |
756 "~followup_annotations": [ | 726 "~followup_annotations": [ |
757 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" | 727 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/@@@" |
758 ] | 728 ] |
759 }, | 729 }, |
760 { | 730 { |
761 "name": "$result", | 731 "name": "$result", |
762 "recipe_result": null, | 732 "recipe_result": null, |
763 "status_code": 0 | 733 "status_code": 0 |
764 } | 734 } |
765 ] | 735 ] |
OLD | NEW |