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

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

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
7 "--", 7 "--",
8 "[DEPOT_TOOLS]/gsutil.py", 8 "[ROOT]/b/depot_tools/gsutil.py",
9 "----", 9 "----",
10 "cp", 10 "cp",
11 "gs://chrome-amp-keys/main_pool/api_key", 11 "gs://chrome-amp-keys/main_pool/api_key",
12 "[BUILD]/site_config/.amp_main_pool_key" 12 "[ROOT]/b/build/site_config/.amp_main_pool_key"
13 ], 13 ],
14 "cwd": "[SLAVE_BUILD]",
15 "name": "gsutil download amp api key" 14 "name": "gsutil download amp api key"
16 }, 15 },
17 { 16 {
18 "cmd": [ 17 "cmd": [
19 "python", 18 "python",
20 "-u", 19 "-u",
21 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 20 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
22 "--", 21 "--",
23 "[DEPOT_TOOLS]/gsutil.py", 22 "[ROOT]/b/depot_tools/gsutil.py",
24 "----", 23 "----",
25 "cp", 24 "cp",
26 "gs://chrome-amp-keys/main_pool/api_secret", 25 "gs://chrome-amp-keys/main_pool/api_secret",
27 "[BUILD]/site_config/.amp_main_pool_secret" 26 "[ROOT]/b/build/site_config/.amp_main_pool_secret"
28 ], 27 ],
29 "cwd": "[SLAVE_BUILD]",
30 "name": "gsutil download amp api secret" 28 "name": "gsutil download amp api secret"
31 }, 29 },
32 { 30 {
33 "cmd": [ 31 "cmd": [
34 "python", 32 "python",
35 "-u", 33 "-u",
36 "[SLAVE_BUILD]/src/build/android/test_runner.py", 34 "[CWD]/src/build/android/test_runner.py",
37 "gtest", 35 "gtest",
38 "-s", 36 "-s",
39 "example_gtest_suite", 37 "example_gtest_suite",
40 "--enable-platform-mode", 38 "--enable-platform-mode",
41 "-e", 39 "-e",
42 "remote_device", 40 "remote_device",
43 "--api-key-file", 41 "--api-key-file",
44 "[BUILD]/site_config/.amp_main_pool_key", 42 "[ROOT]/b/build/site_config/.amp_main_pool_key",
45 "--api-secret-file", 43 "--api-secret-file",
46 "[BUILD]/site_config/.amp_main_pool_secret", 44 "[ROOT]/b/build/site_config/.amp_main_pool_secret",
47 "--api-address", 45 "--api-address",
48 "127.0.0.1", 46 "127.0.0.1",
49 "--api-port", 47 "--api-port",
50 "80", 48 "80",
51 "--api-protocol", 49 "--api-protocol",
52 "http", 50 "http",
53 "--device-type", 51 "--device-type",
54 "Android", 52 "Android",
55 "--remote-device", 53 "--remote-device",
56 "SampleDevice", 54 "SampleDevice",
57 "--remote-device-os", 55 "--remote-device-os",
58 "SampleDeviceOS", 56 "SampleDeviceOS",
59 "--trigger", 57 "--trigger",
60 "/path/to/tmp/json", 58 "/path/to/tmp/json",
61 "--verbose" 59 "--verbose"
62 ], 60 ],
63 "cwd": "[SLAVE_BUILD]",
64 "env": { 61 "env": {
65 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" 62 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Debug"
66 }, 63 },
67 "name": "[trigger] example_gtest_suite", 64 "name": "[trigger] example_gtest_suite",
68 "~followup_annotations": [ 65 "~followup_annotations": [
69 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", 66 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@",
70 "@@@STEP_LOG_LINE@json.output@{@@@", 67 "@@@STEP_LOG_LINE@json.output@{@@@",
71 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 68 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
72 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", 69 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@",
73 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", 70 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@",
74 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", 71 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", 72 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@",
76 "@@@STEP_LOG_LINE@json.output@ }@@@", 73 "@@@STEP_LOG_LINE@json.output@ }@@@",
77 "@@@STEP_LOG_LINE@json.output@ }, @@@", 74 "@@@STEP_LOG_LINE@json.output@ }, @@@",
78 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@",
79 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"T35TRUN1D\"@@@", 76 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"T35TRUN1D\"@@@",
80 "@@@STEP_LOG_LINE@json.output@ }@@@", 77 "@@@STEP_LOG_LINE@json.output@ }@@@",
81 "@@@STEP_LOG_LINE@json.output@}@@@", 78 "@@@STEP_LOG_LINE@json.output@}@@@",
82 "@@@STEP_LOG_END@json.output@@@" 79 "@@@STEP_LOG_END@json.output@@@"
83 ] 80 ]
84 }, 81 },
85 { 82 {
86 "cmd": [ 83 "cmd": [
87 "python", 84 "python",
88 "-u", 85 "-u",
89 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 86 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
90 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 87 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
91 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 88 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json"
92 ], 89 ],
93 "cwd": "[SLAVE_BUILD]",
94 "name": "[trigger] save example_gtest_suite" 90 "name": "[trigger] save example_gtest_suite"
95 }, 91 },
96 { 92 {
97 "cmd": [ 93 "cmd": [
98 "python", 94 "python",
99 "-u", 95 "-u",
100 "[SLAVE_BUILD]/src/build/android/test_runner.py", 96 "[CWD]/src/build/android/test_runner.py",
101 "instrumentation", 97 "instrumentation",
102 "--apk-under-test", 98 "--apk-under-test",
103 "ApkUnderTest.apk", 99 "ApkUnderTest.apk",
104 "--test-apk", 100 "--test-apk",
105 "TestApk.apk", 101 "TestApk.apk",
106 "--isolate-file-path", 102 "--isolate-file-path",
107 "isolate_file.isolate", 103 "isolate_file.isolate",
108 "--annotation", 104 "--annotation",
109 "SmallTest", 105 "SmallTest",
110 "--additional-apk", 106 "--additional-apk",
111 "ExtraApk1.apk", 107 "ExtraApk1.apk",
112 "--additional-apk", 108 "--additional-apk",
113 "ExtraApk2.apk", 109 "ExtraApk2.apk",
114 "--timeout-scale", 110 "--timeout-scale",
115 "10", 111 "10",
116 "--enable-platform-mode", 112 "--enable-platform-mode",
117 "-e", 113 "-e",
118 "remote_device", 114 "remote_device",
119 "--api-key-file", 115 "--api-key-file",
120 "[BUILD]/site_config/.amp_main_pool_key", 116 "[ROOT]/b/build/site_config/.amp_main_pool_key",
121 "--api-secret-file", 117 "--api-secret-file",
122 "[BUILD]/site_config/.amp_main_pool_secret", 118 "[ROOT]/b/build/site_config/.amp_main_pool_secret",
123 "--api-address", 119 "--api-address",
124 "127.0.0.1", 120 "127.0.0.1",
125 "--api-port", 121 "--api-port",
126 "80", 122 "80",
127 "--api-protocol", 123 "--api-protocol",
128 "http", 124 "http",
129 "--device-type", 125 "--device-type",
130 "Android", 126 "Android",
131 "--remote-device", 127 "--remote-device",
132 "SampleDevice", 128 "SampleDevice",
133 "--remote-device-os", 129 "--remote-device-os",
134 "SampleDeviceOS", 130 "SampleDeviceOS",
135 "--test-timeout", 131 "--test-timeout",
136 "3600", 132 "3600",
137 "--trigger", 133 "--trigger",
138 "/path/to/tmp/json", 134 "/path/to/tmp/json",
139 "--verbose" 135 "--verbose"
140 ], 136 ],
141 "cwd": "[SLAVE_BUILD]",
142 "env": { 137 "env": {
143 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" 138 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Debug"
144 }, 139 },
145 "name": "[trigger] example_instrumentation_suite", 140 "name": "[trigger] example_instrumentation_suite",
146 "~followup_annotations": [ 141 "~followup_annotations": [
147 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", 142 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@",
148 "@@@STEP_LOG_LINE@json.output@{@@@", 143 "@@@STEP_LOG_LINE@json.output@{@@@",
149 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 144 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", 145 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@",
151 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", 146 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@",
152 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", 147 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@",
153 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", 148 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@",
154 "@@@STEP_LOG_LINE@json.output@ }@@@", 149 "@@@STEP_LOG_LINE@json.output@ }@@@",
155 "@@@STEP_LOG_LINE@json.output@ }, @@@", 150 "@@@STEP_LOG_LINE@json.output@ }, @@@",
156 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@", 151 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@",
157 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"T35TRUN1D\"@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"T35TRUN1D\"@@@",
158 "@@@STEP_LOG_LINE@json.output@ }@@@", 153 "@@@STEP_LOG_LINE@json.output@ }@@@",
159 "@@@STEP_LOG_LINE@json.output@}@@@", 154 "@@@STEP_LOG_LINE@json.output@}@@@",
160 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
161 ] 156 ]
162 }, 157 },
163 { 158 {
164 "cmd": [ 159 "cmd": [
165 "python", 160 "python",
166 "-u", 161 "-u",
167 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 162 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
168 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 163 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
169 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 164 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json"
170 ], 165 ],
171 "cwd": "[SLAVE_BUILD]",
172 "name": "[trigger] save example_instrumentation_suite" 166 "name": "[trigger] save example_instrumentation_suite"
173 }, 167 },
174 { 168 {
175 "cmd": [ 169 "cmd": [
176 "python", 170 "python",
177 "-u", 171 "-u",
178 "[SLAVE_BUILD]/src/build/android/test_runner.py", 172 "[CWD]/src/build/android/test_runner.py",
179 "uirobot", 173 "uirobot",
180 "--minutes", 174 "--minutes",
181 "5", 175 "5",
182 "--app-under-test", 176 "--app-under-test",
183 "Example.apk", 177 "Example.apk",
184 "--enable-platform-mode", 178 "--enable-platform-mode",
185 "-e", 179 "-e",
186 "remote_device", 180 "remote_device",
187 "--api-key-file", 181 "--api-key-file",
188 "[BUILD]/site_config/.amp_main_pool_key", 182 "[ROOT]/b/build/site_config/.amp_main_pool_key",
189 "--api-secret-file", 183 "--api-secret-file",
190 "[BUILD]/site_config/.amp_main_pool_secret", 184 "[ROOT]/b/build/site_config/.amp_main_pool_secret",
191 "--api-address", 185 "--api-address",
192 "127.0.0.1", 186 "127.0.0.1",
193 "--api-port", 187 "--api-port",
194 "80", 188 "80",
195 "--api-protocol", 189 "--api-protocol",
196 "http", 190 "http",
197 "--device-type", 191 "--device-type",
198 "Android", 192 "Android",
199 "--remote-device", 193 "--remote-device",
200 "SampleDevice", 194 "SampleDevice",
201 "--remote-device-os", 195 "--remote-device-os",
202 "SampleDeviceOS", 196 "SampleDeviceOS",
203 "--trigger", 197 "--trigger",
204 "/path/to/tmp/json", 198 "/path/to/tmp/json",
205 "--verbose" 199 "--verbose"
206 ], 200 ],
207 "cwd": "[SLAVE_BUILD]",
208 "env": { 201 "env": {
209 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" 202 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Debug"
210 }, 203 },
211 "name": "[trigger] example_uirobot_suite", 204 "name": "[trigger] example_uirobot_suite",
212 "~followup_annotations": [ 205 "~followup_annotations": [
213 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@", 206 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@",
214 "@@@STEP_LOG_LINE@json.output@{@@@", 207 "@@@STEP_LOG_LINE@json.output@{@@@",
215 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 208 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
216 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", 209 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@",
217 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", 210 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@",
218 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", 211 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@",
219 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", 212 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@",
220 "@@@STEP_LOG_LINE@json.output@ }@@@", 213 "@@@STEP_LOG_LINE@json.output@ }@@@",
221 "@@@STEP_LOG_LINE@json.output@ }, @@@", 214 "@@@STEP_LOG_LINE@json.output@ }, @@@",
222 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@", 215 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@",
223 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"T35TRUN1D\"@@@", 216 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"T35TRUN1D\"@@@",
224 "@@@STEP_LOG_LINE@json.output@ }@@@", 217 "@@@STEP_LOG_LINE@json.output@ }@@@",
225 "@@@STEP_LOG_LINE@json.output@}@@@", 218 "@@@STEP_LOG_LINE@json.output@}@@@",
226 "@@@STEP_LOG_END@json.output@@@" 219 "@@@STEP_LOG_END@json.output@@@"
227 ] 220 ]
228 }, 221 },
229 { 222 {
230 "cmd": [ 223 "cmd": [
231 "python", 224 "python",
232 "-u", 225 "-u",
233 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 226 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
234 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}", 227 "{\"env\": {\"device\": {\"brand\": \"Foo\", \"name\": \"Fone\", \"os_vers ion\": \"1.2.3\"}}, \"test_run\": {\"test_run_id\": \"T35TRUN1D\"}}",
235 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json" 228 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json"
236 ], 229 ],
237 "cwd": "[SLAVE_BUILD]",
238 "name": "[trigger] save example_uirobot_suite" 230 "name": "[trigger] save example_uirobot_suite"
239 }, 231 },
240 { 232 {
241 "cmd": [ 233 "cmd": [
242 "python", 234 "python",
243 "-u", 235 "-u",
244 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
245 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 237 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
246 "/path/to/tmp/json" 238 "/path/to/tmp/json"
247 ], 239 ],
248 "cwd": "[SLAVE_BUILD]",
249 "name": "[collect] load example_gtest_suite", 240 "name": "[collect] load example_gtest_suite",
250 "~followup_annotations": [ 241 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@json.output@{@@@", 242 "@@@STEP_LOG_LINE@json.output@{@@@",
252 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 243 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", 244 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@",
254 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", 245 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@",
255 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", 246 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", 247 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@",
257 "@@@STEP_LOG_LINE@json.output@ }@@@", 248 "@@@STEP_LOG_LINE@json.output@ }@@@",
258 "@@@STEP_LOG_LINE@json.output@ }@@@", 249 "@@@STEP_LOG_LINE@json.output@ }@@@",
259 "@@@STEP_LOG_LINE@json.output@}@@@", 250 "@@@STEP_LOG_LINE@json.output@}@@@",
260 "@@@STEP_LOG_END@json.output@@@" 251 "@@@STEP_LOG_END@json.output@@@"
261 ] 252 ]
262 }, 253 },
263 { 254 {
264 "cmd": [ 255 "cmd": [
265 "python", 256 "python",
266 "-u", 257 "-u",
267 "[SLAVE_BUILD]/src/build/android/test_runner.py", 258 "[CWD]/src/build/android/test_runner.py",
268 "gtest", 259 "gtest",
269 "-s", 260 "-s",
270 "example_gtest_suite", 261 "example_gtest_suite",
271 "--enable-platform-mode", 262 "--enable-platform-mode",
272 "-e", 263 "-e",
273 "remote_device", 264 "remote_device",
274 "--api-key-file", 265 "--api-key-file",
275 "[BUILD]/site_config/.amp_main_pool_key", 266 "[ROOT]/b/build/site_config/.amp_main_pool_key",
276 "--api-secret-file", 267 "--api-secret-file",
277 "[BUILD]/site_config/.amp_main_pool_secret", 268 "[ROOT]/b/build/site_config/.amp_main_pool_secret",
278 "--api-address", 269 "--api-address",
279 "127.0.0.1", 270 "127.0.0.1",
280 "--api-port", 271 "--api-port",
281 "80", 272 "80",
282 "--api-protocol", 273 "--api-protocol",
283 "http", 274 "http",
284 "--device-type", 275 "--device-type",
285 "Android", 276 "Android",
286 "--collect", 277 "--collect",
287 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 278 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
288 "--results-path", 279 "--results-path",
289 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", 280 "[TMP]/amp_results_tmp_2/T35TRUN1D/results.zip",
290 "--verbose" 281 "--verbose"
291 ], 282 ],
292 "cwd": "[SLAVE_BUILD]",
293 "env": { 283 "env": {
294 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" 284 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Debug"
295 }, 285 },
296 "name": "[collect] example_gtest_suite", 286 "name": "[collect] example_gtest_suite",
297 "~followup_annotations": [ 287 "~followup_annotations": [
298 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 288 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
299 ] 289 ]
300 }, 290 },
301 { 291 {
302 "cmd": [ 292 "cmd": [
303 "python", 293 "python",
304 "-u", 294 "-u",
305 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 295 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
306 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 296 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
307 "/path/to/tmp/json" 297 "/path/to/tmp/json"
308 ], 298 ],
309 "cwd": "[SLAVE_BUILD]",
310 "name": "[upload logcat] load example_gtest_suite data", 299 "name": "[upload logcat] load example_gtest_suite data",
311 "~followup_annotations": [ 300 "~followup_annotations": [
312 "@@@STEP_LOG_LINE@json.output@{@@@", 301 "@@@STEP_LOG_LINE@json.output@{@@@",
313 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@", 302 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@",
314 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 303 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
315 "@@@STEP_LOG_LINE@json.output@ }@@@", 304 "@@@STEP_LOG_LINE@json.output@ }@@@",
316 "@@@STEP_LOG_LINE@json.output@}@@@", 305 "@@@STEP_LOG_LINE@json.output@}@@@",
317 "@@@STEP_LOG_END@json.output@@@" 306 "@@@STEP_LOG_END@json.output@@@"
318 ] 307 ]
319 }, 308 },
320 { 309 {
321 "cmd": [ 310 "cmd": [
322 "python", 311 "python",
323 "-u", 312 "-u",
324 "RECIPE_MODULE[build::zip]/resources/unzip.py" 313 "RECIPE_MODULE[build::zip]/resources/unzip.py"
325 ], 314 ],
326 "cwd": "[SLAVE_BUILD]",
327 "name": "[upload logcat] unzip results for example_gtest_suite", 315 "name": "[upload logcat] unzip results for example_gtest_suite",
328 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" 316 "stdin": "{\"output\": \"[TMP]/amp_results_tmp_2/T35TRUN1D/unzipped_results\ ", \"zip_file\": \"[TMP]/amp_results_tmp_2/T35TRUN1D/results.zip\"}"
329 }, 317 },
330 { 318 {
331 "cmd": [ 319 "cmd": [
332 "python", 320 "python",
333 "-u", 321 "-u",
334 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 322 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
335 "--", 323 "--",
336 "[DEPOT_TOOLS]/gsutil.py", 324 "[ROOT]/b/depot_tools/gsutil.py",
337 "----", 325 "----",
338 "cp", 326 "cp",
339 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 327 "[TMP]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/logca t.txt",
340 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt" 328 "gs://chrome-amp-results/logcats/logcat_example_gtest_suite_T35TRUN1D.txt"
341 ], 329 ],
342 "cwd": "[SLAVE_BUILD]",
343 "name": "gsutil [upload logcat] example_gtest_suite", 330 "name": "gsutil [upload logcat] example_gtest_suite",
344 "~followup_annotations": [ 331 "~followup_annotations": [
345 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_gtest_suite_T35TRUN1D.txt@@@" 332 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_gtest_suite_T35TRUN1D.txt@@@"
346 ] 333 ]
347 }, 334 },
348 { 335 {
349 "cmd": [ 336 "cmd": [
350 "python", 337 "python",
351 "-u", 338 "-u",
352 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 339 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
353 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 340 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
354 "/path/to/tmp/json" 341 "/path/to/tmp/json"
355 ], 342 ],
356 "cwd": "[SLAVE_BUILD]",
357 "name": "[collect] load example_instrumentation_suite", 343 "name": "[collect] load example_instrumentation_suite",
358 "~followup_annotations": [ 344 "~followup_annotations": [
359 "@@@STEP_LOG_LINE@json.output@{@@@", 345 "@@@STEP_LOG_LINE@json.output@{@@@",
360 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 346 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
361 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", 347 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@",
362 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", 348 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@",
363 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", 349 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@",
364 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", 350 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@",
365 "@@@STEP_LOG_LINE@json.output@ }@@@", 351 "@@@STEP_LOG_LINE@json.output@ }@@@",
366 "@@@STEP_LOG_LINE@json.output@ }@@@", 352 "@@@STEP_LOG_LINE@json.output@ }@@@",
367 "@@@STEP_LOG_LINE@json.output@}@@@", 353 "@@@STEP_LOG_LINE@json.output@}@@@",
368 "@@@STEP_LOG_END@json.output@@@" 354 "@@@STEP_LOG_END@json.output@@@"
369 ] 355 ]
370 }, 356 },
371 { 357 {
372 "cmd": [ 358 "cmd": [
373 "python", 359 "python",
374 "-u", 360 "-u",
375 "[SLAVE_BUILD]/src/build/android/test_runner.py", 361 "[CWD]/src/build/android/test_runner.py",
376 "instrumentation", 362 "instrumentation",
377 "--apk-under-test", 363 "--apk-under-test",
378 "ApkUnderTest.apk", 364 "ApkUnderTest.apk",
379 "--test-apk", 365 "--test-apk",
380 "TestApk.apk", 366 "TestApk.apk",
381 "--enable-platform-mode", 367 "--enable-platform-mode",
382 "-e", 368 "-e",
383 "remote_device", 369 "remote_device",
384 "--api-key-file", 370 "--api-key-file",
385 "[BUILD]/site_config/.amp_main_pool_key", 371 "[ROOT]/b/build/site_config/.amp_main_pool_key",
386 "--api-secret-file", 372 "--api-secret-file",
387 "[BUILD]/site_config/.amp_main_pool_secret", 373 "[ROOT]/b/build/site_config/.amp_main_pool_secret",
388 "--api-address", 374 "--api-address",
389 "127.0.0.1", 375 "127.0.0.1",
390 "--api-port", 376 "--api-port",
391 "80", 377 "80",
392 "--api-protocol", 378 "--api-protocol",
393 "http", 379 "http",
394 "--device-type", 380 "--device-type",
395 "Android", 381 "Android",
396 "--collect", 382 "--collect",
397 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 383 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
398 "--results-path", 384 "--results-path",
399 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", 385 "[TMP]/amp_results_tmp_2/T35TRUN1D/results.zip",
400 "--verbose" 386 "--verbose"
401 ], 387 ],
402 "cwd": "[SLAVE_BUILD]",
403 "env": { 388 "env": {
404 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" 389 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Debug"
405 }, 390 },
406 "name": "[collect] example_instrumentation_suite", 391 "name": "[collect] example_instrumentation_suite",
407 "~followup_annotations": [ 392 "~followup_annotations": [
408 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 393 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
409 ] 394 ]
410 }, 395 },
411 { 396 {
412 "cmd": [ 397 "cmd": [
413 "python", 398 "python",
414 "-u", 399 "-u",
415 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 400 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
416 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 401 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
417 "/path/to/tmp/json" 402 "/path/to/tmp/json"
418 ], 403 ],
419 "cwd": "[SLAVE_BUILD]",
420 "name": "[upload logcat] load example_instrumentation_suite data", 404 "name": "[upload logcat] load example_instrumentation_suite data",
421 "~followup_annotations": [ 405 "~followup_annotations": [
422 "@@@STEP_LOG_LINE@json.output@{@@@", 406 "@@@STEP_LOG_LINE@json.output@{@@@",
423 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@", 407 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@",
424 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 408 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
425 "@@@STEP_LOG_LINE@json.output@ }@@@", 409 "@@@STEP_LOG_LINE@json.output@ }@@@",
426 "@@@STEP_LOG_LINE@json.output@}@@@", 410 "@@@STEP_LOG_LINE@json.output@}@@@",
427 "@@@STEP_LOG_END@json.output@@@" 411 "@@@STEP_LOG_END@json.output@@@"
428 ] 412 ]
429 }, 413 },
430 { 414 {
431 "cmd": [ 415 "cmd": [
432 "python", 416 "python",
433 "-u", 417 "-u",
434 "RECIPE_MODULE[build::zip]/resources/unzip.py" 418 "RECIPE_MODULE[build::zip]/resources/unzip.py"
435 ], 419 ],
436 "cwd": "[SLAVE_BUILD]",
437 "name": "[upload logcat] unzip results for example_instrumentation_suite", 420 "name": "[upload logcat] unzip results for example_instrumentation_suite",
438 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" 421 "stdin": "{\"output\": \"[TMP]/amp_results_tmp_2/T35TRUN1D/unzipped_results\ ", \"zip_file\": \"[TMP]/amp_results_tmp_2/T35TRUN1D/results.zip\"}"
439 }, 422 },
440 { 423 {
441 "cmd": [ 424 "cmd": [
442 "python", 425 "python",
443 "-u", 426 "-u",
444 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 427 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
445 "--", 428 "--",
446 "[DEPOT_TOOLS]/gsutil.py", 429 "[ROOT]/b/depot_tools/gsutil.py",
447 "----", 430 "----",
448 "cp", 431 "cp",
449 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 432 "[TMP]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/logca t.txt",
450 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T RUN1D.txt" 433 "gs://chrome-amp-results/logcats/logcat_example_instrumentation_suite_T35T RUN1D.txt"
451 ], 434 ],
452 "cwd": "[SLAVE_BUILD]",
453 "name": "gsutil [upload logcat] example_instrumentation_suite", 435 "name": "gsutil [upload logcat] example_instrumentation_suite",
454 "~followup_annotations": [ 436 "~followup_annotations": [
455 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_instrumentation_suite_T35TRUN1D.txt@@@" 437 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_instrumentation_suite_T35TRUN1D.txt@@@"
456 ] 438 ]
457 }, 439 },
458 { 440 {
459 "cmd": [ 441 "cmd": [
460 "python", 442 "python",
461 "-u", 443 "-u",
462 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 444 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
463 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 445 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
464 "/path/to/tmp/json" 446 "/path/to/tmp/json"
465 ], 447 ],
466 "cwd": "[SLAVE_BUILD]",
467 "name": "[collect] load example_uirobot_suite", 448 "name": "[collect] load example_uirobot_suite",
468 "~followup_annotations": [ 449 "~followup_annotations": [
469 "@@@STEP_LOG_LINE@json.output@{@@@", 450 "@@@STEP_LOG_LINE@json.output@{@@@",
470 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@", 451 "@@@STEP_LOG_LINE@json.output@ \"env\": {@@@",
471 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@", 452 "@@@STEP_LOG_LINE@json.output@ \"device\": {@@@",
472 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@", 453 "@@@STEP_LOG_LINE@json.output@ \"brand\": \"Foo\", @@@",
473 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@", 454 "@@@STEP_LOG_LINE@json.output@ \"name\": \"Fone\", @@@",
474 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@", 455 "@@@STEP_LOG_LINE@json.output@ \"os_version\": \"1.2.3\"@@@",
475 "@@@STEP_LOG_LINE@json.output@ }@@@", 456 "@@@STEP_LOG_LINE@json.output@ }@@@",
476 "@@@STEP_LOG_LINE@json.output@ }@@@", 457 "@@@STEP_LOG_LINE@json.output@ }@@@",
477 "@@@STEP_LOG_LINE@json.output@}@@@", 458 "@@@STEP_LOG_LINE@json.output@}@@@",
478 "@@@STEP_LOG_END@json.output@@@" 459 "@@@STEP_LOG_END@json.output@@@"
479 ] 460 ]
480 }, 461 },
481 { 462 {
482 "cmd": [ 463 "cmd": [
483 "python", 464 "python",
484 "-u", 465 "-u",
485 "[SLAVE_BUILD]/src/build/android/test_runner.py", 466 "[CWD]/src/build/android/test_runner.py",
486 "uirobot", 467 "uirobot",
487 "--minutes", 468 "--minutes",
488 "5", 469 "5",
489 "--enable-platform-mode", 470 "--enable-platform-mode",
490 "-e", 471 "-e",
491 "remote_device", 472 "remote_device",
492 "--api-key-file", 473 "--api-key-file",
493 "[BUILD]/site_config/.amp_main_pool_key", 474 "[ROOT]/b/build/site_config/.amp_main_pool_key",
494 "--api-secret-file", 475 "--api-secret-file",
495 "[BUILD]/site_config/.amp_main_pool_secret", 476 "[ROOT]/b/build/site_config/.amp_main_pool_secret",
496 "--api-address", 477 "--api-address",
497 "127.0.0.1", 478 "127.0.0.1",
498 "--api-port", 479 "--api-port",
499 "80", 480 "80",
500 "--api-protocol", 481 "--api-protocol",
501 "http", 482 "http",
502 "--device-type", 483 "--device-type",
503 "Android", 484 "Android",
504 "--collect", 485 "--collect",
505 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 486 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
506 "--results-path", 487 "--results-path",
507 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip", 488 "[TMP]/amp_results_tmp_2/T35TRUN1D/results.zip",
508 "--verbose" 489 "--verbose"
509 ], 490 ],
510 "cwd": "[SLAVE_BUILD]",
511 "env": { 491 "env": {
512 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Debug" 492 "CHROMIUM_OUTPUT_DIR": "[CWD]/src/out/Debug"
513 }, 493 },
514 "name": "[collect] example_uirobot_suite", 494 "name": "[collect] example_uirobot_suite",
515 "~followup_annotations": [ 495 "~followup_annotations": [
516 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@" 496 "@@@STEP_TEXT@on Foo Fone 1.2.3@@@"
517 ] 497 ]
518 }, 498 },
519 { 499 {
520 "cmd": [ 500 "cmd": [
521 "python", 501 "python",
522 "-u", 502 "-u",
523 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 503 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
524 "[TMP_BASE]/amp_trigger_tmp_1/T35TRUN1D.json", 504 "[TMP]/amp_trigger_tmp_1/T35TRUN1D.json",
525 "/path/to/tmp/json" 505 "/path/to/tmp/json"
526 ], 506 ],
527 "cwd": "[SLAVE_BUILD]",
528 "name": "[upload logcat] load example_uirobot_suite data", 507 "name": "[upload logcat] load example_uirobot_suite data",
529 "~followup_annotations": [ 508 "~followup_annotations": [
530 "@@@STEP_LOG_LINE@json.output@{@@@", 509 "@@@STEP_LOG_LINE@json.output@{@@@",
531 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@", 510 "@@@STEP_LOG_LINE@json.output@ \"test_run\": {@@@",
532 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@", 511 "@@@STEP_LOG_LINE@json.output@ \"test_run_id\": \"12345abcde\"@@@",
533 "@@@STEP_LOG_LINE@json.output@ }@@@", 512 "@@@STEP_LOG_LINE@json.output@ }@@@",
534 "@@@STEP_LOG_LINE@json.output@}@@@", 513 "@@@STEP_LOG_LINE@json.output@}@@@",
535 "@@@STEP_LOG_END@json.output@@@" 514 "@@@STEP_LOG_END@json.output@@@"
536 ] 515 ]
537 }, 516 },
538 { 517 {
539 "cmd": [ 518 "cmd": [
540 "python", 519 "python",
541 "-u", 520 "-u",
542 "RECIPE_MODULE[build::zip]/resources/unzip.py" 521 "RECIPE_MODULE[build::zip]/resources/unzip.py"
543 ], 522 ],
544 "cwd": "[SLAVE_BUILD]",
545 "name": "[upload logcat] unzip results for example_uirobot_suite", 523 "name": "[upload logcat] unzip results for example_uirobot_suite",
546 "stdin": "{\"output\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_res ults\", \"zip_file\": \"[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/results.zip\"}" 524 "stdin": "{\"output\": \"[TMP]/amp_results_tmp_2/T35TRUN1D/unzipped_results\ ", \"zip_file\": \"[TMP]/amp_results_tmp_2/T35TRUN1D/results.zip\"}"
547 }, 525 },
548 { 526 {
549 "cmd": [ 527 "cmd": [
550 "python", 528 "python",
551 "-u", 529 "-u",
552 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 530 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
553 "--", 531 "--",
554 "[DEPOT_TOOLS]/gsutil.py", 532 "[ROOT]/b/depot_tools/gsutil.py",
555 "----", 533 "----",
556 "cp", 534 "cp",
557 "[TMP_BASE]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/ logcat.txt", 535 "[TMP]/amp_results_tmp_2/T35TRUN1D/unzipped_results/appurify_results/logca t.txt",
558 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx t" 536 "gs://chrome-amp-results/logcats/logcat_example_uirobot_suite_T35TRUN1D.tx t"
559 ], 537 ],
560 "cwd": "[SLAVE_BUILD]",
561 "name": "gsutil [upload logcat] example_uirobot_suite", 538 "name": "gsutil [upload logcat] example_uirobot_suite",
562 "~followup_annotations": [ 539 "~followup_annotations": [
563 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@" 540 "@@@STEP_LINK@logcat@https://storage.cloud.google.com/chrome-amp-results/l ogcats/logcat_example_uirobot_suite_T35TRUN1D.txt@@@"
564 ] 541 ]
565 }, 542 },
566 { 543 {
567 "name": "$result", 544 "name": "$result",
568 "recipe_result": null, 545 "recipe_result": null,
569 "status_code": 0 546 "status_code": 0
570 } 547 }
571 ] 548 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698