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.linux", | 8 "chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "Android Tests", | 10 "Android Tests", |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 "--adb-path", | 412 "--adb-path", |
413 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 413 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
414 ], | 414 ], |
415 "env": { | 415 "env": { |
416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
417 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 417 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
418 }, | 418 }, |
419 "name": "authorize_adb_devices" | 419 "name": "authorize_adb_devices" |
420 }, | 420 }, |
421 { | 421 { |
422 "cmd": [], | |
423 "env": { | |
424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
425 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
426 }, | |
427 "name": "fix_device_file_format" | |
428 }, | |
429 { | |
430 "cmd": [ | |
431 "python", | |
432 "-u", | |
433 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
434 "[BUILD]/site_config/.known_devices", | |
435 "/path/to/tmp/" | |
436 ], | |
437 "env": { | |
438 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
439 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
440 }, | |
441 "name": "fix_device_file_format.read_device_file", | |
442 "~followup_annotations": [ | |
443 "@@@STEP_NEST_LEVEL@1@@@", | |
444 "@@@STEP_TEXT@file format is compatible@@@" | |
445 ] | |
446 }, | |
447 { | |
448 "cmd": [ | 422 "cmd": [ |
449 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 423 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
450 "--adb-path", | 424 "--adb-path", |
451 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 425 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
452 "--blacklist-file", | 426 "--blacklist-file", |
453 "[SLAVE_BUILD]/src/out/bad_devices.json", | 427 "[SLAVE_BUILD]/src/out/bad_devices.json", |
454 "--json-output", | 428 "--json-output", |
455 "/path/to/tmp/json", | 429 "/path/to/tmp/json", |
456 "--known-devices-file", | 430 "--known-devices-file", |
457 "[BUILD]/site_config/.known_devices" | 431 "[BUILD]/site_config/.known_devices" |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
769 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 743 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
770 "@@@STEP_LOG_END@python.inline@@@" | 744 "@@@STEP_LOG_END@python.inline@@@" |
771 ] | 745 ] |
772 }, | 746 }, |
773 { | 747 { |
774 "name": "$result", | 748 "name": "$result", |
775 "reason": "1 tests failed: ['ChromePublicTest']", | 749 "reason": "1 tests failed: ['ChromePublicTest']", |
776 "status_code": 1 | 750 "status_code": 1 |
777 } | 751 } |
778 ] | 752 ] |
OLD | NEW |