| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr
c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins':
None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat
a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl
ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram
e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat
a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src
/data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test
s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t
ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki
t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk
it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name':
'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int
ernal.git'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': False, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/sr
c.git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins':
None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/dat
a/firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchpl
ugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/fram
e_rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/dat
a/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src
/data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_test
s': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 'src/t
ools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webki
t/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/webk
it/data/xbm_decoder': None}, 'deps_file': '.DEPS.git', 'managed': False, 'name':
'src-internal', 'url': 'https://chrome-internal.googlesource.com/chrome/src-int
ernal.git'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 166 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 167 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 167 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 168 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 168 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 169 "@@@STEP_LOG_END@python.inline@@@" | 169 "@@@STEP_LOG_END@python.inline@@@" |
| 170 ] | 170 ] |
| 171 }, | 171 }, |
| 172 { | 172 { |
| 173 "cmd": [ | 173 "cmd": [ |
| 174 "python", | 174 "python", |
| 175 "-u", | 175 "-u", |
| 176 "\nimport sys\nsys.path.append(sys.argv[1])\nfrom devil import devil_env\n
devil_env.config.Initialize()\n", |
| 177 "[SLAVE_BUILD]/src/third_party/catapult/devil" |
| 178 ], |
| 179 "name": "initialize devil", |
| 180 "~followup_annotations": [ |
| 181 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@sys.path.append(sys.argv[1])@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@from devil import devil_env@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@devil_env.config.Initialize()@@@", |
| 186 "@@@STEP_LOG_END@python.inline@@@" |
| 187 ] |
| 188 }, |
| 189 { |
| 190 "cmd": [ |
| 191 "python", |
| 192 "-u", |
| 176 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 193 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 177 "--", | 194 "--", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 195 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 179 "--force-version", | 196 "--force-version", |
| 180 "4.7", | 197 "4.7", |
| 181 "----", | 198 "----", |
| 182 "cp", | 199 "cp", |
| 183 "gs://chrome-perf/Android Builder/full-build-linux_deadbeef.zip", | 200 "gs://chrome-perf/Android Builder/full-build-linux_deadbeef.zip", |
| 184 "[SLAVE_BUILD]/src/out/build_product.zip" | 201 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 185 ], | 202 ], |
| 186 "name": "gsutil download_build_product" | 203 "name": "gsutil download_build_product" |
| 187 }, | 204 }, |
| 188 { | 205 { |
| 189 "cmd": [ | 206 "cmd": [ |
| 190 "unzip", | 207 "unzip", |
| 191 "-o", | 208 "-o", |
| 192 "[SLAVE_BUILD]/src/out/build_product.zip" | 209 "[SLAVE_BUILD]/src/out/build_product.zip" |
| 193 ], | 210 ], |
| 194 "cwd": "[SLAVE_BUILD]/src", | 211 "cwd": "[SLAVE_BUILD]/src", |
| 195 "name": "unzip_build_product" | 212 "name": "unzip_build_product" |
| 196 }, | 213 }, |
| 197 { | 214 { |
| 198 "cmd": [ | 215 "cmd": [ |
| 199 "python", | 216 "python", |
| 200 "-u", | 217 "-u", |
| 201 "[SLAVE_BUILD]/src/build/symlink.py", | 218 "[SLAVE_BUILD]/src/build/symlink.py", |
| 202 "-f", | 219 "-f", |
| 203 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 220 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 204 "~/adb" | 221 "~/adb" |
| 205 ], | 222 ], |
| 206 "name": "create adb symlink" | 223 "name": "create adb symlink" |
| 207 }, | 224 }, |
| 208 { | 225 { |
| 209 "cmd": [ | 226 "cmd": [ |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 211 "--", | 228 "--", |
| 212 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 229 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
| 213 "[SLAVE_BUILD]/src/out/logcat", | 230 "[SLAVE_BUILD]/src/out/logcat", |
| 214 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 231 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db" |
| 215 ], | 232 ], |
| 216 "env": { | 233 "env": { |
| 217 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 234 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 235 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 219 }, | 236 }, |
| 220 "name": "spawn_logcat_monitor" | 237 "name": "spawn_logcat_monitor" |
| 221 }, | 238 }, |
| 222 { | 239 { |
| 223 "cmd": [ | 240 "cmd": [ |
| 224 "python", | 241 "python", |
| 225 "-u", | 242 "-u", |
| 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", | 243 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", |
| 227 "--action", | 244 "--action", |
| 228 "restart", | 245 "restart", |
| 229 "--pid-file-path", | 246 "--pid-file-path", |
| 230 "/tmp/device_monitor.pid", | 247 "/tmp/device_monitor.pid", |
| 231 "--", | 248 "--", |
| 232 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m
onitor.py", | 249 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_m
onitor.py", |
| 233 "--adb-path", | 250 "--adb-path", |
| 234 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 251 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 235 "--blacklist-file", | 252 "--blacklist-file", |
| 236 "[SLAVE_BUILD]/src/out/bad_devices.json" | 253 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 237 ], | 254 ], |
| 238 "name": "spawn_device_monitor" | 255 "name": "spawn_device_monitor" |
| 239 }, | 256 }, |
| 240 { | 257 { |
| 241 "cmd": [ | 258 "cmd": [ |
| 242 "python", | 259 "python", |
| 243 "-u", | 260 "-u", |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", | 261 "RECIPE_PACKAGE_REPO[build]/scripts/slave/android/authorize_adb_devices.py
", |
| 245 "--verbose", | 262 "--verbose", |
| 246 "--adb-path", | 263 "--adb-path", |
| 247 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 264 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db" |
| 248 ], | 265 ], |
| 249 "env": { | 266 "env": { |
| 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 251 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 268 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 252 }, | 269 }, |
| 253 "name": "authorize_adb_devices" | 270 "name": "authorize_adb_devices" |
| 254 }, | 271 }, |
| 255 { | 272 { |
| 256 "cmd": [ | 273 "cmd": [ |
| 257 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", | 274 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_r
ecovery.py", |
| 258 "--blacklist-file", | 275 "--blacklist-file", |
| 259 "[SLAVE_BUILD]/src/out/bad_devices.json", | 276 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 260 "--known-devices-file", | 277 "--known-devices-file", |
| 261 "[HOME]/.android/known_devices.json", | 278 "[HOME]/.android/known_devices.json", |
| 262 "--adb-path", | 279 "--adb-path", |
| 263 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 280 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 264 "-v", | 281 "-v", |
| 265 "--enable-usb-reset" | 282 "--enable-usb-reset" |
| 266 ], | 283 ], |
| 267 "env": { | 284 "env": { |
| 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 285 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 269 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 270 }, | 287 }, |
| 271 "name": "device_recovery" | 288 "name": "device_recovery" |
| 272 }, | 289 }, |
| 273 { | 290 { |
| 274 "cmd": [ | 291 "cmd": [ |
| 275 "python", | 292 "python", |
| 276 "-u", | 293 "-u", |
| 277 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 294 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
| 278 "--adb-path", | 295 "--adb-path", |
| 279 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 296 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 280 "--blacklist-file", | 297 "--blacklist-file", |
| 281 "[SLAVE_BUILD]/src/out/bad_devices.json", | 298 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 282 "--output-device-blacklist", | 299 "--output-device-blacklist", |
| 283 "/path/to/tmp/json", | 300 "/path/to/tmp/json", |
| 284 "-t", | 301 "-t", |
| 285 "Release", | 302 "Release", |
| 286 "--min-battery-level", | 303 "--min-battery-level", |
| 287 "95", | 304 "95", |
| 288 "--disable-network", | 305 "--disable-network", |
| 289 "--disable-java-debug", | 306 "--disable-java-debug", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 301 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", | 318 "[SLAVE_BUILD]/src/third_party/catapult/devil/devil/android/tools/device_s
tatus.py", |
| 302 "--json-output", | 319 "--json-output", |
| 303 "/path/to/tmp/json", | 320 "/path/to/tmp/json", |
| 304 "--blacklist-file", | 321 "--blacklist-file", |
| 305 "[SLAVE_BUILD]/src/out/bad_devices.json", | 322 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 306 "--known-devices-file", | 323 "--known-devices-file", |
| 307 "[HOME]/.android/known_devices.json", | 324 "[HOME]/.android/known_devices.json", |
| 308 "--buildbot-path", | 325 "--buildbot-path", |
| 309 "/home/chrome-bot/.adb_device_info", | 326 "/home/chrome-bot/.adb_device_info", |
| 310 "--adb-path", | 327 "--adb-path", |
| 311 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 328 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 312 "-v", | 329 "-v", |
| 313 "--overwrite-known-devices-files" | 330 "--overwrite-known-devices-files" |
| 314 ], | 331 ], |
| 315 "env": { | 332 "env": { |
| 316 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 317 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 334 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 318 }, | 335 }, |
| 319 "name": "device_status", | 336 "name": "device_status", |
| 320 "~followup_annotations": [ | 337 "~followup_annotations": [ |
| 321 "@@@STEP_TEXT@Online devices: 1@@@", | 338 "@@@STEP_TEXT@Online devices: 1@@@", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "name": "get version" | 440 "name": "get version" |
| 424 }, | 441 }, |
| 425 { | 442 { |
| 426 "cmd": [ | 443 "cmd": [ |
| 427 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 444 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 428 "ChromePublic.apk", | 445 "ChromePublic.apk", |
| 429 "-v", | 446 "-v", |
| 430 "--blacklist-file", | 447 "--blacklist-file", |
| 431 "[SLAVE_BUILD]/src/out/bad_devices.json", | 448 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 432 "--adb-path", | 449 "--adb-path", |
| 433 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 450 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 434 "--release" | 451 "--release" |
| 435 ], | 452 ], |
| 436 "env": { | 453 "env": { |
| 437 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 438 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 455 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 439 }, | 456 }, |
| 440 "name": "install ChromePublic.apk" | 457 "name": "install ChromePublic.apk" |
| 441 }, | 458 }, |
| 442 { | 459 { |
| 443 "cmd": [ | 460 "cmd": [ |
| (...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 "-u", | 630 "-u", |
| 614 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 631 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 615 "perf", | 632 "perf", |
| 616 "--steps", | 633 "--steps", |
| 617 "{\"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}", | 634 "{\"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}", |
| 618 "--output-json-list", | 635 "--output-json-list", |
| 619 "/path/to/tmp/json", | 636 "/path/to/tmp/json", |
| 620 "--blacklist-file", | 637 "--blacklist-file", |
| 621 "[SLAVE_BUILD]/src/out/bad_devices.json", | 638 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 622 "--adb-path", | 639 "--adb-path", |
| 623 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 640 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db" |
| 624 ], | 641 ], |
| 625 "env": { | 642 "env": { |
| 626 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 643 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 627 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 644 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 628 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 645 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 629 }, | 646 }, |
| 630 "name": "get perf test list", | 647 "name": "get perf test list", |
| 631 "~followup_annotations": [ | 648 "~followup_annotations": [ |
| 632 "@@@STEP_LOG_LINE@json.output@[@@@", | 649 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 633 "@@@STEP_LOG_LINE@json.output@ {@@@", | 650 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 "--builder-name=Android Nexus5 Perf (1)", | 687 "--builder-name=Android Nexus5 Perf (1)", |
| 671 "--slave-name=slavename", | 688 "--slave-name=slavename", |
| 672 "--build-number=571", | 689 "--build-number=571", |
| 673 "--run-python-script", | 690 "--run-python-script", |
| 674 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 691 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 675 "perf", | 692 "perf", |
| 676 "--print-step", | 693 "--print-step", |
| 677 "page_cycler.foo", | 694 "page_cycler.foo", |
| 678 "--verbose", | 695 "--verbose", |
| 679 "--adb-path", | 696 "--adb-path", |
| 680 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 697 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 681 "--blacklist-file", | 698 "--blacklist-file", |
| 682 "[SLAVE_BUILD]/src/out/bad_devices.json", | 699 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 683 "--enable-platform-mode" | 700 "--enable-platform-mode" |
| 684 ], | 701 ], |
| 685 "env": { | 702 "env": { |
| 686 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 703 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 687 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 704 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 688 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 705 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 689 }, | 706 }, |
| 690 "name": "page_cycler.foo", | 707 "name": "page_cycler.foo", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 "--builder-name=Android Nexus5 Perf (1)", | 739 "--builder-name=Android Nexus5 Perf (1)", |
| 723 "--slave-name=slavename", | 740 "--slave-name=slavename", |
| 724 "--build-number=571", | 741 "--build-number=571", |
| 725 "--run-python-script", | 742 "--run-python-script", |
| 726 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 743 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
| 727 "perf", | 744 "perf", |
| 728 "--print-step", | 745 "--print-step", |
| 729 "perf_test.foo", | 746 "perf_test.foo", |
| 730 "--verbose", | 747 "--verbose", |
| 731 "--adb-path", | 748 "--adb-path", |
| 732 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 749 "[SLAVE_BUILD]/src/third_party/catapult/devil/bin/deps/linux2/x86_64/bin/a
db", |
| 733 "--blacklist-file", | 750 "--blacklist-file", |
| 734 "[SLAVE_BUILD]/src/out/bad_devices.json", | 751 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 735 "--enable-platform-mode" | 752 "--enable-platform-mode" |
| 736 ], | 753 ], |
| 737 "env": { | 754 "env": { |
| 738 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", | 755 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", |
| 739 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 756 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 740 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 757 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 741 }, | 758 }, |
| 742 "name": "perf_test.foo", | 759 "name": "perf_test.foo", |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 "@@@STEP_LOG_END@python.inline@@@" | 867 "@@@STEP_LOG_END@python.inline@@@" |
| 851 ] | 868 ] |
| 852 }, | 869 }, |
| 853 { | 870 { |
| 854 "name": "$result", | 871 "name": "$result", |
| 855 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 872 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
| 856 "recipe_result": null, | 873 "recipe_result": null, |
| 857 "status_code": 1 | 874 "status_code": 1 |
| 858 } | 875 } |
| 859 ] | 876 ] |
| OLD | NEW |