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 "[SLAVE_BUILD]" |
8 ], | 8 ], |
| 9 "cwd": "[SLAVE_BUILD]", |
9 "name": "cleanup index.lock", | 10 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 11 "~followup_annotations": [ |
11 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
13 "@@@STEP_LOG_LINE@python.inline@@@@", | 14 "@@@STEP_LOG_LINE@python.inline@@@@", |
14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
15 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
16 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
18 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
(...skipping 20 matching lines...) Expand all Loading... |
39 "src/repo", | 40 "src/repo", |
40 "--revision_mapping_file", | 41 "--revision_mapping_file", |
41 "{}", | 42 "{}", |
42 "--patch_url", | 43 "--patch_url", |
43 "https://the.patch.url/the.patch", | 44 "https://the.patch.url/the.patch", |
44 "--output_json", | 45 "--output_json", |
45 "/path/to/tmp/json", | 46 "/path/to/tmp/json", |
46 "--revision", | 47 "--revision", |
47 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00" | 48 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00" |
48 ], | 49 ], |
| 50 "cwd": "[SLAVE_BUILD]", |
49 "name": "bot_update", | 51 "name": "bot_update", |
50 "~followup_annotations": [ | 52 "~followup_annotations": [ |
51 "@@@STEP_LOG_LINE@json.output@{@@@", | 53 "@@@STEP_LOG_LINE@json.output@{@@@", |
52 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", | 54 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", |
53 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", | 55 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", |
54 "@@@STEP_LOG_LINE@json.output@}@@@", | 56 "@@@STEP_LOG_LINE@json.output@}@@@", |
55 "@@@STEP_LOG_END@json.output@@@" | 57 "@@@STEP_LOG_END@json.output@@@" |
56 ] | 58 ] |
57 }, | 59 }, |
58 { | 60 { |
59 "cmd": [ | 61 "cmd": [ |
60 "python", | 62 "python", |
61 "-u", | 63 "-u", |
62 "[DEPOT_TOOLS]/gclient.py", | 64 "[DEPOT_TOOLS]/gclient.py", |
63 "config", | 65 "config", |
64 "--spec", | 66 "--spec", |
65 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" | 67 "cache_dir = None\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True
, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}]\ntarget
_os = ['android']" |
66 ], | 68 ], |
| 69 "cwd": "[SLAVE_BUILD]", |
67 "name": "gclient setup" | 70 "name": "gclient setup" |
68 }, | 71 }, |
69 { | 72 { |
70 "cmd": [ | 73 "cmd": [ |
71 "python", | 74 "python", |
72 "-u", | 75 "-u", |
73 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 76 "[BUILD]/scripts/slave/gclient_safe_revert.py", |
74 ".", | 77 ".", |
75 "[DEPOT_TOOLS]/gclient" | 78 "[DEPOT_TOOLS]/gclient" |
76 ], | 79 ], |
| 80 "cwd": "[SLAVE_BUILD]", |
77 "name": "gclient revert" | 81 "name": "gclient revert" |
78 }, | 82 }, |
79 { | 83 { |
80 "cmd": [ | 84 "cmd": [ |
81 "python", | 85 "python", |
82 "-u", | 86 "-u", |
83 "[DEPOT_TOOLS]/gclient.py", | 87 "[DEPOT_TOOLS]/gclient.py", |
84 "sync", | 88 "sync", |
85 "--nohooks", | 89 "--nohooks", |
86 "--force", | 90 "--force", |
87 "--verbose", | 91 "--verbose", |
88 "--delete_unversioned_trees", | 92 "--delete_unversioned_trees", |
89 "--revision", | 93 "--revision", |
90 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 94 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
91 "--output-json", | 95 "--output-json", |
92 "/path/to/tmp/json" | 96 "/path/to/tmp/json" |
93 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", |
94 "name": "gclient sync", | 99 "name": "gclient sync", |
95 "~followup_annotations": [ | 100 "~followup_annotations": [ |
96 "@@@STEP_LOG_LINE@json.output@{@@@", | 101 "@@@STEP_LOG_LINE@json.output@{@@@", |
97 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 102 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
98 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 103 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
99 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 104 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
100 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 105 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
101 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"src/native_client/\": {@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", | 107 "@@@STEP_LOG_LINE@json.output@ \"revision\": 274981@@@", |
103 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 108 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
130 { | 135 { |
131 "cmd": [ | 136 "cmd": [ |
132 "python", | 137 "python", |
133 "-u", | 138 "-u", |
134 "\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", | 139 "\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", |
135 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 140 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
136 "[SLAVE_BUILD]/src/out/Release/test_logs", | 141 "[SLAVE_BUILD]/src/out/Release/test_logs", |
137 "[SLAVE_BUILD]/src/out/build_product.zip", | 142 "[SLAVE_BUILD]/src/out/build_product.zip", |
138 "[SLAVE_BUILD]/src" | 143 "[SLAVE_BUILD]/src" |
139 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
140 "name": "clean local files", | 146 "name": "clean local files", |
141 "~followup_annotations": [ | 147 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@python.inline@@@@", | 148 "@@@STEP_LOG_LINE@python.inline@@@@", |
143 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 149 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
144 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 150 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
145 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 151 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
146 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 152 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
147 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 153 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
148 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 154 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
149 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 155 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
150 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 156 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
151 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 157 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
152 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 158 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
153 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 159 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
154 "@@@STEP_LOG_END@python.inline@@@" | 160 "@@@STEP_LOG_END@python.inline@@@" |
155 ] | 161 ] |
156 }, | 162 }, |
157 { | 163 { |
158 "cmd": [ | 164 "cmd": [ |
159 "python", | 165 "python", |
160 "-u", | 166 "-u", |
161 "[DEPOT_TOOLS]/gclient.py", | 167 "[DEPOT_TOOLS]/gclient.py", |
162 "runhooks" | 168 "runhooks" |
163 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]", |
164 "env": { | 171 "env": { |
165 "GYP_CROSSCOMPILE": "1", | 172 "GYP_CROSSCOMPILE": "1", |
166 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", | 173 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", |
167 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 174 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
168 }, | 175 }, |
169 "name": "gclient runhooks" | 176 "name": "gclient runhooks" |
170 }, | 177 }, |
171 { | 178 { |
172 "allow_subannotations": false, | 179 "allow_subannotations": false, |
173 "cmd": [ | 180 "cmd": [ |
174 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 181 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
175 "[SLAVE_BUILD]/src", | 182 "[SLAVE_BUILD]/src", |
176 "src", | 183 "src", |
177 "foo", | 184 "foo", |
178 "src/repo" | 185 "src/repo" |
179 ], | 186 ], |
| 187 "cwd": "[SLAVE_BUILD]", |
180 "name": "tree truth steps" | 188 "name": "tree truth steps" |
181 }, | 189 }, |
182 { | 190 { |
183 "cmd": [ | 191 "cmd": [ |
184 "cat", | 192 "cat", |
185 "[SLAVE_BUILD]/src/chrome/VERSION" | 193 "[SLAVE_BUILD]/src/chrome/VERSION" |
186 ], | 194 ], |
| 195 "cwd": "[SLAVE_BUILD]", |
187 "name": "get version", | 196 "name": "get version", |
188 "stdout": "/path/to/tmp/version" | 197 "stdout": "/path/to/tmp/version" |
189 }, | 198 }, |
190 { | 199 { |
191 "cmd": [ | 200 "cmd": [ |
192 "python", | 201 "python", |
193 "-u", | 202 "-u", |
194 "[BUILD]/scripts/slave/compile.py", | 203 "[BUILD]/scripts/slave/compile.py", |
195 "--target", | 204 "--target", |
196 "Release", | 205 "Release", |
197 "--src-dir", | 206 "--src-dir", |
198 "[SLAVE_BUILD]/src", | 207 "[SLAVE_BUILD]/src", |
199 "--build-tool", | 208 "--build-tool", |
200 "ninja", | 209 "ninja", |
201 "--" | 210 "--" |
202 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
203 "env": { | 213 "env": { |
204 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 214 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
205 }, | 215 }, |
206 "name": "compile" | 216 "name": "compile" |
207 }, | 217 }, |
208 { | 218 { |
209 "cmd": [ | 219 "cmd": [ |
210 "python", | 220 "python", |
211 "-u", | 221 "-u", |
212 "[BUILD]/scripts/slave/android/archive_build.py", | 222 "[BUILD]/scripts/slave/android/archive_build.py", |
213 "--target", | 223 "--target", |
214 "Release", | 224 "Release", |
215 "--name", | 225 "--name", |
216 "archive.zip", | 226 "archive.zip", |
217 "--filters", | 227 "--filters", |
218 "*.apk" | 228 "*.apk" |
219 ], | 229 ], |
| 230 "cwd": "[SLAVE_BUILD]", |
220 "name": "zip_build_proudct" | 231 "name": "zip_build_proudct" |
221 }, | 232 }, |
222 { | 233 { |
223 "cmd": [ | 234 "cmd": [ |
224 "[DEPOT_TOOLS]/git_number.py" | 235 "[DEPOT_TOOLS]/git_number.py" |
225 ], | 236 ], |
226 "cwd": "[SLAVE_BUILD]/src", | 237 "cwd": "[SLAVE_BUILD]/src", |
227 "name": "git_number", | 238 "name": "git_number", |
228 "stdout": "/path/to/tmp/" | 239 "stdout": "/path/to/tmp/" |
229 }, | 240 }, |
230 { | 241 { |
231 "cmd": [ | 242 "cmd": [ |
232 "python", | 243 "python", |
233 "-u", | 244 "-u", |
234 "RECIPE_MODULE[adb]/resources/list_devices.py", | 245 "RECIPE_MODULE[adb]/resources/list_devices.py", |
235 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 246 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
236 "/path/to/tmp/json" | 247 "/path/to/tmp/json" |
237 ], | 248 ], |
| 249 "cwd": "[SLAVE_BUILD]", |
238 "name": "List adb devices", | 250 "name": "List adb devices", |
239 "~followup_annotations": [ | 251 "~followup_annotations": [ |
240 "@@@STEP_LOG_LINE@json.output@[@@@", | 252 "@@@STEP_LOG_LINE@json.output@[@@@", |
241 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
242 "@@@STEP_LOG_LINE@json.output@]@@@", | 254 "@@@STEP_LOG_LINE@json.output@]@@@", |
243 "@@@STEP_LOG_END@json.output@@@" | 255 "@@@STEP_LOG_END@json.output@@@" |
244 ] | 256 ] |
245 }, | 257 }, |
246 { | 258 { |
247 "cmd": [ | 259 "cmd": [ |
248 "python", | 260 "python", |
249 "-u", | 261 "-u", |
250 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n subprocess.check_call([adb_path, '-s', device, 'root'])\n subpro
cess.check_call([adb_path, '-s', device, 'wait-for-device'])\n", | 262 "\nimport subprocess\nimport sys\nadb_path = sys.argv[1]\nfor device in sy
s.argv[2:]:\n subprocess.check_call([adb_path, '-s', device, 'root'])\n subpro
cess.check_call([adb_path, '-s', device, 'wait-for-device'])\n", |
251 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 263 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
252 "014E1F310401C009" | 264 "014E1F310401C009" |
253 ], | 265 ], |
| 266 "cwd": "[SLAVE_BUILD]", |
254 "name": "Root devices", | 267 "name": "Root devices", |
255 "~followup_annotations": [ | 268 "~followup_annotations": [ |
256 "@@@STEP_LOG_LINE@python.inline@@@@", | 269 "@@@STEP_LOG_LINE@python.inline@@@@", |
257 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", | 270 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", |
258 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 271 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
259 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", | 272 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", |
260 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", | 273 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", |
261 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", | 274 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", |
262 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 275 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
263 "@@@STEP_LOG_END@python.inline@@@" | 276 "@@@STEP_LOG_END@python.inline@@@" |
264 ] | 277 ] |
265 }, | 278 }, |
266 { | 279 { |
267 "cmd": [ | 280 "cmd": [ |
268 "[BUILD]/scripts/slave/daemonizer.py", | 281 "[BUILD]/scripts/slave/daemonizer.py", |
269 "--", | 282 "--", |
270 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 283 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
271 "[SLAVE_BUILD]/src/out/logcat" | 284 "[SLAVE_BUILD]/src/out/logcat" |
272 ], | 285 ], |
| 286 "cwd": "[SLAVE_BUILD]", |
273 "env": { | 287 "env": { |
274 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 288 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
275 }, | 289 }, |
276 "name": "spawn_logcat_monitor" | 290 "name": "spawn_logcat_monitor" |
277 }, | 291 }, |
278 { | 292 { |
279 "cmd": [ | 293 "cmd": [ |
280 "python", | 294 "python", |
281 "-u", | 295 "-u", |
282 "[BUILD]/scripts/slave/android/authorize_adb_devices.py", | 296 "[BUILD]/scripts/slave/android/authorize_adb_devices.py", |
283 "--adb-path", | 297 "--adb-path", |
284 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 298 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
285 ], | 299 ], |
| 300 "cwd": "[SLAVE_BUILD]", |
286 "env": { | 301 "env": { |
287 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 302 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
288 }, | 303 }, |
289 "name": "authorize_adb_devices" | 304 "name": "authorize_adb_devices" |
290 }, | 305 }, |
291 { | 306 { |
292 "cmd": [ | 307 "cmd": [ |
293 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 308 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
294 "--json-output", | 309 "--json-output", |
295 "/path/to/tmp/json" | 310 "/path/to/tmp/json" |
296 ], | 311 ], |
| 312 "cwd": "[SLAVE_BUILD]", |
297 "env": { | 313 "env": { |
298 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 314 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
299 }, | 315 }, |
300 "name": "device_status_check", | 316 "name": "device_status_check", |
301 "~followup_annotations": [ | 317 "~followup_annotations": [ |
302 "@@@STEP_TEXT@Online devices: 1@@@", | 318 "@@@STEP_TEXT@Online devices: 1@@@", |
303 "@@@STEP_LOG_LINE@json.output@[@@@", | 319 "@@@STEP_LOG_LINE@json.output@[@@@", |
304 "@@@STEP_LOG_LINE@json.output@ {@@@", | 320 "@@@STEP_LOG_LINE@json.output@ {@@@", |
305 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 321 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
306 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 322 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
(...skipping 20 matching lines...) Expand all Loading... |
327 ] | 343 ] |
328 }, | 344 }, |
329 { | 345 { |
330 "cmd": [ | 346 "cmd": [ |
331 "python", | 347 "python", |
332 "-u", | 348 "-u", |
333 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 349 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
334 "-t", | 350 "-t", |
335 "Release" | 351 "Release" |
336 ], | 352 ], |
| 353 "cwd": "[SLAVE_BUILD]", |
337 "env": { | 354 "env": { |
338 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 355 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
339 }, | 356 }, |
340 "name": "provision_devices" | 357 "name": "provision_devices" |
341 }, | 358 }, |
342 { | 359 { |
343 "cmd": [ | 360 "cmd": [ |
344 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 361 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
345 "--json-output", | 362 "--json-output", |
346 "/path/to/tmp/json" | 363 "/path/to/tmp/json" |
347 ], | 364 ], |
| 365 "cwd": "[SLAVE_BUILD]", |
348 "env": { | 366 "env": { |
349 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 367 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
350 }, | 368 }, |
351 "name": "device_status_check (2)", | 369 "name": "device_status_check (2)", |
352 "~followup_annotations": [ | 370 "~followup_annotations": [ |
353 "@@@STEP_TEXT@Online devices: 1@@@", | 371 "@@@STEP_TEXT@Online devices: 1@@@", |
354 "@@@STEP_LOG_LINE@json.output@[@@@", | 372 "@@@STEP_LOG_LINE@json.output@[@@@", |
355 "@@@STEP_LOG_LINE@json.output@ {@@@", | 373 "@@@STEP_LOG_LINE@json.output@ {@@@", |
356 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
357 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
(...skipping 20 matching lines...) Expand all Loading... |
378 ] | 396 ] |
379 }, | 397 }, |
380 { | 398 { |
381 "cmd": [ | 399 "cmd": [ |
382 "python", | 400 "python", |
383 "-u", | 401 "-u", |
384 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 402 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
385 "-t", | 403 "-t", |
386 "Release" | 404 "Release" |
387 ], | 405 ], |
| 406 "cwd": "[SLAVE_BUILD]", |
388 "env": { | 407 "env": { |
389 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 408 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
390 }, | 409 }, |
391 "name": "provision_devices (2)" | 410 "name": "provision_devices (2)" |
392 }, | 411 }, |
393 { | 412 { |
394 "cmd": [ | 413 "cmd": [ |
395 "python", | 414 "python", |
396 "-u", | 415 "-u", |
397 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 416 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
398 "monkey", | 417 "monkey", |
399 "-v", | 418 "-v", |
400 "--package=chrome", | 419 "--package=chrome", |
401 "--event-count=50000" | 420 "--event-count=50000" |
402 ], | 421 ], |
| 422 "cwd": "[SLAVE_BUILD]", |
403 "env": { | 423 "env": { |
404 "BUILDTYPE": "Release" | 424 "BUILDTYPE": "Release" |
405 }, | 425 }, |
406 "name": "Monkey Test" | 426 "name": "Monkey Test" |
407 }, | 427 }, |
408 { | 428 { |
409 "cmd": [ | 429 "cmd": [ |
410 "python", | 430 "python", |
411 "-u", | 431 "-u", |
412 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 432 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
(...skipping 10 matching lines...) Expand all Loading... |
423 "FlakyTest", | 443 "FlakyTest", |
424 "--screenshot", | 444 "--screenshot", |
425 "--release", | 445 "--release", |
426 "--coverage-dir", | 446 "--coverage-dir", |
427 "[SLAVE_BUILD]/src/out/Release/coverage", | 447 "[SLAVE_BUILD]/src/out/Release/coverage", |
428 "--python-only", | 448 "--python-only", |
429 "--host-driven-root", | 449 "--host-driven-root", |
430 "[SLAVE_BUILD]/src/chrome/test", | 450 "[SLAVE_BUILD]/src/chrome/test", |
431 "--official-build" | 451 "--official-build" |
432 ], | 452 ], |
| 453 "cwd": "[SLAVE_BUILD]", |
433 "name": "Instrumentation test SmallTest" | 454 "name": "Instrumentation test SmallTest" |
434 }, | 455 }, |
435 { | 456 { |
436 "cmd": [ | 457 "cmd": [ |
437 "python", | 458 "python", |
438 "-u", | 459 "-u", |
439 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 460 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
440 "gtest", | 461 "gtest", |
441 "-s", | 462 "-s", |
442 "unittests", | 463 "unittests", |
443 "--verbose", | 464 "--verbose", |
444 "--release", | 465 "--release", |
445 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 466 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
446 "--gtest_filter=WebRtc*", | 467 "--gtest_filter=WebRtc*", |
447 "--tool=asan" | 468 "--tool=asan" |
448 ], | 469 ], |
| 470 "cwd": "[SLAVE_BUILD]", |
449 "env": { | 471 "env": { |
450 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 472 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
451 }, | 473 }, |
452 "name": "unittests" | 474 "name": "unittests" |
453 }, | 475 }, |
454 { | 476 { |
455 "cmd": [ | 477 "cmd": [ |
456 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 478 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
457 "-w", | 479 "-w", |
458 "[SLAVE_BUILD]" | 480 "[SLAVE_BUILD]" |
459 ], | 481 ], |
| 482 "cwd": "[SLAVE_BUILD]", |
460 "name": "prepare bisect perf regression" | 483 "name": "prepare bisect perf regression" |
461 }, | 484 }, |
462 { | 485 { |
463 "cmd": [ | 486 "cmd": [ |
464 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", | 487 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", |
465 "-w", | 488 "-w", |
466 "[SLAVE_BUILD]", | 489 "[SLAVE_BUILD]", |
467 "--extra_src", | 490 "--extra_src", |
468 "test.py", | 491 "test.py", |
469 "--path_to_config", | 492 "--path_to_config", |
470 "test.py" | 493 "test.py" |
471 ], | 494 ], |
| 495 "cwd": "[SLAVE_BUILD]", |
472 "name": "run bisect perf regression" | 496 "name": "run bisect perf regression" |
473 }, | 497 }, |
474 { | 498 { |
475 "cmd": [ | 499 "cmd": [ |
476 "python", | 500 "python", |
477 "-u", | 501 "-u", |
478 "[BUILD]/scripts/slave/tee.py", | 502 "[BUILD]/scripts/slave/tee.py", |
479 "[SLAVE_BUILD]/src/out/Release/full_log", | 503 "[SLAVE_BUILD]/src/out/Release/full_log", |
480 "--", | 504 "--", |
481 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 505 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
482 "[SLAVE_BUILD]/src/out/logcat" | 506 "[SLAVE_BUILD]/src/out/logcat" |
483 ], | 507 ], |
| 508 "cwd": "[SLAVE_BUILD]", |
484 "name": "logcat_dump" | 509 "name": "logcat_dump" |
485 }, | 510 }, |
486 { | 511 { |
487 "cmd": [ | 512 "cmd": [ |
488 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 513 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
489 "--arch", | 514 "--arch", |
490 "arm", | 515 "arm", |
491 "--more-info", | 516 "--more-info", |
492 "[SLAVE_BUILD]/src/out/Release/full_log" | 517 "[SLAVE_BUILD]/src/out/Release/full_log" |
493 ], | 518 ], |
| 519 "cwd": "[SLAVE_BUILD]", |
494 "env": { | 520 "env": { |
495 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 521 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
496 }, | 522 }, |
497 "name": "stack_tool_with_logcat_dump" | 523 "name": "stack_tool_with_logcat_dump" |
498 }, | 524 }, |
499 { | 525 { |
500 "cmd": [ | 526 "cmd": [ |
501 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 527 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
502 "-a", | 528 "-a", |
503 "-s", | 529 "-s", |
504 "-w" | 530 "-w" |
505 ], | 531 ], |
| 532 "cwd": "[SLAVE_BUILD]", |
506 "env": { | 533 "env": { |
507 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 534 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
508 }, | 535 }, |
509 "name": "stack_tool_for_tombstones" | 536 "name": "stack_tool_for_tombstones" |
510 }, | 537 }, |
511 { | 538 { |
512 "cmd": [ | 539 "cmd": [ |
513 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 540 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", |
514 "-l", | 541 "-l", |
515 "[SLAVE_BUILD]/src/out/Release/full_log" | 542 "[SLAVE_BUILD]/src/out/Release/full_log" |
516 ], | 543 ], |
| 544 "cwd": "[SLAVE_BUILD]", |
517 "env": { | 545 "env": { |
518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 546 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
519 }, | 547 }, |
520 "name": "stack_tool_for_asan" | 548 "name": "stack_tool_for_asan" |
521 }, | 549 }, |
522 { | 550 { |
523 "cmd": [ | 551 "cmd": [ |
524 "python", | 552 "python", |
525 "-u", | 553 "-u", |
526 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", | 554 "[SLAVE_BUILD]/src/build/android/generate_emma_html.py", |
527 "--coverage-dir", | 555 "--coverage-dir", |
528 "[SLAVE_BUILD]/src/out/Release/coverage", | 556 "[SLAVE_BUILD]/src/out/Release/coverage", |
529 "--metadata-dir", | 557 "--metadata-dir", |
530 "[SLAVE_BUILD]/src/out/Release", | 558 "[SLAVE_BUILD]/src/out/Release", |
531 "--cleanup", | 559 "--cleanup", |
532 "--output", | 560 "--output", |
533 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html/index.html" | 561 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html/index.html" |
534 ], | 562 ], |
| 563 "cwd": "[SLAVE_BUILD]", |
535 "name": "Generate coverage report" | 564 "name": "Generate coverage report" |
536 }, | 565 }, |
537 { | 566 { |
538 "cmd": [ | 567 "cmd": [ |
539 "python", | 568 "python", |
540 "-u", | 569 "-u", |
541 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 570 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
542 "--", | 571 "--", |
543 "[DEPOT_TOOLS]/gsutil.py", | 572 "[DEPOT_TOOLS]/gsutil.py", |
544 "--force-version", | 573 "--force-version", |
545 "4.7", | 574 "4.7", |
546 "--", | 575 "--", |
547 "cp", | 576 "cp", |
548 "-R", | 577 "-R", |
549 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", | 578 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", |
550 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00" | 579 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00" |
551 ], | 580 ], |
| 581 "cwd": "[SLAVE_BUILD]", |
552 "name": "gsutil upload coverage report", | 582 "name": "gsutil upload coverage report", |
553 "~followup_annotations": [ | 583 "~followup_annotations": [ |
554 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" | 584 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" |
555 ] | 585 ] |
556 } | 586 } |
557 ] | 587 ] |
OLD | NEW |