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

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

Powered by Google App Engine
This is Rietveld 408576698