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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Android Tests (amp instrumentation test split)", | 10 "Android Tests (amp instrumentation test split)", |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
372 "cmd": [ | 372 "cmd": [ |
373 "python", | 373 "python", |
374 "-u", | 374 "-u", |
375 "[SLAVE_BUILD]/src/build/android/test_runner.py", | 375 "[SLAVE_BUILD]/src/build/android/test_runner.py", |
376 "instrumentation", | 376 "instrumentation", |
377 "--apk-under-test", | 377 "--apk-under-test", |
378 "AndroidWebView", | 378 "AndroidWebView", |
379 "--test-apk", | 379 "--test-apk", |
380 "AndroidWebViewTest", | 380 "AndroidWebViewTest", |
381 "--isolate-file-path", | 381 "--isolate-file-path", |
382 "[SLAVE_BUILD]/src/android_webview/android_webview_test_apk.isolate", | 382 "[SLAVE_BUILD]/src/android_webview/android_webview_test_data.isolate", |
383 "--enable-platform-mode", | 383 "--enable-platform-mode", |
384 "-e", | 384 "-e", |
385 "remote_device", | 385 "remote_device", |
386 "--api-key-file", | 386 "--api-key-file", |
387 "[BUILD]/site_config/.amp_main_pool_key", | 387 "[BUILD]/site_config/.amp_main_pool_key", |
388 "--api-secret-file", | 388 "--api-secret-file", |
389 "[BUILD]/site_config/.amp_main_pool_secret", | 389 "[BUILD]/site_config/.amp_main_pool_secret", |
390 "--api-address", | 390 "--api-address", |
391 "172.22.21.180", | 391 "172.22.21.180", |
392 "--api-port", | 392 "--api-port", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 435 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
436 "@@@STEP_LOG_END@python.inline@@@" | 436 "@@@STEP_LOG_END@python.inline@@@" |
437 ] | 437 ] |
438 }, | 438 }, |
439 { | 439 { |
440 "name": "$result", | 440 "name": "$result", |
441 "recipe_result": null, | 441 "recipe_result": null, |
442 "status_code": 0 | 442 "status_code": 0 |
443 } | 443 } |
444 ] | 444 ] |
OLD | NEW |