OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.perf", | 8 "chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
11 "--slave", | 11 "--slave", |
12 "slavename", | 12 "slavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/
test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, '
src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data
/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder
': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin
s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed':
False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome
-internal/trunk/src-internal'}]\ntarget_os = ['android']", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn:/
/svn-mirror.golo.chromium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.gol
o.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.c
hromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink
/trunk'}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://sv
n-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test
/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_sear
chplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, '
src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd':
None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/da
ta/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscover
y': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_
test': None, 'src/data/mozilla_js_tests': None, 'src/data/selenium_core': None,
'src/data/tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webk
it/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/dat
a/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file':
'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.
chromium.org/chrome-internal/trunk/src-internal'}]\ntarget_os = ['android']", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@deadbeef", | 24 "src@deadbeef", |
25 "--output_manifest" | 25 "--output_manifest" |
26 ], | 26 ], |
27 "cwd": "[SLAVE_BUILD]", | |
28 "env": { | 27 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 29 }, |
31 "name": "bot_update", | 30 "name": "bot_update", |
32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"deadbeef\"@@@", |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 96 ] |
98 }, | 97 }, |
99 { | 98 { |
100 "cmd": [ | 99 "cmd": [ |
101 "python", | 100 "python", |
102 "-u", | 101 "-u", |
103 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 102 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
104 "[SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json", | 103 "[CWD]/src/testing/buildbot/chromium.perf.json", |
105 "/path/to/tmp/json" | 104 "/path/to/tmp/json" |
106 ], | 105 ], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "read test spec", | 106 "name": "read test spec", |
109 "~followup_annotations": [ | 107 "~followup_annotations": [ |
110 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.perf.json@
@@", | 108 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.perf.json@@@", |
111 "@@@STEP_LOG_LINE@json.output@{}@@@", | 109 "@@@STEP_LOG_LINE@json.output@{}@@@", |
112 "@@@STEP_LOG_END@json.output@@@" | 110 "@@@STEP_LOG_END@json.output@@@" |
113 ] | 111 ] |
114 }, | 112 }, |
115 { | 113 { |
116 "cmd": [ | 114 "cmd": [ |
117 "python", | 115 "python", |
118 "-u", | 116 "-u", |
119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 117 "[CWD]/src/testing/scripts/get_compile_targets.py", |
120 "--output", | 118 "--output", |
121 "/path/to/tmp/json", | 119 "/path/to/tmp/json", |
122 "--", | 120 "--", |
123 "--build-config-fs", | 121 "--build-config-fs", |
124 "Release", | 122 "Release", |
125 "--paths", | 123 "--paths", |
126 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 124 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
127 "--properties", | 125 "--properties", |
128 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" | 126 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" |
129 ], | 127 ], |
130 "cwd": "[SLAVE_BUILD]", | |
131 "name": "get compile targets for scripts", | 128 "name": "get compile targets for scripts", |
132 "~followup_annotations": [ | 129 "~followup_annotations": [ |
133 "@@@STEP_LOG_LINE@json.output@{}@@@", | 130 "@@@STEP_LOG_LINE@json.output@{}@@@", |
134 "@@@STEP_LOG_END@json.output@@@" | 131 "@@@STEP_LOG_END@json.output@@@" |
135 ] | 132 ] |
136 }, | 133 }, |
137 { | 134 { |
138 "cmd": [ | 135 "cmd": [ |
139 "python", | 136 "python", |
140 "-u", | 137 "-u", |
141 "\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", | 138 "\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", |
142 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 139 "[CWD]/src/out/Release/debug_info_dumps", |
143 "[SLAVE_BUILD]/src/out/Release/test_logs", | 140 "[CWD]/src/out/Release/test_logs", |
144 "[SLAVE_BUILD]/src/out/build_product.zip", | 141 "[CWD]/src/out/build_product.zip", |
145 "[SLAVE_BUILD]/src" | 142 "[CWD]/src" |
146 ], | 143 ], |
147 "cwd": "[SLAVE_BUILD]", | |
148 "name": "clean local files", | 144 "name": "clean local files", |
149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
150 "@@@STEP_LOG_LINE@python.inline@@@@", | 146 "@@@STEP_LOG_LINE@python.inline@@@@", |
151 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 147 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
152 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 148 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
153 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 149 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
154 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 150 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
155 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 151 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
156 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 152 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
157 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 153 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
158 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 154 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
159 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 155 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
160 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 156 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
161 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 157 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
162 "@@@STEP_LOG_END@python.inline@@@" | 158 "@@@STEP_LOG_END@python.inline@@@" |
163 ] | 159 ] |
164 }, | 160 }, |
165 { | 161 { |
166 "cmd": [ | 162 "cmd": [ |
167 "python", | 163 "python", |
168 "-u", | 164 "-u", |
169 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 165 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
170 "--", | 166 "--", |
171 "[DEPOT_TOOLS]/gsutil.py", | 167 "[ROOT]/b/depot_tools/gsutil.py", |
172 "--force-version", | 168 "--force-version", |
173 "4.7", | 169 "4.7", |
174 "----", | 170 "----", |
175 "cp", | 171 "cp", |
176 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", | 172 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", |
177 "[SLAVE_BUILD]/src/out/build_product.zip" | 173 "[CWD]/src/out/build_product.zip" |
178 ], | 174 ], |
179 "cwd": "[SLAVE_BUILD]", | |
180 "name": "gsutil download_build_product" | 175 "name": "gsutil download_build_product" |
181 }, | 176 }, |
182 { | 177 { |
183 "cmd": [ | 178 "cmd": [ |
184 "unzip", | 179 "unzip", |
185 "-o", | 180 "-o", |
186 "[SLAVE_BUILD]/src/out/build_product.zip" | 181 "[CWD]/src/out/build_product.zip" |
187 ], | 182 ], |
188 "cwd": "[SLAVE_BUILD]/src", | 183 "cwd": "[CWD]/src", |
189 "name": "unzip_build_product" | 184 "name": "unzip_build_product" |
190 }, | 185 }, |
191 { | 186 { |
192 "cmd": [ | 187 "cmd": [ |
193 "python", | 188 "python", |
194 "-u", | 189 "-u", |
195 "[SLAVE_BUILD]/src/build/symlink.py", | 190 "[CWD]/src/build/symlink.py", |
196 "-f", | 191 "-f", |
197 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 192 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
198 "~/adb" | 193 "~/adb" |
199 ], | 194 ], |
200 "cwd": "[SLAVE_BUILD]", | |
201 "name": "create adb symlink" | 195 "name": "create adb symlink" |
202 }, | 196 }, |
203 { | 197 { |
204 "cmd": [ | 198 "cmd": [ |
205 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 199 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
206 "--", | 200 "--", |
207 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 201 "[CWD]/src/build/android/adb_logcat_monitor.py", |
208 "[SLAVE_BUILD]/src/out/logcat" | 202 "[CWD]/src/out/logcat" |
209 ], | 203 ], |
210 "cwd": "[SLAVE_BUILD]", | |
211 "env": { | 204 "env": { |
212 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 205 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
213 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 206 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
214 }, | 207 }, |
215 "name": "spawn_logcat_monitor" | 208 "name": "spawn_logcat_monitor" |
216 }, | 209 }, |
217 { | 210 { |
218 "cmd": [ | 211 "cmd": [ |
219 "python", | 212 "python", |
220 "-u", | 213 "-u", |
221 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 214 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
222 "--verbose", | 215 "--verbose", |
223 "--adb-path", | 216 "--adb-path", |
224 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 217 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb" |
225 ], | 218 ], |
226 "cwd": "[SLAVE_BUILD]", | |
227 "env": { | 219 "env": { |
228 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
229 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 221 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
230 }, | 222 }, |
231 "name": "authorize_adb_devices" | 223 "name": "authorize_adb_devices" |
232 }, | 224 }, |
233 { | 225 { |
234 "cmd": [ | 226 "cmd": [ |
235 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 227 "[CWD]/src/build/android/buildbot/bb_device_status_check.py", |
236 "--json-output", | 228 "--json-output", |
237 "/path/to/tmp/json", | 229 "/path/to/tmp/json", |
238 "--blacklist-file", | 230 "--blacklist-file", |
239 "[SLAVE_BUILD]/src/out/bad_devices.json", | 231 "[CWD]/src/out/bad_devices.json", |
240 "--known-devices-file", | 232 "--known-devices-file", |
241 "[BUILD]/site_config/.known_devices" | 233 "[ROOT]/b/build/site_config/.known_devices" |
242 ], | 234 ], |
243 "cwd": "[SLAVE_BUILD]", | |
244 "env": { | 235 "env": { |
245 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
246 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 237 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
247 }, | 238 }, |
248 "name": "device_status_check", | 239 "name": "device_status_check", |
249 "~followup_annotations": [ | 240 "~followup_annotations": [ |
250 "@@@STEP_TEXT@Online devices: 1@@@", | 241 "@@@STEP_TEXT@Online devices: 1@@@", |
251 "@@@STEP_LOG_LINE@json.output@[@@@", | 242 "@@@STEP_LOG_LINE@json.output@[@@@", |
252 "@@@STEP_LOG_LINE@json.output@ {@@@", | 243 "@@@STEP_LOG_LINE@json.output@ {@@@", |
253 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", | 244 "@@@STEP_LOG_LINE@json.output@ \"adb_status\": \"device\", @@@", |
254 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", | 245 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
255 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", | 246 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
256 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", | 247 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", | 329 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"serial\": \"03e0363a00
3c6ad6\", @@@", |
339 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, | 330 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@ \"usb_status\": true@@@"
, |
340 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", | 331 "@@@STEP_LOG_LINE@03e0363a003c6ad6: blacklisted@}@@@", |
341 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" | 332 "@@@STEP_LOG_END@03e0363a003c6ad6: blacklisted@@@" |
342 ] | 333 ] |
343 }, | 334 }, |
344 { | 335 { |
345 "cmd": [ | 336 "cmd": [ |
346 "python", | 337 "python", |
347 "-u", | 338 "-u", |
348 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 339 "[CWD]/src/build/android/provision_devices.py", |
349 "-t", | 340 "-t", |
350 "Release", | 341 "Release", |
351 "--blacklist-file", | 342 "--blacklist-file", |
352 "[SLAVE_BUILD]/src/out/bad_devices.json", | 343 "[CWD]/src/out/bad_devices.json", |
353 "--output-device-blacklist", | 344 "--output-device-blacklist", |
354 "/path/to/tmp/json", | 345 "/path/to/tmp/json", |
355 "--min-battery-level", | 346 "--min-battery-level", |
356 "95", | 347 "95", |
357 "--disable-network", | 348 "--disable-network", |
358 "--disable-java-debug", | 349 "--disable-java-debug", |
359 "--max-battery-temp", | 350 "--max-battery-temp", |
360 "350" | 351 "350" |
361 ], | 352 ], |
362 "cwd": "[SLAVE_BUILD]", | |
363 "env": { | 353 "env": { |
364 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 354 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
365 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 355 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
366 }, | 356 }, |
367 "name": "provision_devices" | 357 "name": "provision_devices" |
368 }, | 358 }, |
369 { | 359 { |
370 "cmd": [ | 360 "cmd": [ |
371 "python", | 361 "python", |
372 "-u", | 362 "-u", |
373 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 363 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
374 "--action", | 364 "--action", |
375 "restart", | 365 "restart", |
376 "--pid-file-path", | 366 "--pid-file-path", |
377 "/tmp/device_monitor.pid", | 367 "/tmp/device_monitor.pid", |
378 "--", | 368 "--", |
379 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, | 369 "RECIPE_MODULE[build::chromium_android]/resources/spawn_device_monitor.py"
, |
380 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 370 "[CWD]/src/third_party/android_tools/sdk/platform-tools/adb", |
381 "[\"07a00ca4\"]", | 371 "[\"07a00ca4\"]", |
382 "chromium.perf", | 372 "chromium.perf", |
383 "Android Nexus5 Perf (1)", | 373 "Android Nexus5 Perf (1)", |
384 "--blacklist-file", | 374 "--blacklist-file", |
385 "[SLAVE_BUILD]/src/out/bad_devices.json" | 375 "[CWD]/src/out/bad_devices.json" |
386 ], | 376 ], |
387 "cwd": "[SLAVE_BUILD]", | |
388 "name": "spawn_device_monitor" | 377 "name": "spawn_device_monitor" |
389 }, | 378 }, |
390 { | 379 { |
391 "cmd": [ | 380 "cmd": [ |
392 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 381 "[CWD]/src/build/android/adb_install_apk.py", |
393 "ChromePublic.apk", | 382 "ChromePublic.apk", |
394 "-v", | 383 "-v", |
395 "--blacklist-file", | 384 "--blacklist-file", |
396 "[SLAVE_BUILD]/src/out/bad_devices.json", | 385 "[CWD]/src/out/bad_devices.json", |
397 "--release" | 386 "--release" |
398 ], | 387 ], |
399 "cwd": "[SLAVE_BUILD]", | |
400 "env": { | 388 "env": { |
401 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 389 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
402 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 390 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
403 }, | 391 }, |
404 "name": "install ChromePublic.apk" | 392 "name": "install ChromePublic.apk" |
405 }, | 393 }, |
406 { | 394 { |
407 "cmd": [ | 395 "cmd": [ |
408 "python", | 396 "python", |
409 "-u", | 397 "-u", |
410 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 398 "[CWD]/src/tools/perf/run_benchmark", |
411 "list", | 399 "list", |
412 "--browser", | 400 "--browser", |
413 "android-chromium", | 401 "android-chromium", |
414 "--json-output", | 402 "--json-output", |
415 "/path/to/tmp/json", | 403 "/path/to/tmp/json", |
416 "--num-shards", | 404 "--num-shards", |
417 "21", | 405 "21", |
418 "--device", | 406 "--device", |
419 "07a00ca4" | 407 "07a00ca4" |
420 ], | 408 ], |
421 "cwd": "[SLAVE_BUILD]", | |
422 "name": "List Perf Tests", | 409 "name": "List Perf Tests", |
423 "~followup_annotations": [ | 410 "~followup_annotations": [ |
424 "@@@STEP_LOG_LINE@json.output@{@@@", | 411 "@@@STEP_LOG_LINE@json.output@{@@@", |
425 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", | 412 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", |
426 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", | 413 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", |
427 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", |
428 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 1, @@@", |
429 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", | 416 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", |
430 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 417 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
431 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", | 418 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", |
(...skipping 18 matching lines...) Expand all Loading... |
450 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 437 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
451 "@@@STEP_LOG_LINE@json.output@ \"version\": 2@@@", | 438 "@@@STEP_LOG_LINE@json.output@ \"version\": 2@@@", |
452 "@@@STEP_LOG_LINE@json.output@}@@@", | 439 "@@@STEP_LOG_LINE@json.output@}@@@", |
453 "@@@STEP_LOG_END@json.output@@@" | 440 "@@@STEP_LOG_END@json.output@@@" |
454 ] | 441 ] |
455 }, | 442 }, |
456 { | 443 { |
457 "cmd": [ | 444 "cmd": [ |
458 "python", | 445 "python", |
459 "-u", | 446 "-u", |
460 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 447 "[CWD]/src/build/android/test_runner.py", |
461 "perf", | 448 "perf", |
462 "--release", | 449 "--release", |
463 "--verbose", | 450 "--verbose", |
464 "--steps", | 451 "--steps", |
465 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", | 452 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", |
466 "--blacklist-file", | 453 "--blacklist-file", |
467 "[SLAVE_BUILD]/src/out/bad_devices.json", | 454 "[CWD]/src/out/bad_devices.json", |
468 "--collect-chartjson-data", | 455 "--collect-chartjson-data", |
469 "--max-battery-temp", | 456 "--max-battery-temp", |
470 "350", | 457 "350", |
471 "--known-devices-file", | 458 "--known-devices-file", |
472 "[BUILD]/site_config/.known_devices" | 459 "[ROOT]/b/build/site_config/.known_devices" |
473 ], | 460 ], |
474 "cwd": "[SLAVE_BUILD]/src", | 461 "cwd": "[CWD]/src", |
475 "env": { | 462 "env": { |
476 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 463 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
477 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 464 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
478 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 465 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
479 }, | 466 }, |
480 "name": "Sharded Perf Tests" | 467 "name": "Sharded Perf Tests" |
481 }, | 468 }, |
482 { | 469 { |
483 "cmd": [ | 470 "cmd": [ |
484 "python", | 471 "python", |
485 "-u", | 472 "-u", |
486 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 473 "[CWD]/src/build/android/test_runner.py", |
487 "perf", | 474 "perf", |
488 "--steps", | 475 "--steps", |
489 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", | 476 "{\"steps\": {\"blink_perf.all.exact\": {\"cmd\": \"/usr/bin/python /path/
to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 1, \"perf_dashboard_id\"
: \"blink_perf.all\"}, \"blink_perf.all.release\": {\"cmd\": \"/usr/bin/python /
path/to/run_benchmark --a=1 -v --b=2\", \"device_affinity\": 0, \"perf_dashboard
_id\": \"blink_perf.all\"}, \"blink_perf.dom\": {\"cmd\": \"/path/to/run_benchma
rk -v --upload-results blink_perf.dom\", \"device_affinity\": 1, \"perf_dashboar
d_id\": \"blink_perf.dom\"}}, \"version\": 2}", |
490 "--output-json-list", | 477 "--output-json-list", |
491 "/path/to/tmp/json", | 478 "/path/to/tmp/json", |
492 "--blacklist-file", | 479 "--blacklist-file", |
493 "[SLAVE_BUILD]/src/out/bad_devices.json" | 480 "[CWD]/src/out/bad_devices.json" |
494 ], | 481 ], |
495 "cwd": "[SLAVE_BUILD]", | |
496 "env": { | 482 "env": { |
497 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 483 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
498 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 484 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
499 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 485 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
500 }, | 486 }, |
501 "name": "get perf test list", | 487 "name": "get perf test list", |
502 "~followup_annotations": [ | 488 "~followup_annotations": [ |
503 "@@@STEP_LOG_LINE@json.output@[@@@", | 489 "@@@STEP_LOG_LINE@json.output@[@@@", |
504 "@@@STEP_LOG_LINE@json.output@ {@@@", | 490 "@@@STEP_LOG_LINE@json.output@ {@@@", |
505 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", | 491 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", |
506 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", | 492 "@@@STEP_LOG_LINE@json.output@ \"end_time\": 1443438432.949711, @@@", |
507 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", | 493 "@@@STEP_LOG_LINE@json.output@ \"has_archive\": true, @@@", |
508 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", | 494 "@@@STEP_LOG_LINE@json.output@ \"test\": \"perf_test.foo\"@@@", |
509 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 495 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 25 matching lines...) Expand all Loading... |
535 "--perf-dashboard-id=page_cycler.foo", | 521 "--perf-dashboard-id=page_cycler.foo", |
536 "--perf-id=android-nexus5", | 522 "--perf-id=android-nexus5", |
537 "--test-type=page_cycler.foo", | 523 "--test-type=page_cycler.foo", |
538 "--step-name=page_cycler.foo", | 524 "--step-name=page_cycler.foo", |
539 "--chartjson-file", | 525 "--chartjson-file", |
540 "/path/to/tmp/json", | 526 "/path/to/tmp/json", |
541 "--builder-name=Android Nexus5 Perf (1)", | 527 "--builder-name=Android Nexus5 Perf (1)", |
542 "--slave-name=slavename", | 528 "--slave-name=slavename", |
543 "--build-number=571", | 529 "--build-number=571", |
544 "--run-python-script", | 530 "--run-python-script", |
545 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 531 "[CWD]/src/build/android/test_runner.py", |
546 "perf", | 532 "perf", |
547 "--print-step", | 533 "--print-step", |
548 "page_cycler.foo", | 534 "page_cycler.foo", |
549 "--verbose", | 535 "--verbose", |
550 "--blacklist-file", | 536 "--blacklist-file", |
551 "[SLAVE_BUILD]/src/out/bad_devices.json" | 537 "[CWD]/src/out/bad_devices.json" |
552 ], | 538 ], |
553 "cwd": "[SLAVE_BUILD]", | |
554 "env": { | 539 "env": { |
555 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 540 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
556 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 541 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
557 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 542 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
558 }, | 543 }, |
559 "name": "page_cycler.foo", | 544 "name": "page_cycler.foo", |
560 "~followup_annotations": [ | 545 "~followup_annotations": [ |
561 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 546 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
562 "@@@STEP_LOG_LINE@json.output@[]@@@", | 547 "@@@STEP_LOG_LINE@json.output@[]@@@", |
563 "@@@STEP_LOG_END@json.output@@@" | 548 "@@@STEP_LOG_END@json.output@@@" |
564 ] | 549 ] |
565 }, | 550 }, |
566 { | 551 { |
567 "allow_subannotations": true, | 552 "allow_subannotations": true, |
(...skipping 15 matching lines...) Expand all Loading... |
583 "--perf-dashboard-id=perf_test.foo", | 568 "--perf-dashboard-id=perf_test.foo", |
584 "--perf-id=android-nexus5", | 569 "--perf-id=android-nexus5", |
585 "--test-type=perf_test.foo", | 570 "--test-type=perf_test.foo", |
586 "--step-name=perf_test.foo", | 571 "--step-name=perf_test.foo", |
587 "--chartjson-file", | 572 "--chartjson-file", |
588 "/path/to/tmp/json", | 573 "/path/to/tmp/json", |
589 "--builder-name=Android Nexus5 Perf (1)", | 574 "--builder-name=Android Nexus5 Perf (1)", |
590 "--slave-name=slavename", | 575 "--slave-name=slavename", |
591 "--build-number=571", | 576 "--build-number=571", |
592 "--run-python-script", | 577 "--run-python-script", |
593 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 578 "[CWD]/src/build/android/test_runner.py", |
594 "perf", | 579 "perf", |
595 "--print-step", | 580 "--print-step", |
596 "perf_test.foo", | 581 "perf_test.foo", |
597 "--verbose", | 582 "--verbose", |
598 "--blacklist-file", | 583 "--blacklist-file", |
599 "[SLAVE_BUILD]/src/out/bad_devices.json" | 584 "[CWD]/src/out/bad_devices.json" |
600 ], | 585 ], |
601 "cwd": "[SLAVE_BUILD]", | |
602 "env": { | 586 "env": { |
603 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 587 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
604 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 588 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
605 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 589 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
606 }, | 590 }, |
607 "name": "perf_test.foo", | 591 "name": "perf_test.foo", |
608 "~followup_annotations": [ | 592 "~followup_annotations": [ |
609 "step returned non-zero exit code: 87", | 593 "step returned non-zero exit code: 87", |
610 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", | 594 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", |
611 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 595 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
612 "@@@STEP_LOG_END@json.output (invalid)@@@", | 596 "@@@STEP_LOG_END@json.output (invalid)@@@", |
613 "@@@STEP_EXCEPTION@@@" | 597 "@@@STEP_EXCEPTION@@@" |
614 ] | 598 ] |
615 }, | 599 }, |
616 { | 600 { |
617 "cmd": [ | 601 "cmd": [ |
618 "python", | 602 "python", |
619 "-u", | 603 "-u", |
620 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 604 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
621 "--action", | 605 "--action", |
622 "stop", | 606 "stop", |
623 "--pid-file-path", | 607 "--pid-file-path", |
624 "/tmp/device_monitor.pid" | 608 "/tmp/device_monitor.pid" |
625 ], | 609 ], |
626 "cwd": "[SLAVE_BUILD]", | |
627 "name": "shutdown_device_monitor" | 610 "name": "shutdown_device_monitor" |
628 }, | 611 }, |
629 { | 612 { |
630 "cmd": [ | 613 "cmd": [ |
631 "python", | 614 "python", |
632 "-u", | 615 "-u", |
633 "[SLAVE_BUILD]/src/build/android/adb_logcat_printer.py", | 616 "[CWD]/src/build/android/adb_logcat_printer.py", |
634 "--output-path", | 617 "--output-path", |
635 "[SLAVE_BUILD]/src/out/Release/full_log", | 618 "[CWD]/src/out/Release/full_log", |
636 "[SLAVE_BUILD]/src/out/logcat" | 619 "[CWD]/src/out/logcat" |
637 ], | 620 ], |
638 "cwd": "[SLAVE_BUILD]", | |
639 "name": "logcat_dump" | 621 "name": "logcat_dump" |
640 }, | 622 }, |
641 { | 623 { |
642 "cmd": [ | 624 "cmd": [ |
643 "python", | 625 "python", |
644 "-u", | 626 "-u", |
645 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 627 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
646 "--", | 628 "--", |
647 "[DEPOT_TOOLS]/gsutil.py", | 629 "[ROOT]/b/depot_tools/gsutil.py", |
648 "--force-version", | 630 "--force-version", |
649 "4.7", | 631 "4.7", |
650 "-o", | 632 "-o", |
651 "GSUtil:parallel_composite_upload_threshold=50M", | 633 "GSUtil:parallel_composite_upload_threshold=50M", |
652 "----", | 634 "----", |
653 "cp", | 635 "cp", |
654 "[SLAVE_BUILD]/src/out/Release/full_log", | 636 "[CWD]/src/out/Release/full_log", |
655 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571" | 637 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571" |
656 ], | 638 ], |
657 "cwd": "[SLAVE_BUILD]", | |
658 "name": "gsutil upload", | 639 "name": "gsutil upload", |
659 "~followup_annotations": [ | 640 "~followup_annotations": [ |
660 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Nexus5 Perf (1)/571@@@" | 641 "@@@STEP_LINK@logcat dump@https://storage.cloud.google.com/chromium-androi
d/logcat_dumps/Android Nexus5 Perf (1)/571@@@" |
661 ] | 642 ] |
662 }, | 643 }, |
663 { | 644 { |
664 "cmd": [ | 645 "cmd": [ |
665 "[SLAVE_BUILD]/src/third_party/android_platform/development/scripts/stack"
, | 646 "[CWD]/src/third_party/android_platform/development/scripts/stack", |
666 "--arch", | 647 "--arch", |
667 "arm", | 648 "arm", |
668 "--more-info", | 649 "--more-info", |
669 "[SLAVE_BUILD]/src/out/Release/full_log" | 650 "[CWD]/src/out/Release/full_log" |
670 ], | 651 ], |
671 "cwd": "[SLAVE_BUILD]", | |
672 "env": { | 652 "env": { |
673 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 653 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
674 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 654 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
675 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 655 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
676 }, | 656 }, |
677 "name": "stack_tool_with_logcat_dump" | 657 "name": "stack_tool_with_logcat_dump" |
678 }, | 658 }, |
679 { | 659 { |
680 "cmd": [ | 660 "cmd": [ |
681 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 661 "[CWD]/src/build/android/tombstones.py", |
682 "-a", | 662 "-a", |
683 "-s", | 663 "-s", |
684 "-w" | 664 "-w" |
685 ], | 665 ], |
686 "cwd": "[SLAVE_BUILD]", | |
687 "env": { | 666 "env": { |
688 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 667 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Release", |
689 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 668 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
690 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 669 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" |
691 }, | 670 }, |
692 "name": "stack_tool_for_tombstones" | 671 "name": "stack_tool_for_tombstones" |
693 }, | 672 }, |
694 { | 673 { |
695 "cmd": [ | 674 "cmd": [ |
696 "python", | 675 "python", |
697 "-u", | 676 "-u", |
698 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", | 677 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", |
699 "[SLAVE_BUILD]/src/out/Release/test_logs/*.log" | 678 "[CWD]/src/out/Release/test_logs/*.log" |
700 ], | 679 ], |
701 "cwd": "[SLAVE_BUILD]", | |
702 "name": "test_report", | 680 "name": "test_report", |
703 "~followup_annotations": [ | 681 "~followup_annotations": [ |
704 "@@@STEP_LOG_LINE@python.inline@@@@", | 682 "@@@STEP_LOG_LINE@python.inline@@@@", |
705 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 683 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
706 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 684 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
707 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 685 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
708 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 686 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
709 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 687 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
710 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 688 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
711 "@@@STEP_LOG_END@python.inline@@@" | 689 "@@@STEP_LOG_END@python.inline@@@" |
712 ] | 690 ] |
713 }, | 691 }, |
714 { | 692 { |
715 "name": "$result", | 693 "name": "$result", |
716 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", | 694 "reason": "sharded perf tests failed [InfraFailure(\"Infra Failure: Step('pe
rf_test.foo') returned 87\",)]", |
717 "status_code": 1 | 695 "status_code": 1 |
718 } | 696 } |
719 ] | 697 ] |
OLD | NEW |