| 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 = [{'custom_deps': {'src/chrome/test
/chromedriver/third_party/java_tests': 'https://chromium.googlesource.com/chromi
um/deps/webdriver'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', '
url': 'https://chromium.googlesource.com/chromium/src.git'}]\ntarget_os = ['andr
oid']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'src/chrome/test
/chromedriver/third_party/java_tests': 'https://chromium.googlesource.com/chromi
um/deps/webdriver'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', '
url': 'https://chromium.googlesource.com/chromium/src.git'}]\ntarget_os = ['andr
oid']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 "[\"07a00ca4\"]", | 438 "[\"07a00ca4\"]", |
| 439 "--blacklist-file", | 439 "--blacklist-file", |
| 440 "[SLAVE_BUILD]/src/out/bad_devices.json" | 440 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 441 ], | 441 ], |
| 442 "name": "spawn_device_monitor" | 442 "name": "spawn_device_monitor" |
| 443 }, | 443 }, |
| 444 { | 444 { |
| 445 "cmd": [ | 445 "cmd": [ |
| 446 "python", | 446 "python", |
| 447 "-u", | 447 "-u", |
| 448 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 448 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 449 "[SLAVE_BUILD]/src/chrome/VERSION", | 449 "[SLAVE_BUILD]/src/chrome/VERSION", |
| 450 "/path/to/tmp/" | 450 "/path/to/tmp/" |
| 451 ], | 451 ], |
| 452 "name": "get version" | 452 "name": "get version" |
| 453 }, | 453 }, |
| 454 { | 454 { |
| 455 "cmd": [ | 455 "cmd": [ |
| 456 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 456 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 457 "ChromeDriverWebViewShell.apk", | 457 "ChromeDriverWebViewShell.apk", |
| 458 "-v", | 458 "-v", |
| 459 "--blacklist-file", | 459 "--blacklist-file", |
| 460 "[SLAVE_BUILD]/src/out/bad_devices.json", | 460 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 461 "--adb-path", | 461 "--adb-path", |
| 462 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" | 462 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb" |
| 463 ], | 463 ], |
| 464 "env": { | 464 "env": { |
| 465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 465 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 466 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 466 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 467 }, | 467 }, |
| 468 "name": "install ChromeDriverWebViewShell.apk" | 468 "name": "install ChromeDriverWebViewShell.apk" |
| 469 }, | 469 }, |
| 470 { | 470 { |
| 471 "cmd": [ | 471 "cmd": [ |
| 472 "python", | 472 "python", |
| 473 "-u", | 473 "-u", |
| 474 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 474 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 475 "[SLAVE_BUILD]/src/chrome/VERSION", | 475 "[SLAVE_BUILD]/src/chrome/VERSION", |
| 476 "/path/to/tmp/" | 476 "/path/to/tmp/" |
| 477 ], | 477 ], |
| 478 "name": "get version (2)" | 478 "name": "get version (2)" |
| 479 }, | 479 }, |
| 480 { | 480 { |
| 481 "cmd": [ | 481 "cmd": [ |
| 482 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", | 482 "[SLAVE_BUILD]/src/build/android/adb_install_apk.py", |
| 483 "ChromePublic.apk", | 483 "ChromePublic.apk", |
| 484 "-v", | 484 "-v", |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1037 ], | 1037 ], |
| 1038 "name": "Download Test Results Log.gsutil download results log", | 1038 "name": "Download Test Results Log.gsutil download results log", |
| 1039 "~followup_annotations": [ | 1039 "~followup_annotations": [ |
| 1040 "@@@STEP_NEST_LEVEL@1@@@" | 1040 "@@@STEP_NEST_LEVEL@1@@@" |
| 1041 ] | 1041 ] |
| 1042 }, | 1042 }, |
| 1043 { | 1043 { |
| 1044 "cmd": [ | 1044 "cmd": [ |
| 1045 "python", | 1045 "python", |
| 1046 "-u", | 1046 "-u", |
| 1047 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1047 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1048 "[TMP_BASE]/results_log_tmp_10/android_log.json", | 1048 "[TMP_BASE]/results_log_tmp_10/android_log.json", |
| 1049 "/path/to/tmp/" | 1049 "/path/to/tmp/" |
| 1050 ], | 1050 ], |
| 1051 "name": "Download Test Results Log.read results log file", | 1051 "name": "Download Test Results Log.read results log file", |
| 1052 "~followup_annotations": [ | 1052 "~followup_annotations": [ |
| 1053 "@@@STEP_NEST_LEVEL@1@@@" | 1053 "@@@STEP_NEST_LEVEL@1@@@" |
| 1054 ] | 1054 ] |
| 1055 }, | 1055 }, |
| 1056 { | 1056 { |
| 1057 "cmd": [ | 1057 "cmd": [ |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1168 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", | 1168 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug", |
| 1169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 1169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 1170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 1170 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 1171 }, | 1171 }, |
| 1172 "name": "stack_tool_with_logcat_dump" | 1172 "name": "stack_tool_with_logcat_dump" |
| 1173 }, | 1173 }, |
| 1174 { | 1174 { |
| 1175 "cmd": [ | 1175 "cmd": [ |
| 1176 "python", | 1176 "python", |
| 1177 "-u", | 1177 "-u", |
| 1178 "\nimport shutil\nimport sys\n# Apparently, shutil.copy fails if files are
binary-equal on *nix OSes.\n# See http://crbug.com/636168#c8.\nif hasattr(shuti
l, '_samefile'):\n if shutil._samefile(sys.argv[1], sys.argv[2]):\n sys.exit
(0)\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 1178 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 1179 "[SLAVE_BUILD]/src/chrome/VERSION", | 1179 "[SLAVE_BUILD]/src/chrome/VERSION", |
| 1180 "/path/to/tmp/" | 1180 "/path/to/tmp/" |
| 1181 ], | 1181 ], |
| 1182 "name": "get version (3)" | 1182 "name": "get version (3)" |
| 1183 }, | 1183 }, |
| 1184 { | 1184 { |
| 1185 "cmd": [ | 1185 "cmd": [ |
| 1186 "[SLAVE_BUILD]/src/build/android/tombstones.py", | 1186 "[SLAVE_BUILD]/src/build/android/tombstones.py", |
| 1187 "-a", | 1187 "-a", |
| 1188 "-s", | 1188 "-s", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1213 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 1213 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 1214 "@@@STEP_LOG_END@python.inline@@@" | 1214 "@@@STEP_LOG_END@python.inline@@@" |
| 1215 ] | 1215 ] |
| 1216 }, | 1216 }, |
| 1217 { | 1217 { |
| 1218 "name": "$result", | 1218 "name": "$result", |
| 1219 "recipe_result": null, | 1219 "recipe_result": null, |
| 1220 "status_code": 0 | 1220 "status_code": 0 |
| 1221 } | 1221 } |
| 1222 ] | 1222 ] |
| OLD | NEW |