Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: scripts/slave/recipe_modules/amp/example.expected/slow_tests_basic.json

Issue 1642553003: [Android] Switch the x86, x64, and mips builders on chromium.android to mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove Android WebView (amp) Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "--test-apk", 103 "--test-apk",
104 "TestApk.apk", 104 "TestApk.apk",
105 "--isolate-file-path", 105 "--isolate-file-path",
106 "isolate_file.isolate", 106 "isolate_file.isolate",
107 "--annotation", 107 "--annotation",
108 "SmallTest", 108 "SmallTest",
109 "--additional-apk", 109 "--additional-apk",
110 "ExtraApk1.apk", 110 "ExtraApk1.apk",
111 "--additional-apk", 111 "--additional-apk",
112 "ExtraApk2.apk", 112 "ExtraApk2.apk",
113 "--timeout-scale",
114 "10",
113 "--enable-platform-mode", 115 "--enable-platform-mode",
114 "-e", 116 "-e",
115 "remote_device", 117 "remote_device",
116 "--api-key-file", 118 "--api-key-file",
117 "[BUILD]/site_config/.amp_main_pool_key", 119 "[BUILD]/site_config/.amp_main_pool_key",
118 "--api-secret-file", 120 "--api-secret-file",
119 "[BUILD]/site_config/.amp_main_pool_secret", 121 "[BUILD]/site_config/.amp_main_pool_secret",
120 "--api-address", 122 "--api-address",
121 "127.0.0.1", 123 "127.0.0.1",
122 "--api-port", 124 "--api-port",
123 "80", 125 "80",
124 "--api-protocol", 126 "--api-protocol",
125 "http", 127 "http",
126 "--device-type", 128 "--device-type",
127 "Android", 129 "Android",
128 "--remote-device", 130 "--remote-device",
129 "SampleDevice", 131 "SampleDevice",
130 "--remote-device-os", 132 "--remote-device-os",
131 "SampleDeviceOS", 133 "SampleDeviceOS",
132 "--network-config", 134 "--network-config",
133 "8", 135 "8",
136 "--test-timeout",
137 "3600",
134 "--trigger", 138 "--trigger",
135 "/path/to/tmp/json", 139 "/path/to/tmp/json",
136 "--verbose" 140 "--verbose"
137 ], 141 ],
138 "cwd": "[SLAVE_BUILD]", 142 "cwd": "[SLAVE_BUILD]",
139 "name": "[trigger] example_instrumentation_suite", 143 "name": "[trigger] example_instrumentation_suite",
140 "~followup_annotations": [ 144 "~followup_annotations": [
141 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", 145 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@",
142 "@@@STEP_LOG_LINE@json.output@{@@@", 146 "@@@STEP_LOG_LINE@json.output@{@@@",
143 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 147 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 "~followup_annotations": [ 550 "~followup_annotations": [
547 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" 551 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@"
548 ] 552 ]
549 }, 553 },
550 { 554 {
551 "name": "$result", 555 "name": "$result",
552 "recipe_result": null, 556 "recipe_result": null,
553 "status_code": 0 557 "status_code": 0
554 } 558 }
555 ] 559 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698