OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[CWD]" |
8 ], | 8 ], |
9 "cwd": "[SLAVE_BUILD]", | |
10 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
11 "~followup_annotations": [ | 10 "~followup_annotations": [ |
12 "@@@STEP_LOG_LINE@python.inline@@@@", | 11 "@@@STEP_LOG_LINE@python.inline@@@@", |
13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
14 "@@@STEP_LOG_LINE@python.inline@@@@", | 13 "@@@STEP_LOG_LINE@python.inline@@@@", |
15 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@build_path = sys.argv[1]@@@", |
16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", | 15 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(build_path):@@@", |
17 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@ for (path, dir, files) in os.walk(build_
path):@@@", |
18 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ for cur_file in files:@@@", |
19 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", | 18 "@@@STEP_LOG_LINE@python.inline@ if cur_file.endswith('index.lock'):@
@@", |
20 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ path_to_file = os.path.join(path,
cur_file)@@@", |
21 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ print 'deleting %s' % path_to_file
@@@", |
22 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", | 21 "@@@STEP_LOG_LINE@python.inline@ os.remove(path_to_file)@@@", |
23 "@@@STEP_LOG_END@python.inline@@@" | 22 "@@@STEP_LOG_END@python.inline@@@" |
24 ] | 23 ] |
25 }, | 24 }, |
26 { | 25 { |
27 "cmd": [ | 26 "cmd": [ |
28 "python", | 27 "python", |
29 "-u", | 28 "-u", |
30 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 29 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
31 "config", | 30 "config", |
32 "--spec", | 31 "--spec", |
33 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src/repo', 'url': 'svn://svn.chromium.org/chrome/trunk/src'}
]\ntarget_os = ['android']" | 32 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'.DEPS.git', 'managed': True, 'name': 'src/repo', 'url': 'svn://svn.chromium.org
/chrome/trunk/src'}]\ntarget_os = ['android']" |
34 ], | 33 ], |
35 "cwd": "[SLAVE_BUILD]", | |
36 "env": { | 34 "env": { |
37 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
38 }, | 36 }, |
39 "name": "gclient setup" | 37 "name": "gclient setup" |
40 }, | 38 }, |
41 { | 39 { |
42 "cmd": [ | 40 "cmd": [ |
43 "python", | 41 "python", |
44 "-u", | 42 "-u", |
45 "[BUILD]/scripts/slave/gclient_safe_revert.py", | 43 "[ROOT]/b/build/scripts/slave/gclient_safe_revert.py", |
46 ".", | 44 ".", |
47 "[DEPOT_TOOLS]/gclient" | 45 "[ROOT]/b/depot_tools/gclient" |
48 ], | 46 ], |
49 "cwd": "[SLAVE_BUILD]", | |
50 "name": "gclient revert" | 47 "name": "gclient revert" |
51 }, | 48 }, |
52 { | 49 { |
53 "cmd": [ | 50 "cmd": [ |
54 "python", | 51 "python", |
55 "-u", | 52 "-u", |
56 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 53 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
57 "sync", | 54 "sync", |
58 "--nohooks", | 55 "--nohooks", |
59 "--force", | 56 "--force", |
60 "--verbose", | 57 "--verbose", |
61 "--delete_unversioned_trees", | 58 "--delete_unversioned_trees", |
62 "--revision", | 59 "--revision", |
63 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", | 60 "src/repo@4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00", |
64 "--output-json", | 61 "--output-json", |
65 "/path/to/tmp/json" | 62 "/path/to/tmp/json" |
66 ], | 63 ], |
67 "cwd": "[SLAVE_BUILD]", | |
68 "env": { | 64 "env": { |
69 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 65 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
70 }, | 66 }, |
71 "name": "gclient sync", | 67 "name": "gclient sync", |
72 "~followup_annotations": [ | 68 "~followup_annotations": [ |
73 "@@@STEP_LOG_LINE@json.output@{@@@", | 69 "@@@STEP_LOG_LINE@json.output@{@@@", |
74 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 70 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
75 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", | 71 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", |
76 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", | 72 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", |
77 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 73 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 24 matching lines...) Expand all Loading... |
102 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@276089@@@", |
103 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision@297276@@@", |
104 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 100 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
105 ] | 101 ] |
106 }, | 102 }, |
107 { | 103 { |
108 "cmd": [ | 104 "cmd": [ |
109 "python", | 105 "python", |
110 "-u", | 106 "-u", |
111 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 107 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
112 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 108 "[CWD]/src/out/Release/debug_info_dumps", |
113 "[SLAVE_BUILD]/src/out/Release/test_logs", | 109 "[CWD]/src/out/Release/test_logs", |
114 "[SLAVE_BUILD]/src/out/build_product.zip", | 110 "[CWD]/src/out/build_product.zip", |
115 "[SLAVE_BUILD]/src" | 111 "[CWD]/src" |
116 ], | 112 ], |
117 "cwd": "[SLAVE_BUILD]", | |
118 "name": "clean local files", | 113 "name": "clean local files", |
119 "~followup_annotations": [ | 114 "~followup_annotations": [ |
120 "@@@STEP_LOG_LINE@python.inline@@@@", | 115 "@@@STEP_LOG_LINE@python.inline@@@@", |
121 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 116 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
122 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 117 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
123 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 118 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
124 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 119 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
125 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 120 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
126 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 121 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
127 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 122 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
128 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 123 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
129 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 124 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
130 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 125 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
131 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 126 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
132 "@@@STEP_LOG_END@python.inline@@@" | 127 "@@@STEP_LOG_END@python.inline@@@" |
133 ] | 128 ] |
134 }, | 129 }, |
135 { | 130 { |
136 "cmd": [ | 131 "cmd": [ |
137 "python", | 132 "python", |
138 "-u", | 133 "-u", |
139 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 134 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
140 "runhooks" | 135 "runhooks" |
141 ], | 136 ], |
142 "cwd": "[SLAVE_BUILD]", | |
143 "env": { | 137 "env": { |
144 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 138 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
145 "GYP_CROSSCOMPILE": "1", | 139 "GYP_CROSSCOMPILE": "1", |
146 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", | 140 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 target_arc
h=arm", |
147 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 141 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
148 }, | 142 }, |
149 "name": "gclient runhooks" | 143 "name": "gclient runhooks" |
150 }, | 144 }, |
151 { | 145 { |
152 "allow_subannotations": false, | 146 "allow_subannotations": false, |
153 "cmd": [ | 147 "cmd": [ |
154 "[SLAVE_BUILD]/src/build/tree_truth.sh", | 148 "[CWD]/src/build/tree_truth.sh", |
155 "[SLAVE_BUILD]/src", | 149 "[CWD]/src", |
156 "src", | 150 "src", |
157 "foo", | 151 "foo", |
158 "src/repo" | 152 "src/repo" |
159 ], | 153 ], |
160 "cwd": "[SLAVE_BUILD]", | |
161 "name": "tree truth steps" | 154 "name": "tree truth steps" |
162 }, | 155 }, |
163 { | 156 { |
164 "cmd": [ | 157 "cmd": [ |
165 "python", | 158 "python", |
166 "-u", | 159 "-u", |
167 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 160 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
168 "[SLAVE_BUILD]/src/chrome/VERSION", | 161 "[CWD]/src/chrome/VERSION", |
169 "/path/to/tmp/" | 162 "/path/to/tmp/" |
170 ], | 163 ], |
171 "cwd": "[SLAVE_BUILD]", | |
172 "name": "get version" | 164 "name": "get version" |
173 }, | 165 }, |
174 { | 166 { |
175 "cmd": [ | 167 "cmd": [ |
176 "python", | 168 "python", |
177 "-u", | 169 "-u", |
178 "RECIPE_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 "python", | 201 "python", |
211 "-u", | 202 "-u", |
212 "RECIPE_MODULE[build::adb]/resources/list_devices.py", | 203 "RECIPE_MODULE[build::adb]/resources/list_devices.py", |
213 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 204 "['[CWD]/src/third_party/android_tools/sdk/platform-tools/adb', 'devices']
", |
214 "/path/to/tmp/json" | 205 "/path/to/tmp/json" |
215 ], | 206 ], |
216 "cwd": "[SLAVE_BUILD]", | |
217 "name": "List adb devices", | 207 "name": "List adb devices", |
218 "~followup_annotations": [ | 208 "~followup_annotations": [ |
219 "@@@STEP_LOG_LINE@json.output@[@@@", | 209 "@@@STEP_LOG_LINE@json.output@[@@@", |
220 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
221 "@@@STEP_LOG_LINE@json.output@]@@@", | 211 "@@@STEP_LOG_LINE@json.output@]@@@", |
222 "@@@STEP_LOG_END@json.output@@@" | 212 "@@@STEP_LOG_END@json.output@@@" |
223 ] | 213 ] |
224 }, | 214 }, |
225 { | 215 { |
226 "cmd": [ | 216 "cmd": [ |
227 "python", | 217 "python", |
228 "-u", | 218 "-u", |
229 "\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", | 219 "\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", |
230 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 220 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
231 "014E1F310401C009" | 221 "014E1F310401C009" |
232 ], | 222 ], |
233 "cwd": "[SLAVE_BUILD]", | |
234 "name": "Root devices", | 223 "name": "Root devices", |
235 "~followup_annotations": [ | 224 "~followup_annotations": [ |
236 "@@@STEP_LOG_LINE@python.inline@@@@", | 225 "@@@STEP_LOG_LINE@python.inline@@@@", |
237 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", | 226 "@@@STEP_LOG_LINE@python.inline@import subprocess@@@", |
238 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 227 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
239 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", | 228 "@@@STEP_LOG_LINE@python.inline@adb_path = sys.argv[1]@@@", |
240 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", | 229 "@@@STEP_LOG_LINE@python.inline@for device in sys.argv[2:]:@@@", |
241 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", | 230 "@@@STEP_LOG_LINE@python.inline@ print 'Attempting to root device %s ...'
% (device)@@@", |
242 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", | 231 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'root'])@@@", |
243 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", | 232 "@@@STEP_LOG_LINE@python.inline@ subprocess.check_call([adb_path, '-s', d
evice, 'wait-for-device'])@@@", |
244 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", | 233 "@@@STEP_LOG_LINE@python.inline@ print 'Finished rooting device %s' % (de
vice)@@@", |
245 "@@@STEP_LOG_END@python.inline@@@" | 234 "@@@STEP_LOG_END@python.inline@@@" |
246 ] | 235 ] |
247 }, | 236 }, |
248 { | 237 { |
249 "cmd": [ | 238 "cmd": [ |
250 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 239 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
251 "--", | 240 "--", |
252 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 241 "[CWD]/src/build/android/adb_logcat_monitor.py", |
253 "[SLAVE_BUILD]/src/out/logcat" | 242 "[CWD]/src/out/logcat" |
254 ], | 243 ], |
255 "cwd": "[SLAVE_BUILD]", | |
256 "env": { | 244 "env": { |
257 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
258 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 246 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
259 }, | 247 }, |
260 "name": "spawn_logcat_monitor" | 248 "name": "spawn_logcat_monitor" |
261 }, | 249 }, |
262 { | 250 { |
263 "cmd": [ | 251 "cmd": [ |
264 "python", | 252 "python", |
265 "-u", | 253 "-u", |
266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
267 "--verbose", | 255 "--verbose", |
268 "--adb-path", | 256 "--adb-path", |
269 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 257 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb" |
270 ], | 258 ], |
271 "cwd": "[SLAVE_BUILD]", | |
272 "env": { | 259 "env": { |
273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 260 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
274 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 261 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
275 }, | 262 }, |
276 "name": "authorize_adb_devices" | 263 "name": "authorize_adb_devices" |
277 }, | 264 }, |
278 { | 265 { |
279 "cmd": [ | 266 "cmd": [ |
280 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 267 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", |
281 "--json-output", | 268 "--json-output", |
282 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
283 "--blacklist-file", | 270 "--blacklist-file", |
284 "[SLAVE_BUILD]/src/out/bad_devices.json", | 271 "[CWD]/src/out/bad_devices.json", |
285 "--known-devices-file", | 272 "--known-devices-file", |
286 "[BUILD]/site_config/.known_devices" | 273 "[ROOT]/b/build/site_config/.known_devices" |
287 ], | 274 ], |
288 "cwd": "[SLAVE_BUILD]", | |
289 "env": { | 275 "env": { |
290 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
291 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 277 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
292 }, | 278 }, |
293 "name": "device_status_check", | 279 "name": "device_status_check", |
294 "~followup_annotations": [ | 280 "~followup_annotations": [ |
295 "@@@STEP_TEXT@Online devices: 1@@@", | 281 "@@@STEP_TEXT@Online devices: 1@@@", |
296 "@@@STEP_LOG_LINE@json.output@[@@@", | 282 "@@@STEP_LOG_LINE@json.output@[@@@", |
297 "@@@STEP_LOG_LINE@json.output@ {@@@", | 283 "@@@STEP_LOG_LINE@json.output@ {@@@", |
298 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 284 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
299 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
300 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
301 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 369 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
384 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 370 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
385 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 371 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
386 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 372 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
387 ] | 373 ] |
388 }, | 374 }, |
389 { | 375 { |
390 "cmd": [ | 376 "cmd": [ |
391 "python", | 377 "python", |
392 "-u", | 378 "-u", |
393 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 379 "[CWD]/src/build/android/provision_devices.py", |
394 "-t", | 380 "-t", |
395 "Release", | 381 "Release", |
396 "--blacklist-file", | 382 "--blacklist-file", |
397 "[SLAVE_BUILD]/src/out/bad_devices.json", | 383 "[CWD]/src/out/bad_devices.json", |
398 "--output-device-blacklist", | 384 "--output-device-blacklist", |
399 "/path/to/tmp/json" | 385 "/path/to/tmp/json" |
400 ], | 386 ], |
401 "cwd": "[SLAVE_BUILD]", | |
402 "env": { | 387 "env": { |
403 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
404 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 389 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
405 }, | 390 }, |
406 "name": "provision_devices" | 391 "name": "provision_devices" |
407 }, | 392 }, |
408 { | 393 { |
409 "cmd": [ | 394 "cmd": [ |
410 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 395 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", |
411 "--json-output", | 396 "--json-output", |
412 "/path/to/tmp/json", | 397 "/path/to/tmp/json", |
413 "--blacklist-file", | 398 "--blacklist-file", |
414 "[SLAVE_BUILD]/src/out/bad_devices.json", | 399 "[CWD]/src/out/bad_devices.json", |
415 "--known-devices-file", | 400 "--known-devices-file", |
416 "[BUILD]/site_config/.known_devices" | 401 "[ROOT]/b/build/site_config/.known_devices" |
417 ], | 402 ], |
418 "cwd": "[SLAVE_BUILD]", | |
419 "env": { | 403 "env": { |
420 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 404 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
421 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 405 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
422 }, | 406 }, |
423 "name": "device_status_check (2)", | 407 "name": "device_status_check (2)", |
424 "~followup_annotations": [ | 408 "~followup_annotations": [ |
425 "@@@STEP_TEXT@Online devices: 1@@@", | 409 "@@@STEP_TEXT@Online devices: 1@@@", |
426 "@@@STEP_LOG_LINE@json.output@[@@@", | 410 "@@@STEP_LOG_LINE@json.output@[@@@", |
427 "@@@STEP_LOG_LINE@json.output@ {@@@", | 411 "@@@STEP_LOG_LINE@json.output@ {@@@", |
428 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
429 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
430 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
431 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 497 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
514 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 498 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
515 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 499 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
516 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 500 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
517 ] | 501 ] |
518 }, | 502 }, |
519 { | 503 { |
520 "cmd": [ | 504 "cmd": [ |
521 "python", | 505 "python", |
522 "-u", | 506 "-u", |
523 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 507 "[CWD]/src/build/android/provision_devices.py", |
524 "-t", | 508 "-t", |
525 "Release", | 509 "Release", |
526 "--blacklist-file", | 510 "--blacklist-file", |
527 "[SLAVE_BUILD]/src/out/bad_devices.json", | 511 "[CWD]/src/out/bad_devices.json", |
528 "--output-device-blacklist", | 512 "--output-device-blacklist", |
529 "/path/to/tmp/json", | 513 "/path/to/tmp/json", |
530 "--reboot-timeout", | 514 "--reboot-timeout", |
531 "1800" | 515 "1800" |
532 ], | 516 ], |
533 "cwd": "[SLAVE_BUILD]", | |
534 "env": { | 517 "env": { |
535 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 518 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
536 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 519 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
537 }, | 520 }, |
538 "name": "provision_devices (2)" | 521 "name": "provision_devices (2)" |
539 }, | 522 }, |
540 { | 523 { |
541 "cmd": [ | 524 "cmd": [ |
542 "python", | 525 "python", |
543 "-u", | 526 "-u", |
544 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 527 "[CWD]/src/build/android/test_runner.py", |
545 "monkey", | 528 "monkey", |
546 "-v", | 529 "-v", |
547 "--package=chrome", | 530 "--package=chrome", |
548 "--event-count=50000", | 531 "--event-count=50000", |
549 "--blacklist-file", | 532 "--blacklist-file", |
550 "[SLAVE_BUILD]/src/out/bad_devices.json" | 533 "[CWD]/src/out/bad_devices.json" |
551 ], | 534 ], |
552 "cwd": "[SLAVE_BUILD]", | |
553 "env": { | 535 "env": { |
554 "BUILDTYPE": "Release", | 536 "BUILDTYPE": "Release", |
555 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 537 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release" |
556 }, | 538 }, |
557 "name": "Monkey Test" | 539 "name": "Monkey Test" |
558 }, | 540 }, |
559 { | 541 { |
560 "cmd": [ | 542 "cmd": [ |
561 "python", | 543 "python", |
562 "-u", | 544 "-u", |
563 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 545 "[CWD]/src/build/android/test_runner.py", |
564 "perf", | 546 "perf", |
565 "--release", | 547 "--release", |
566 "--verbose", | 548 "--verbose", |
567 "--steps", | 549 "--steps", |
568 "fake_config.json", | 550 "fake_config.json", |
569 "--blacklist-file", | 551 "--blacklist-file", |
570 "[SLAVE_BUILD]/src/out/bad_devices.json", | 552 "[CWD]/src/out/bad_devices.json", |
571 "--flaky-steps", | 553 "--flaky-steps", |
572 "flake_fakes.json" | 554 "flake_fakes.json" |
573 ], | 555 ], |
574 "cwd": "[SLAVE_BUILD]/src", | 556 "cwd": "[CWD]/src", |
575 "env": { | 557 "env": { |
576 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 558 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
577 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 559 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
578 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 560 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
579 }, | 561 }, |
580 "name": "Sharded Perf Tests" | 562 "name": "Sharded Perf Tests" |
581 }, | 563 }, |
582 { | 564 { |
583 "cmd": [ | 565 "cmd": [ |
584 "python", | 566 "python", |
585 "-u", | 567 "-u", |
586 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 568 "[CWD]/src/build/android/test_runner.py", |
587 "perf", | 569 "perf", |
588 "--steps", | 570 "--steps", |
589 "fake_config.json", | 571 "fake_config.json", |
590 "--output-json-list", | 572 "--output-json-list", |
591 "/path/to/tmp/json", | 573 "/path/to/tmp/json", |
592 "--blacklist-file", | 574 "--blacklist-file", |
593 "[SLAVE_BUILD]/src/out/bad_devices.json" | 575 "[CWD]/src/out/bad_devices.json" |
594 ], | 576 ], |
595 "cwd": "[SLAVE_BUILD]", | |
596 "env": { | 577 "env": { |
597 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 578 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
598 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 579 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
599 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 580 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
600 }, | 581 }, |
601 "name": "get perf test list", | 582 "name": "get perf test list", |
602 "~followup_annotations": [ | 583 "~followup_annotations": [ |
603 "@@@STEP_LOG_LINE@json.output@[@@@", | 584 "@@@STEP_LOG_LINE@json.output@[@@@", |
604 "@@@STEP_LOG_LINE@json.output@ {@@@", | 585 "@@@STEP_LOG_LINE@json.output@ {@@@", |
605 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", | 586 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", |
606 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", | 587 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", |
607 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", | 588 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", |
608 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", | 589 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", |
609 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 590 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 20 matching lines...) Expand all Loading... |
630 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast
ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th
e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\"
, \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4
b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 611 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast
ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th
e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\"
, \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4
b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
631 "--annotate=graphing", | 612 "--annotate=graphing", |
632 "--results-url=https://chromeperf.appspot.com", | 613 "--results-url=https://chromeperf.appspot.com", |
633 "--perf-dashboard-id=page_cycler.foo", | 614 "--perf-dashboard-id=page_cycler.foo", |
634 "--test-type=page_cycler.foo", | 615 "--test-type=page_cycler.foo", |
635 "--step-name=page_cycler.foo", | 616 "--step-name=page_cycler.foo", |
636 "--builder-name=perf_runner", | 617 "--builder-name=perf_runner", |
637 "--slave-name=tehslave", | 618 "--slave-name=tehslave", |
638 "--build-number=571", | 619 "--build-number=571", |
639 "--run-python-script", | 620 "--run-python-script", |
640 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 621 "[CWD]/src/build/android/test_runner.py", |
641 "perf", | 622 "perf", |
642 "--print-step", | 623 "--print-step", |
643 "page_cycler.foo", | 624 "page_cycler.foo", |
644 "--verbose", | 625 "--verbose", |
645 "--blacklist-file", | 626 "--blacklist-file", |
646 "[SLAVE_BUILD]/src/out/bad_devices.json" | 627 "[CWD]/src/out/bad_devices.json" |
647 ], | 628 ], |
648 "cwd": "[SLAVE_BUILD]", | |
649 "env": { | 629 "env": { |
650 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 630 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
651 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 631 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
652 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 632 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
653 }, | 633 }, |
654 "name": "page_cycler.foo", | 634 "name": "page_cycler.foo", |
655 "~followup_annotations": [ | 635 "~followup_annotations": [ |
656 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" | 636 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@" |
657 ] | 637 ] |
658 }, | 638 }, |
659 { | 639 { |
660 "allow_subannotations": true, | 640 "allow_subannotations": true, |
661 "cmd": [ | 641 "cmd": [ |
662 "python", | 642 "python", |
663 "-u", | 643 "-u", |
664 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 644 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
665 "--target", | 645 "--target", |
666 "Release", | 646 "Release", |
667 "--no-xvfb", | 647 "--no-xvfb", |
668 "--factory-properties", | 648 "--factory-properties", |
669 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast
ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th
e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\"
, \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4
b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 649 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast
ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th
e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\"
, \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4
b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
670 "--build-properties", | 650 "--build-properties", |
671 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast
ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th
e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\"
, \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4
b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", | 651 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"perf_runner\", \"buildnumber\": 571, \"internal\": true, \"mast
ername\": \"chromium.testing.master\", \"patch_url\": \"https://the.patch.url/th
e.patch\", \"recipe\": \"chromium_android:example\", \"repo_name\": \"src/repo\"
, \"repo_url\": \"svn://svn.chromium.org/chrome/trunk/src\", \"revision\": \"4f4
b02f6b7fa20a3a25682c457bbc8ad589c8a00\", \"slavename\": \"tehslave\", \"workdir\
": \"/path/to/workdir/TestSlavename\"}", |
672 "--annotate=graphing", | 652 "--annotate=graphing", |
673 "--results-url=https://chromeperf.appspot.com", | 653 "--results-url=https://chromeperf.appspot.com", |
674 "--perf-dashboard-id=perf_test.foo", | 654 "--perf-dashboard-id=perf_test.foo", |
675 "--test-type=perf_test.foo", | 655 "--test-type=perf_test.foo", |
676 "--step-name=perf_test.foo", | 656 "--step-name=perf_test.foo", |
677 "--builder-name=perf_runner", | 657 "--builder-name=perf_runner", |
678 "--slave-name=tehslave", | 658 "--slave-name=tehslave", |
679 "--build-number=571", | 659 "--build-number=571", |
680 "--run-python-script", | 660 "--run-python-script", |
681 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 661 "[CWD]/src/build/android/test_runner.py", |
682 "perf", | 662 "perf", |
683 "--print-step", | 663 "--print-step", |
684 "perf_test.foo", | 664 "perf_test.foo", |
685 "--verbose", | 665 "--verbose", |
686 "--blacklist-file", | 666 "--blacklist-file", |
687 "[SLAVE_BUILD]/src/out/bad_devices.json", | 667 "[CWD]/src/out/bad_devices.json", |
688 "--get-output-dir-archive", | 668 "--get-output-dir-archive", |
689 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip" | 669 "[TMP]/perf_archives_tmp_1/output_dir.zip" |
690 ], | 670 ], |
691 "cwd": "[SLAVE_BUILD]", | |
692 "env": { | 671 "env": { |
693 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 672 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
694 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 673 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
695 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 674 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
696 }, | 675 }, |
697 "name": "perf_test.foo", | 676 "name": "perf_test.foo", |
698 "~followup_annotations": [ | 677 "~followup_annotations": [ |
699 "step returned non-zero exit code: 1", | 678 "step returned non-zero exit code: 1", |
700 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 679 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
701 "@@@STEP_FAILURE@@@" | 680 "@@@STEP_FAILURE@@@" |
702 ] | 681 ] |
703 }, | 682 }, |
704 { | 683 { |
705 "cmd": [ | 684 "cmd": [ |
706 "python", | 685 "python", |
707 "-u", | 686 "-u", |
708 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 687 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
709 "--", | 688 "--", |
710 "[DEPOT_TOOLS]/gsutil.py", | 689 "[ROOT]/b/depot_tools/gsutil.py", |
711 "----", | 690 "----", |
712 "cp", | 691 "cp", |
713 "[TMP_BASE]/perf_archives_tmp_1/output_dir.zip", | 692 "[TMP]/perf_archives_tmp_1/output_dir.zip", |
714 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" | 693 "gs://archives-bucket/perf_runner/perf_test.foo/20150928T110712_build_571.
zip" |
715 ], | 694 ], |
716 "cwd": "[SLAVE_BUILD]", | |
717 "name": "gsutil upload perf_test.foo output dir archive", | 695 "name": "gsutil upload perf_test.foo output dir archive", |
718 "~followup_annotations": [ | 696 "~followup_annotations": [ |
719 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc
ket/perf_runner/perf_test.foo/20150928T110712_build_571.zip@@@" | 697 "@@@STEP_LINK@output_dir.zip@https://storage.cloud.google.com/archives-buc
ket/perf_runner/perf_test.foo/20150928T110712_build_571.zip@@@" |
720 ] | 698 ] |
721 }, | 699 }, |
722 { | 700 { |
723 "cmd": [ | 701 "cmd": [ |
724 "python", | 702 "python", |
725 "-u", | 703 "-u", |
726 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 704 "[CWD]/src/build/android/test_runner.py", |
727 "instrumentation", | 705 "instrumentation", |
728 "--blacklist-file", | 706 "--blacklist-file", |
729 "[SLAVE_BUILD]/src/out/bad_devices.json", | 707 "[CWD]/src/out/bad_devices.json", |
730 "--flakiness-dashboard-server", | 708 "--flakiness-dashboard-server", |
731 "test-results.appspot.com", | 709 "test-results.appspot.com", |
732 "-A", | 710 "-A", |
733 "SmallTest", | 711 "SmallTest", |
734 "-E", | 712 "-E", |
735 "FlakyTest", | 713 "FlakyTest", |
736 "--screenshot", | 714 "--screenshot", |
737 "--host-driven-root", | 715 "--host-driven-root", |
738 "[SLAVE_BUILD]/src/chrome/test", | 716 "[CWD]/src/chrome/test", |
739 "--test-apk", | 717 "--test-apk", |
740 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebViewTest.apk", | 718 "[CWD]/src/out/Release/apks/AndroidWebViewTest.apk", |
741 "--apk-under-test", | 719 "--apk-under-test", |
742 "[SLAVE_BUILD]/src/out/Release/apks/AndroidWebView.apk", | 720 "[CWD]/src/out/Release/apks/AndroidWebView.apk", |
743 "--additional-apk", | 721 "--additional-apk", |
744 "Additional.apk", | 722 "Additional.apk", |
745 "--isolate-file-path", | 723 "--isolate-file-path", |
746 "android_webview/android_webview_test_apk.isolate", | 724 "android_webview/android_webview_test_apk.isolate", |
747 "--release", | 725 "--release", |
748 "--official-build" | 726 "--official-build" |
749 ], | 727 ], |
750 "cwd": "[SLAVE_BUILD]", | |
751 "env": { | 728 "env": { |
752 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release" | 729 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release" |
753 }, | 730 }, |
754 "name": "Instrumentation test SmallTest" | 731 "name": "Instrumentation test SmallTest" |
755 }, | 732 }, |
756 { | 733 { |
757 "cmd": [ | 734 "cmd": [ |
758 "python", | 735 "python", |
759 "-u", | 736 "-u", |
760 "[SLAVE_BUILD]/src/out/Release/bin/run_unittests", | 737 "[CWD]/src/out/Release/bin/run_unittests", |
761 "--blacklist-file", | 738 "--blacklist-file", |
762 "[SLAVE_BUILD]/src/out/bad_devices.json", | 739 "[CWD]/src/out/bad_devices.json", |
763 "--verbose", | 740 "--verbose", |
764 "--isolate_file_path=[SLAVE_BUILD]/src/some_file.isolate", | 741 "--isolate_file_path=[CWD]/src/some_file.isolate", |
765 "--gtest_filter=WebRtc*", | 742 "--gtest_filter=WebRtc*", |
766 "--tool=asan" | 743 "--tool=asan" |
767 ], | 744 ], |
768 "cwd": "[SLAVE_BUILD]", | |
769 "env": { | 745 "env": { |
770 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 746 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
771 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 747 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
772 }, | 748 }, |
773 "name": "unittests" | 749 "name": "unittests" |
774 }, | 750 }, |
775 { | 751 { |
776 "cmd": [ | 752 "cmd": [ |
777 "python", | 753 "python", |
778 "-u", | 754 "-u", |
779 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", | 755 "RECIPE_PACKAGE_REPO[build]/scripts/slave/tee.py", |
780 "[SLAVE_BUILD]/src/out/Release/full_log", | 756 "[CWD]/src/out/Release/full_log", |
781 "--", | 757 "--", |
782 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 758 "[CWD]/src/build/android/adb_logcat_printer.py", |
783 "[SLAVE_BUILD]/src/out/logcat" | 759 "[CWD]/src/out/logcat" |
784 ], | 760 ], |
785 "cwd": "[SLAVE_BUILD]", | |
786 "name": "logcat_dump" | 761 "name": "logcat_dump" |
787 }, | 762 }, |
788 { | 763 { |
789 "cmd": [ | 764 "cmd": [ |
790 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 765 "[CWD]/src/third_party/android_platform/development/scripts/stack", |
791 "--arch", | 766 "--arch", |
792 "arm", | 767 "arm", |
793 "--more-info", | 768 "--more-info", |
794 "[SLAVE_BUILD]/src/out/Release/full_log" | 769 "[CWD]/src/out/Release/full_log" |
795 ], | 770 ], |
796 "cwd": "[SLAVE_BUILD]", | |
797 "env": { | 771 "env": { |
798 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 772 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
799 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 773 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
800 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 774 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
801 }, | 775 }, |
802 "name": "stack_tool_with_logcat_dump" | 776 "name": "stack_tool_with_logcat_dump" |
803 }, | 777 }, |
804 { | 778 { |
805 "cmd": [ | 779 "cmd": [ |
806 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 780 "[CWD]/src/build/android/tombstones.py", |
807 "-a", | 781 "-a", |
808 "-s", | 782 "-s", |
809 "-w" | 783 "-w" |
810 ], | 784 ], |
811 "cwd": "[SLAVE_BUILD]", | |
812 "env": { | 785 "env": { |
813 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 786 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
814 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 787 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
815 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 788 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
816 }, | 789 }, |
817 "name": "stack_tool_for_tombstones" | 790 "name": "stack_tool_for_tombstones" |
818 }, | 791 }, |
819 { | 792 { |
820 "cmd": [ | 793 "cmd": [ |
821 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 794 "[CWD]/src/build/android/asan_symbolize.py", |
822 "-l", | 795 "-l", |
823 "[SLAVE_BUILD]/src/out/Release/full_log" | 796 "[CWD]/src/out/Release/full_log" |
824 ], | 797 ], |
825 "cwd": "[SLAVE_BUILD]", | |
826 "env": { | 798 "env": { |
827 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 799 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
828 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 800 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
829 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 801 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
830 }, | 802 }, |
831 "name": "stack_tool_for_asan" | 803 "name": "stack_tool_for_asan" |
832 }, | 804 }, |
833 { | 805 { |
834 "name": "$result", | 806 "name": "$result", |
835 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 807 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
836 "status_code": 1 | 808 "status_code": 1 |
837 } | 809 } |
838 ] | 810 ] |
OLD | NEW |