Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/specific_install_tester_basic.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 170 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
179 "--", 171 "--",
180 "[DEPOT_TOOLS]/gsutil.py", 172 "[ROOT]/b/depot_tools/gsutil.py",
181 "--force-version", 173 "--force-version",
182 "4.7", 174 "4.7",
183 "----", 175 "----",
184 "cp", 176 "cp",
185 "gs://build-bucket/build_product.zip", 177 "gs://build-bucket/build_product.zip",
186 "[SLAVE_BUILD]/src/out/build_product.zip" 178 "[CWD]/src/out/build_product.zip"
187 ], 179 ],
188 "cwd": "[SLAVE_BUILD]",
189 "name": "gsutil download_build_product" 180 "name": "gsutil download_build_product"
190 }, 181 },
191 { 182 {
192 "cmd": [ 183 "cmd": [
193 "unzip", 184 "unzip",
194 "-o", 185 "-o",
195 "[SLAVE_BUILD]/src/out/build_product.zip" 186 "[CWD]/src/out/build_product.zip"
196 ], 187 ],
197 "cwd": "[SLAVE_BUILD]/src", 188 "cwd": "[CWD]/src",
198 "name": "unzip_build_product" 189 "name": "unzip_build_product"
199 }, 190 },
200 { 191 {
201 "cmd": [ 192 "cmd": [
202 "[DEPOT_TOOLS]/git_number.py" 193 "[ROOT]/b/depot_tools/git_number.py"
203 ], 194 ],
204 "cwd": "[SLAVE_BUILD]/src", 195 "cwd": "[CWD]/src",
205 "name": "git_number", 196 "name": "git_number",
206 "stdout": "/path/to/tmp/" 197 "stdout": "/path/to/tmp/"
207 }, 198 },
208 { 199 {
209 "cmd": [ 200 "cmd": [
210 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", 201 "[CWD]/src/build/android/adb_install_apk.py",
211 "Chrome.apk", 202 "Chrome.apk",
212 "-v", 203 "-v",
213 "--blacklist-file", 204 "--blacklist-file",
214 "[SLAVE_BUILD]/src/out/bad_devices.json", 205 "[CWD]/src/out/bad_devices.json",
215 "-d", 206 "-d",
216 "abc123", 207 "abc123",
217 "--release" 208 "--release"
218 ], 209 ],
219 "cwd": "[SLAVE_BUILD]",
220 "env": { 210 "env": {
221 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 211 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
222 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 212 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
223 }, 213 },
224 "name": "install Chrome.apk" 214 "name": "install Chrome.apk"
225 }, 215 },
226 { 216 {
227 "cmd": [ 217 "cmd": [
228 "python", 218 "python",
229 "-u", 219 "-u",
230 "RECIPE_MODULE[build::adb]/resources/list_devices.py", 220 "RECIPE_MODULE[build::adb]/resources/list_devices.py",
231 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 221 "['[CWD]/src/third_party/android_tools/sdk/platform-tools/adb', 'devices'] ",
232 "/path/to/tmp/json" 222 "/path/to/tmp/json"
233 ], 223 ],
234 "cwd": "[SLAVE_BUILD]",
235 "name": "List adb devices", 224 "name": "List adb devices",
236 "~followup_annotations": [ 225 "~followup_annotations": [
237 "@@@STEP_LOG_LINE@json.output@[@@@", 226 "@@@STEP_LOG_LINE@json.output@[@@@",
238 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 227 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
239 "@@@STEP_LOG_LINE@json.output@]@@@", 228 "@@@STEP_LOG_LINE@json.output@]@@@",
240 "@@@STEP_LOG_END@json.output@@@" 229 "@@@STEP_LOG_END@json.output@@@"
241 ] 230 ]
242 }, 231 },
243 { 232 {
244 "cmd": [ 233 "cmd": [
245 "python", 234 "python",
246 "-u", 235 "-u",
247 "\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", 236 "\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",
248 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 237 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb",
249 "014E1F310401C009" 238 "014E1F310401C009"
250 ], 239 ],
251 "cwd": "[SLAVE_BUILD]",
252 "name": "Root devices", 240 "name": "Root devices",
253 "~followup_annotations": [ 241 "~followup_annotations": [
254 "@@@STEP_LOG_LINE@python.inline@@@@", 242 "@@@STEP_LOG_LINE@python.inline@@@@",
255 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", 243 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@",
256 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 244 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
257 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", 245 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@",
258 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", 246 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@",
259 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...' % (device)@@@", 247 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...' % (device)@@@",
260 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'root'])@@@", 248 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'root'])@@@",
261 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@", 249 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d evice, 'wait-for-device'])@@@",
262 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@", 250 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de vice)@@@",
263 "@@@STEP_LOG_END@python.inline@@@" 251 "@@@STEP_LOG_END@python.inline@@@"
264 ] 252 ]
265 }, 253 },
266 { 254 {
267 "cmd": [ 255 "cmd": [
268 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 256 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
269 "--", 257 "--",
270 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 258 "[CWD]/src/build/android/adb_logcat_monitor.py",
271 "[SLAVE_BUILD]/src/out/logcat" 259 "[CWD]/src/out/logcat"
272 ], 260 ],
273 "cwd": "[SLAVE_BUILD]",
274 "env": { 261 "env": {
275 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 262 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
276 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 263 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
277 }, 264 },
278 "name": "spawn_logcat_monitor" 265 "name": "spawn_logcat_monitor"
279 }, 266 },
280 { 267 {
281 "cmd": [ 268 "cmd": [
282 "python", 269 "python",
283 "-u", 270 "-u",
284 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ", 271 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py ",
285 "--verbose", 272 "--verbose",
286 "--adb-path", 273 "--adb-path",
287 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" 274 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb"
288 ], 275 ],
289 "cwd": "[SLAVE_BUILD]",
290 "env": { 276 "env": {
291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
292 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 278 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
293 }, 279 },
294 "name": "authorize_adb_devices" 280 "name": "authorize_adb_devices"
295 }, 281 },
296 { 282 {
297 "cmd": [ 283 "cmd": [
298 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 284 "[CWD]/src/build/android/buildbot/bb_device_status_check.py",
299 "--json-output", 285 "--json-output",
300 "/path/to/tmp/json", 286 "/path/to/tmp/json",
301 "--blacklist-file", 287 "--blacklist-file",
302 "[SLAVE_BUILD]/src/out/bad_devices.json", 288 "[CWD]/src/out/bad_devices.json",
303 "--known-devices-file", 289 "--known-devices-file",
304 "[BUILD]/site_config/.known_devices" 290 "[ROOT]/b/build/site_config/.known_devices"
305 ], 291 ],
306 "cwd": "[SLAVE_BUILD]",
307 "env": { 292 "env": {
308 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 293 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
309 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 294 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
310 }, 295 },
311 "name": "device_status_check", 296 "name": "device_status_check",
312 "~followup_annotations": [ 297 "~followup_annotations": [
313 "@@@STEP_TEXT@Online devices: 1@@@", 298 "@@@STEP_TEXT@Online devices: 1@@@",
314 "@@@STEP_LOG_LINE@json.output@[@@@", 299 "@@@STEP_LOG_LINE@json.output@[@@@",
315 "@@@STEP_LOG_LINE@json.output@ {@@@", 300 "@@@STEP_LOG_LINE@json.output@ {@@@",
316 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", 301 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@",
317 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", 302 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@",
318 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", 303 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@",
319 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", 304 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 386 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
402 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 387 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
403 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 388 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
404 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 389 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
405 ] 390 ]
406 }, 391 },
407 { 392 {
408 "cmd": [ 393 "cmd": [
409 "python", 394 "python",
410 "-u", 395 "-u",
411 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 396 "[CWD]/src/build/android/provision_devices.py",
412 "-t", 397 "-t",
413 "Release", 398 "Release",
414 "--blacklist-file", 399 "--blacklist-file",
415 "[SLAVE_BUILD]/src/out/bad_devices.json", 400 "[CWD]/src/out/bad_devices.json",
416 "--output-device-blacklist", 401 "--output-device-blacklist",
417 "/path/to/tmp/json" 402 "/path/to/tmp/json"
418 ], 403 ],
419 "cwd": "[SLAVE_BUILD]",
420 "env": { 404 "env": {
421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 405 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
422 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 406 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
423 }, 407 },
424 "name": "provision_devices" 408 "name": "provision_devices"
425 }, 409 },
426 { 410 {
427 "cmd": [ 411 "cmd": [
428 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", 412 "[CWD]/src/build/android/buildbot/bb_device_status_check.py",
429 "--json-output", 413 "--json-output",
430 "/path/to/tmp/json", 414 "/path/to/tmp/json",
431 "--blacklist-file", 415 "--blacklist-file",
432 "[SLAVE_BUILD]/src/out/bad_devices.json", 416 "[CWD]/src/out/bad_devices.json",
433 "--known-devices-file", 417 "--known-devices-file",
434 "[BUILD]/site_config/.known_devices" 418 "[ROOT]/b/build/site_config/.known_devices"
435 ], 419 ],
436 "cwd": "[SLAVE_BUILD]",
437 "env": { 420 "env": {
438 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
439 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 422 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
440 }, 423 },
441 "name": "device_status_check (2)", 424 "name": "device_status_check (2)",
442 "~followup_annotations": [ 425 "~followup_annotations": [
443 "@@@STEP_TEXT@Online devices: 1@@@", 426 "@@@STEP_TEXT@Online devices: 1@@@",
444 "@@@STEP_LOG_LINE@json.output@[@@@", 427 "@@@STEP_LOG_LINE@json.output@[@@@",
445 "@@@STEP_LOG_LINE@json.output@ {@@@", 428 "@@@STEP_LOG_LINE@json.output@ {@@@",
446 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", 429 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@",
447 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", 430 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@",
448 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", 431 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@",
449 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", 432 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@", 514 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00 3c6ad6\", @@@",
532 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" , 515 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@" ,
533 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", 516 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@",
534 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" 517 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@"
535 ] 518 ]
536 }, 519 },
537 { 520 {
538 "cmd": [ 521 "cmd": [
539 "python", 522 "python",
540 "-u", 523 "-u",
541 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 524 "[CWD]/src/build/android/provision_devices.py",
542 "-t", 525 "-t",
543 "Release", 526 "Release",
544 "--blacklist-file", 527 "--blacklist-file",
545 "[SLAVE_BUILD]/src/out/bad_devices.json", 528 "[CWD]/src/out/bad_devices.json",
546 "--output-device-blacklist", 529 "--output-device-blacklist",
547 "/path/to/tmp/json", 530 "/path/to/tmp/json",
548 "--reboot-timeout", 531 "--reboot-timeout",
549 "1800" 532 "1800"
550 ], 533 ],
551 "cwd": "[SLAVE_BUILD]",
552 "env": { 534 "env": {
553 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
554 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 536 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
555 }, 537 },
556 "name": "provision_devices (2)" 538 "name": "provision_devices (2)"
557 }, 539 },
558 { 540 {
559 "cmd": [ 541 "cmd": [
560 "python", 542 "python",
561 "-u", 543 "-u",
562 "[SLAVE_BUILD]/src/build/android/test_runner.py", 544 "[CWD]/src/build/android/test_runner.py",
563 "monkey", 545 "monkey",
564 "-v", 546 "-v",
565 "--package=chrome", 547 "--package=chrome",
566 "--event-count=50000", 548 "--event-count=50000",
567 "--blacklist-file", 549 "--blacklist-file",
568 "[SLAVE_BUILD]/src/out/bad_devices.json" 550 "[CWD]/src/out/bad_devices.json"
569 ], 551 ],
570 "cwd": "[SLAVE_BUILD]",
571 "env": { 552 "env": {
572 "BUILDTYPE": "Release", 553 "BUILDTYPE": "Release",
573 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 554 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release"
574 }, 555 },
575 "name": "Monkey Test" 556 "name": "Monkey Test"
576 }, 557 },
577 { 558 {
578 "cmd": [ 559 "cmd": [
579 "python", 560 "python",
580 "-u", 561 "-u",
581 "[SLAVE_BUILD]/src/build/android/test_runner.py", 562 "[CWD]/src/build/android/test_runner.py",
582 "instrumentation", 563 "instrumentation",
583 "--blacklist-file", 564 "--blacklist-file",
584 "[SLAVE_BUILD]/src/out/bad_devices.json", 565 "[CWD]/src/out/bad_devices.json",
585 "--flakiness-dashboard-server", 566 "--flakiness-dashboard-server",
586 "test-results.appspot.com", 567 "test-results.appspot.com",
587 "-A", 568 "-A",
588 "SmallTest", 569 "SmallTest",
589 "-E", 570 "-E",
590 "FlakyTest", 571 "FlakyTest",
591 "--screenshot", 572 "--screenshot",
592 "--host-driven-root", 573 "--host-driven-root",
593 "[SLAVE_BUILD]/src/chrome/test", 574 "[CWD]/src/chrome/test",
594 "--test-apk", 575 "--test-apk",
595 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", 576 "[CWD]/src/out/Release/apks/AndroidWebViewTest.apk",
596 "--apk-under-test", 577 "--apk-under-test",
597 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", 578 "[CWD]/src/out/Release/apks/AndroidWebView.apk",
598 "--additional-apk", 579 "--additional-apk",
599 "Additional.apk", 580 "Additional.apk",
600 "--isolate-file-path", 581 "--isolate-file-path",
601 "android_webview/android_webview_test_apk.isolate", 582 "android_webview/android_webview_test_apk.isolate",
602 "--release", 583 "--release",
603 "--official-build" 584 "--official-build"
604 ], 585 ],
605 "cwd": "[SLAVE_BUILD]",
606 "env": { 586 "env": {
607 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" 587 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release"
608 }, 588 },
609 "name": "Instrumentation test SmallTest" 589 "name": "Instrumentation test SmallTest"
610 }, 590 },
611 { 591 {
612 "cmd": [ 592 "cmd": [
613 "python", 593 "python",
614 "-u", 594 "-u",
615 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", 595 "[CWD]/src/out/Release/bin/run_unittests",
616 "--blacklist-file", 596 "--blacklist-file",
617 "[SLAVE_BUILD]/src/out/bad_devices.json", 597 "[CWD]/src/out/bad_devices.json",
618 "--verbose", 598 "--verbose",
619 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", 599 "--isolate_file_path=[CWD]/src/some_file.isolate",
620 "--gtest_filter=WebRtc*", 600 "--gtest_filter=WebRtc*",
621 "--tool=asan" 601 "--tool=asan"
622 ], 602 ],
623 "cwd": "[SLAVE_BUILD]",
624 "env": { 603 "env": {
625 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
626 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 605 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
627 }, 606 },
628 "name": "unittests" 607 "name": "unittests"
629 }, 608 },
630 { 609 {
631 "cmd": [ 610 "cmd": [
632 "[SLAVE_BUILD]/src/tools/prepare-bisect-perf-regression.py", 611 "[CWD]/src/tools/prepare-bisect-perf-regression.py",
633 "-w", 612 "-w",
634 "[SLAVE_BUILD]" 613 "[CWD]"
635 ], 614 ],
636 "cwd": "[SLAVE_BUILD]",
637 "name": "prepare bisect perf regression" 615 "name": "prepare bisect perf regression"
638 }, 616 },
639 { 617 {
640 "cmd": [ 618 "cmd": [
641 "[SLAVE_BUILD]/src/tools/run-bisect-perf-regression.py", 619 "[CWD]/src/tools/run-bisect-perf-regression.py",
642 "-w", 620 "-w",
643 "[SLAVE_BUILD]", 621 "[CWD]",
644 "--extra_src", 622 "--extra_src",
645 "test.py", 623 "test.py",
646 "--path_to_config", 624 "--path_to_config",
647 "test.py" 625 "test.py"
648 ], 626 ],
649 "cwd": "[SLAVE_BUILD]",
650 "name": "run bisect perf regression" 627 "name": "run bisect perf regression"
651 }, 628 },
652 { 629 {
653 "cmd": [ 630 "cmd": [
654 "python", 631 "python",
655 "-u", 632 "-u",
656 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", 633 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py",
657 "[SLAVE_BUILD]/src/out/Release/full_log", 634 "[CWD]/src/out/Release/full_log",
658 "--", 635 "--",
659 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", 636 "[CWD]/src/build/android/adb_logcat_printer.py",
660 "[SLAVE_BUILD]/src/out/logcat" 637 "[CWD]/src/out/logcat"
661 ], 638 ],
662 "cwd": "[SLAVE_BUILD]",
663 "name": "logcat_dump" 639 "name": "logcat_dump"
664 }, 640 },
665 { 641 {
666 "cmd": [ 642 "cmd": [
667 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack" , 643 "[CWD]/src/third_party/android_platform/development/scripts/stack",
668 "--arch", 644 "--arch",
669 "arm", 645 "arm",
670 "--more-info", 646 "--more-info",
671 "[SLAVE_BUILD]/src/out/Release/full_log" 647 "[CWD]/src/out/Release/full_log"
672 ], 648 ],
673 "cwd": "[SLAVE_BUILD]",
674 "env": { 649 "env": {
675 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 650 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release",
676 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 651 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
677 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 652 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
678 }, 653 },
679 "name": "stack_tool_with_logcat_dump" 654 "name": "stack_tool_with_logcat_dump"
680 }, 655 },
681 { 656 {
682 "cmd": [ 657 "cmd": [
683 "[SLAVE_BUILD]/src/build/android/tombstones.py", 658 "[CWD]/src/build/android/tombstones.py",
684 "-a", 659 "-a",
685 "-s", 660 "-s",
686 "-w" 661 "-w"
687 ], 662 ],
688 "cwd": "[SLAVE_BUILD]",
689 "env": { 663 "env": {
690 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 664 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release",
691 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 665 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
692 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 666 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
693 }, 667 },
694 "name": "stack_tool_for_tombstones" 668 "name": "stack_tool_for_tombstones"
695 }, 669 },
696 { 670 {
697 "cmd": [ 671 "cmd": [
698 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", 672 "[CWD]/src/build/android/asan_symbolize.py",
699 "-l", 673 "-l",
700 "[SLAVE_BUILD]/src/out/Release/full_log" 674 "[CWD]/src/out/Release/full_log"
701 ], 675 ],
702 "cwd": "[SLAVE_BUILD]",
703 "env": { 676 "env": {
704 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 677 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release",
705 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 678 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
706 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 679 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/ build/android:%(PATH)s"
707 }, 680 },
708 "name": "stack_tool_for_asan" 681 "name": "stack_tool_for_asan"
709 }, 682 },
710 { 683 {
711 "name": "$result", 684 "name": "$result",
712 "recipe_result": null, 685 "recipe_result": null,
713 "status_code": 0 686 "status_code": 0
714 } 687 }
715 ] 688 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698