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", |
413 "instrumentation", | 433 "instrumentation", |
414 "--test-apk", | 434 "--test-apk", |
415 "AndroidWebViewTest", | 435 "AndroidWebViewTest", |
416 "--isolate-file-path", | 436 "--isolate-file-path", |
417 "android_webview/android_webview_test_apk.isolate", | 437 "android_webview/android_webview_test_apk.isolate", |
418 "--flakiness-dashboard-server", | 438 "--flakiness-dashboard-server", |
419 "test-results.appspot.com", | 439 "test-results.appspot.com", |
420 "-A", | 440 "-A", |
421 "SmallTest", | 441 "SmallTest", |
422 "-E", | 442 "-E", |
423 "FlakyTest", | 443 "FlakyTest", |
424 "--screenshot", | 444 "--screenshot", |
425 "--release", | 445 "--release", |
426 "--host-driven-root", | 446 "--host-driven-root", |
427 "[SLAVE_BUILD]/src/chrome/test", | 447 "[SLAVE_BUILD]/src/chrome/test", |
428 "--official-build" | 448 "--official-build" |
429 ], | 449 ], |
| 450 "cwd": "[SLAVE_BUILD]", |
430 "name": "Instrumentation test SmallTest" | 451 "name": "Instrumentation test SmallTest" |
431 }, | 452 }, |
432 { | 453 { |
433 "cmd": [ | 454 "cmd": [ |
434 "python", | 455 "python", |
435 "-u", | 456 "-u", |
436 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 457 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
437 "gtest", | 458 "gtest", |
438 "-s", | 459 "-s", |
439 "unittests", | 460 "unittests", |
440 "--verbose", | 461 "--verbose", |
441 "--release", | 462 "--release", |
442 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 463 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", |
443 "--gtest_filter=WebRtc*", | 464 "--gtest_filter=WebRtc*", |
444 "--tool=asan" | 465 "--tool=asan" |
445 ], | 466 ], |
| 467 "cwd": "[SLAVE_BUILD]", |
446 "env": { | 468 "env": { |
447 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 469 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
448 }, | 470 }, |
449 "name": "unittests" | 471 "name": "unittests" |
450 }, | 472 }, |
451 { | 473 { |
452 "cmd": [ | 474 "cmd": [ |
453 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", | 475 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", |
454 "-w", | 476 "-w", |
455 "[SLAVE_BUILD]" | 477 "[SLAVE_BUILD]" |
456 ], | 478 ], |
| 479 "cwd": "[SLAVE_BUILD]", |
457 "name": "prepare bisect perf regression" | 480 "name": "prepare bisect perf regression" |
458 }, | 481 }, |
459 { | 482 { |
460 "cmd": [ | 483 "cmd": [ |
461 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", | 484 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", |
462 "-w", | 485 "-w", |
463 "[SLAVE_BUILD]", | 486 "[SLAVE_BUILD]", |
464 "--extra_src", | 487 "--extra_src", |
465 "test.py", | 488 "test.py", |
466 "--path_to_config", | 489 "--path_to_config", |
467 "test.py" | 490 "test.py" |
468 ], | 491 ], |
| 492 "cwd": "[SLAVE_BUILD]", |
469 "name": "run bisect perf regression" | 493 "name": "run bisect perf regression" |
470 }, | 494 }, |
471 { | 495 { |
472 "cmd": [ | 496 "cmd": [ |
473 "python", | 497 "python", |
474 "-u", | 498 "-u", |
475 "[BUILD]/scripts/slave/tee.py", | 499 "[BUILD]/scripts/slave/tee.py", |
476 "[SLAVE_BUILD]/src/out/Release/full_log", | 500 "[SLAVE_BUILD]/src/out/Release/full_log", |
477 "--", | 501 "--", |
478 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 502 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", |
479 "[SLAVE_BUILD]/src/out/logcat" | 503 "[SLAVE_BUILD]/src/out/logcat" |
480 ], | 504 ], |
| 505 "cwd": "[SLAVE_BUILD]", |
481 "name": "logcat_dump" | 506 "name": "logcat_dump" |
482 }, | 507 }, |
483 { | 508 { |
484 "cmd": [ | 509 "cmd": [ |
485 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 510 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, |
486 "--arch", | 511 "--arch", |
487 "arm", | 512 "arm", |
488 "--more-info", | 513 "--more-info", |
489 "[SLAVE_BUILD]/src/out/Release/full_log" | 514 "[SLAVE_BUILD]/src/out/Release/full_log" |
490 ], | 515 ], |
| 516 "cwd": "[SLAVE_BUILD]", |
491 "env": { | 517 "env": { |
492 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 518 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
493 }, | 519 }, |
494 "name": "stack_tool_with_logcat_dump" | 520 "name": "stack_tool_with_logcat_dump" |
495 }, | 521 }, |
496 { | 522 { |
497 "cmd": [ | 523 "cmd": [ |
498 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 524 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
499 "-a", | 525 "-a", |
500 "-s", | 526 "-s", |
501 "-w" | 527 "-w" |
502 ], | 528 ], |
| 529 "cwd": "[SLAVE_BUILD]", |
503 "env": { | 530 "env": { |
504 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 531 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
505 }, | 532 }, |
506 "name": "stack_tool_for_tombstones" | 533 "name": "stack_tool_for_tombstones" |
507 }, | 534 }, |
508 { | 535 { |
509 "cmd": [ | 536 "cmd": [ |
510 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 537 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", |
511 "-l", | 538 "-l", |
512 "[SLAVE_BUILD]/src/out/Release/full_log" | 539 "[SLAVE_BUILD]/src/out/Release/full_log" |
513 ], | 540 ], |
| 541 "cwd": "[SLAVE_BUILD]", |
514 "env": { | 542 "env": { |
515 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 543 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
516 }, | 544 }, |
517 "name": "stack_tool_for_asan" | 545 "name": "stack_tool_for_asan" |
518 } | 546 } |
519 ] | 547 ] |
OLD | NEW |