| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 6 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", |
| 7 "--", | 7 "--", |
| 8 "[DEPOT_TOOLS]/gsutil.py", | 8 "[DEPOT_TOOLS]/gsutil.py", |
| 9 "----", | 9 "----", |
| 10 "cp", | 10 "cp", |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 "--test-apk", | 101 "--test-apk", |
| 102 "TestApk.apk", | 102 "TestApk.apk", |
| 103 "--isolate-file-path", | 103 "--isolate-file-path", |
| 104 "isolate_file.isolate", | 104 "isolate_file.isolate", |
| 105 "--annotation", | 105 "--annotation", |
| 106 "SmallTest", | 106 "SmallTest", |
| 107 "--additional-apk", | 107 "--additional-apk", |
| 108 "ExtraApk1.apk", | 108 "ExtraApk1.apk", |
| 109 "--additional-apk", | 109 "--additional-apk", |
| 110 "ExtraApk2.apk", | 110 "ExtraApk2.apk", |
| 111 "--timeout-scale", |
| 112 "10", |
| 111 "--enable-platform-mode", | 113 "--enable-platform-mode", |
| 112 "-e", | 114 "-e", |
| 113 "remote_device", | 115 "remote_device", |
| 114 "--api-key-file", | 116 "--api-key-file", |
| 115 "[BUILD]/site_config/.amp_main_pool_key", | 117 "[BUILD]/site_config/.amp_main_pool_key", |
| 116 "--api-secret-file", | 118 "--api-secret-file", |
| 117 "[BUILD]/site_config/.amp_main_pool_secret", | 119 "[BUILD]/site_config/.amp_main_pool_secret", |
| 118 "--api-address", | 120 "--api-address", |
| 119 "127.0.0.1", | 121 "127.0.0.1", |
| 120 "--api-port", | 122 "--api-port", |
| 121 "80", | 123 "80", |
| 122 "--api-protocol", | 124 "--api-protocol", |
| 123 "http", | 125 "http", |
| 124 "--device-type", | 126 "--device-type", |
| 125 "Android", | 127 "Android", |
| 126 "--remote-device", | 128 "--remote-device", |
| 127 "SampleDevice", | 129 "SampleDevice", |
| 128 "--remote-device-os", | 130 "--remote-device-os", |
| 129 "SampleDeviceOS", | 131 "SampleDeviceOS", |
| 132 "--test-timeout", |
| 133 "3600", |
| 130 "--trigger", | 134 "--trigger", |
| 131 "/path/to/tmp/json", | 135 "/path/to/tmp/json", |
| 132 "--verbose" | 136 "--verbose" |
| 133 ], | 137 ], |
| 134 "cwd": "[SLAVE_BUILD]", | 138 "cwd": "[SLAVE_BUILD]", |
| 135 "name": "[trigger] example_instrumentation_suite", | 139 "name": "[trigger] example_instrumentation_suite", |
| 136 "~followup_annotations": [ | 140 "~followup_annotations": [ |
| 137 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", | 141 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", |
| 138 "@@@STEP_LOG_LINE@json.output@{@@@", | 142 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", | 143 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 540 "~followup_annotations": [ | 544 "~followup_annotations": [ |
| 541 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" | 545 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l
ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" |
| 542 ] | 546 ] |
| 543 }, | 547 }, |
| 544 { | 548 { |
| 545 "name": "$result", | 549 "name": "$result", |
| 546 "recipe_result": null, | 550 "recipe_result": null, |
| 547 "status_code": 0 | 551 "status_code": 0 |
| 548 } | 552 } |
| 549 ] | 553 ] |
| OLD | NEW |