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