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

Side by Side Diff: scripts/slave/recipes/flutter/flutter.expected/linux.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, 7 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 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n", 6 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\npath = sys.argv[1]\nif os.path.exists(path):\n for p in (o s.path.join(path, x) for x in os.listdir(path)):\n if os.path.isdir(p):\n chromium_utils.RemoveDirectory(p)\n else:\n os.unlink(p)\n",
7 "[SLAVE_BUILD]" 7 "[CWD]"
8 ], 8 ],
9 "cwd": "[SLAVE_BUILD]",
10 "name": "rmcontents everything", 9 "name": "rmcontents everything",
11 "~followup_annotations": [ 10 "~followup_annotations": [
12 "@@@STEP_LOG_LINE@python.inline@@@@", 11 "@@@STEP_LOG_LINE@python.inline@@@@",
13 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 12 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
14 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 13 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
15 "@@@STEP_LOG_LINE@python.inline@@@@", 14 "@@@STEP_LOG_LINE@python.inline@@@@",
16 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 15 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
17 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@", 16 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(path):@@@",
18 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in os.listdir(path)):@@@", 17 "@@@STEP_LOG_LINE@python.inline@ for p in (os.path.join(path, x) for x in os.listdir(path)):@@@",
19 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@", 18 "@@@STEP_LOG_LINE@python.inline@ if os.path.isdir(p):@@@",
20 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@ ", 19 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(p)@@@ ",
21 "@@@STEP_LOG_LINE@python.inline@ else:@@@", 20 "@@@STEP_LOG_LINE@python.inline@ else:@@@",
22 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@", 21 "@@@STEP_LOG_LINE@python.inline@ os.unlink(p)@@@",
23 "@@@STEP_LOG_END@python.inline@@@" 22 "@@@STEP_LOG_END@python.inline@@@"
24 ] 23 ]
25 }, 24 },
26 { 25 {
27 "cmd": [ 26 "cmd": [
28 "python", 27 "python",
29 "-u", 28 "-u",
30 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 29 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py",
31 "--path", 30 "--path",
32 "[SLAVE_BUILD]/flutter", 31 "[CWD]/flutter",
33 "--url", 32 "--url",
34 "https://chromium.googlesource.com/external/github.com/flutter/flutter" 33 "https://chromium.googlesource.com/external/github.com/flutter/flutter"
35 ], 34 ],
36 "cwd": "[SLAVE_BUILD]",
37 "name": "git setup" 35 "name": "git setup"
38 }, 36 },
39 { 37 {
40 "cmd": [ 38 "cmd": [
41 "git", 39 "git",
42 "retry", 40 "retry",
43 "fetch", 41 "fetch",
44 "origin", 42 "origin",
45 "master", 43 "master",
46 "--recurse-submodules" 44 "--recurse-submodules"
47 ], 45 ],
48 "cwd": "[SLAVE_BUILD]/flutter", 46 "cwd": "[CWD]/flutter",
49 "name": "git fetch" 47 "name": "git fetch"
50 }, 48 },
51 { 49 {
52 "cmd": [ 50 "cmd": [
53 "git", 51 "git",
54 "checkout", 52 "checkout",
55 "-f", 53 "-f",
56 "FETCH_HEAD" 54 "FETCH_HEAD"
57 ], 55 ],
58 "cwd": "[SLAVE_BUILD]/flutter", 56 "cwd": "[CWD]/flutter",
59 "name": "git checkout" 57 "name": "git checkout"
60 }, 58 },
61 { 59 {
62 "cmd": [ 60 "cmd": [
63 "git", 61 "git",
64 "rev-parse", 62 "rev-parse",
65 "HEAD" 63 "HEAD"
66 ], 64 ],
67 "cwd": "[SLAVE_BUILD]/flutter", 65 "cwd": "[CWD]/flutter",
68 "name": "read revision", 66 "name": "read revision",
69 "stdout": "/path/to/tmp/", 67 "stdout": "/path/to/tmp/",
70 "~followup_annotations": [ 68 "~followup_annotations": [
71 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@", 69 "@@@STEP_TEXT@<br/>checked out 'deadbeef'<br/>@@@",
72 "@@@SET_BUILD_PROPERTY@got_revision@\"deadbeef\"@@@" 70 "@@@SET_BUILD_PROPERTY@got_revision@\"deadbeef\"@@@"
73 ] 71 ]
74 }, 72 },
75 { 73 {
76 "cmd": [ 74 "cmd": [
77 "git", 75 "git",
78 "clean", 76 "clean",
79 "-f", 77 "-f",
80 "-d", 78 "-d",
81 "-x" 79 "-x"
82 ], 80 ],
83 "cwd": "[SLAVE_BUILD]/flutter", 81 "cwd": "[CWD]/flutter",
84 "name": "git clean" 82 "name": "git clean"
85 }, 83 },
86 { 84 {
87 "cmd": [ 85 "cmd": [
88 "git", 86 "git",
89 "submodule", 87 "submodule",
90 "sync" 88 "sync"
91 ], 89 ],
92 "cwd": "[SLAVE_BUILD]/flutter", 90 "cwd": "[CWD]/flutter",
93 "name": "submodule sync" 91 "name": "submodule sync"
94 }, 92 },
95 { 93 {
96 "cmd": [ 94 "cmd": [
97 "git", 95 "git",
98 "submodule", 96 "submodule",
99 "update", 97 "update",
100 "--init", 98 "--init",
101 "--recursive" 99 "--recursive"
102 ], 100 ],
103 "cwd": "[SLAVE_BUILD]/flutter", 101 "cwd": "[CWD]/flutter",
104 "name": "submodule update" 102 "name": "submodule update"
105 }, 103 },
106 { 104 {
107 "cmd": [ 105 "cmd": [
108 "[SLAVE_BUILD]/flutter/infra/download_android_tools.py" 106 "[CWD]/flutter/infra/download_android_tools.py"
109 ], 107 ],
110 "cwd": "[SLAVE_BUILD]",
111 "name": "download android tools" 108 "name": "download android tools"
112 }, 109 },
113 { 110 {
114 "cmd": [ 111 "cmd": [
115 "flutter", 112 "flutter",
116 "doctor" 113 "doctor"
117 ], 114 ],
118 "cwd": "[SLAVE_BUILD]",
119 "env": { 115 "env": {
120 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 116 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
121 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 117 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
122 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 118 "PUB_CACHE": "[CWD]/.pub-cache"
123 }, 119 },
124 "name": "flutter doctor" 120 "name": "flutter doctor"
125 }, 121 },
126 { 122 {
127 "cmd": [ 123 "cmd": [
128 "flutter", 124 "flutter",
129 "update-packages" 125 "update-packages"
130 ], 126 ],
131 "cwd": "[SLAVE_BUILD]",
132 "env": { 127 "env": {
133 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 128 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
134 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 129 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
135 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 130 "PUB_CACHE": "[CWD]/.pub-cache"
136 }, 131 },
137 "name": "update packages" 132 "name": "update packages"
138 }, 133 },
139 { 134 {
140 "cmd": [ 135 "cmd": [
141 "flutter", 136 "flutter",
142 "analyze", 137 "analyze",
143 "--flutter-repo", 138 "--flutter-repo",
144 "--no-current-directory", 139 "--no-current-directory",
145 "--no-current-package", 140 "--no-current-package",
146 "--congratulate" 141 "--congratulate"
147 ], 142 ],
148 "cwd": "[SLAVE_BUILD]/flutter", 143 "cwd": "[CWD]/flutter",
149 "env": { 144 "env": {
150 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 145 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
151 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 146 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
152 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 147 "PUB_CACHE": "[CWD]/.pub-cache"
153 }, 148 },
154 "name": "flutter analyze" 149 "name": "flutter analyze"
155 }, 150 },
156 { 151 {
157 "cmd": [ 152 "cmd": [
158 "dart", 153 "dart",
159 "-c", 154 "-c",
160 "test/all.dart" 155 "test/all.dart"
161 ], 156 ],
162 "cwd": "[SLAVE_BUILD]/flutter/packages/cassowary", 157 "cwd": "[CWD]/flutter/packages/cassowary",
163 "env": { 158 "env": {
164 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 159 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
165 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 160 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
166 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 161 "PUB_CACHE": "[CWD]/.pub-cache"
167 }, 162 },
168 "name": "test cassowary" 163 "name": "test cassowary"
169 }, 164 },
170 { 165 {
171 "cmd": [ 166 "cmd": [
172 "flutter", 167 "flutter",
173 "test" 168 "test"
174 ], 169 ],
175 "cwd": "[SLAVE_BUILD]/flutter/packages/flutter", 170 "cwd": "[CWD]/flutter/packages/flutter",
176 "env": { 171 "env": {
177 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 172 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
178 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 173 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
179 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 174 "PUB_CACHE": "[CWD]/.pub-cache"
180 }, 175 },
181 "name": "test flutter" 176 "name": "test flutter"
182 }, 177 },
183 { 178 {
184 "cmd": [ 179 "cmd": [
185 "dart", 180 "dart",
186 "-c", 181 "-c",
187 "test/all.dart" 182 "test/all.dart"
188 ], 183 ],
189 "cwd": "[SLAVE_BUILD]/flutter/packages/flutter_driver", 184 "cwd": "[CWD]/flutter/packages/flutter_driver",
190 "env": { 185 "env": {
191 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 186 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
192 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 187 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
193 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 188 "PUB_CACHE": "[CWD]/.pub-cache"
194 }, 189 },
195 "name": "test flutter_driver" 190 "name": "test flutter_driver"
196 }, 191 },
197 { 192 {
198 "cmd": [ 193 "cmd": [
199 "flutter", 194 "flutter",
200 "test" 195 "test"
201 ], 196 ],
202 "cwd": "[SLAVE_BUILD]/flutter/packages/flutter_sprites", 197 "cwd": "[CWD]/flutter/packages/flutter_sprites",
203 "env": { 198 "env": {
204 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 199 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
205 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 200 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
206 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 201 "PUB_CACHE": "[CWD]/.pub-cache"
207 }, 202 },
208 "name": "test flutter_sprites" 203 "name": "test flutter_sprites"
209 }, 204 },
210 { 205 {
211 "cmd": [ 206 "cmd": [
212 "dart", 207 "dart",
213 "-c", 208 "-c",
214 "test/all.dart" 209 "test/all.dart"
215 ], 210 ],
216 "cwd": "[SLAVE_BUILD]/flutter/packages/flutter_tools", 211 "cwd": "[CWD]/flutter/packages/flutter_tools",
217 "env": { 212 "env": {
218 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 213 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
219 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 214 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
220 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 215 "PUB_CACHE": "[CWD]/.pub-cache"
221 }, 216 },
222 "name": "test flutter_tools" 217 "name": "test flutter_tools"
223 }, 218 },
224 { 219 {
225 "cmd": [ 220 "cmd": [
226 "dart", 221 "dart",
227 "-c", 222 "-c",
228 "test/all.dart" 223 "test/all.dart"
229 ], 224 ],
230 "cwd": "[SLAVE_BUILD]/flutter/packages/flx", 225 "cwd": "[CWD]/flutter/packages/flx",
231 "env": { 226 "env": {
232 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 227 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
233 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 228 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
234 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 229 "PUB_CACHE": "[CWD]/.pub-cache"
235 }, 230 },
236 "name": "test flx" 231 "name": "test flx"
237 }, 232 },
238 { 233 {
239 "cmd": [ 234 "cmd": [
240 "dart", 235 "dart",
241 "-c", 236 "-c",
242 "test/all.dart" 237 "test/all.dart"
243 ], 238 ],
244 "cwd": "[SLAVE_BUILD]/flutter/packages/newton", 239 "cwd": "[CWD]/flutter/packages/newton",
245 "env": { 240 "env": {
246 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 241 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
247 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 242 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
248 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 243 "PUB_CACHE": "[CWD]/.pub-cache"
249 }, 244 },
250 "name": "test newton" 245 "name": "test newton"
251 }, 246 },
252 { 247 {
253 "cmd": [ 248 "cmd": [
254 "flutter", 249 "flutter",
255 "test" 250 "test"
256 ], 251 ],
257 "cwd": "[SLAVE_BUILD]/flutter/dev/manual_tests", 252 "cwd": "[CWD]/flutter/dev/manual_tests",
258 "env": { 253 "env": {
259 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 254 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
260 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 255 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
261 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 256 "PUB_CACHE": "[CWD]/.pub-cache"
262 }, 257 },
263 "name": "test manual_tests" 258 "name": "test manual_tests"
264 }, 259 },
265 { 260 {
266 "cmd": [ 261 "cmd": [
267 "flutter", 262 "flutter",
268 "test" 263 "test"
269 ], 264 ],
270 "cwd": "[SLAVE_BUILD]/flutter/examples/hello_world", 265 "cwd": "[CWD]/flutter/examples/hello_world",
271 "env": { 266 "env": {
272 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 267 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
273 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 268 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
274 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 269 "PUB_CACHE": "[CWD]/.pub-cache"
275 }, 270 },
276 "name": "test hello_world" 271 "name": "test hello_world"
277 }, 272 },
278 { 273 {
279 "cmd": [ 274 "cmd": [
280 "flutter", 275 "flutter",
281 "test" 276 "test"
282 ], 277 ],
283 "cwd": "[SLAVE_BUILD]/flutter/examples/layers", 278 "cwd": "[CWD]/flutter/examples/layers",
284 "env": { 279 "env": {
285 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 280 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
286 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 281 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
287 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 282 "PUB_CACHE": "[CWD]/.pub-cache"
288 }, 283 },
289 "name": "test layers" 284 "name": "test layers"
290 }, 285 },
291 { 286 {
292 "cmd": [ 287 "cmd": [
293 "flutter", 288 "flutter",
294 "test" 289 "test"
295 ], 290 ],
296 "cwd": "[SLAVE_BUILD]/flutter/examples/material_gallery", 291 "cwd": "[CWD]/flutter/examples/material_gallery",
297 "env": { 292 "env": {
298 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 293 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
299 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 294 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
300 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 295 "PUB_CACHE": "[CWD]/.pub-cache"
301 }, 296 },
302 "name": "test material_gallery" 297 "name": "test material_gallery"
303 }, 298 },
304 { 299 {
305 "cmd": [ 300 "cmd": [
306 "flutter", 301 "flutter",
307 "test" 302 "test"
308 ], 303 ],
309 "cwd": "[SLAVE_BUILD]/flutter/examples/stocks", 304 "cwd": "[CWD]/flutter/examples/stocks",
310 "env": { 305 "env": {
311 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 306 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
312 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 307 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
313 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 308 "PUB_CACHE": "[CWD]/.pub-cache"
314 }, 309 },
315 "name": "test stocks" 310 "name": "test stocks"
316 }, 311 },
317 { 312 {
318 "cmd": [ 313 "cmd": [
319 "flutter", 314 "flutter",
320 "build", 315 "build",
321 "apk" 316 "apk"
322 ], 317 ],
323 "cwd": "[SLAVE_BUILD]/flutter/examples/stocks", 318 "cwd": "[CWD]/flutter/examples/stocks",
324 "env": { 319 "env": {
325 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 320 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
326 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 321 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
327 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 322 "PUB_CACHE": "[CWD]/.pub-cache"
328 }, 323 },
329 "name": "flutter build apk stocks" 324 "name": "flutter build apk stocks"
330 }, 325 },
331 { 326 {
332 "cmd": [ 327 "cmd": [
333 "python", 328 "python",
334 "-u", 329 "-u",
335 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 330 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
336 "--", 331 "--",
337 "[DEPOT_TOOLS]/gsutil.py", 332 "[ROOT]/b/depot_tools/gsutil.py",
338 "----", 333 "----",
339 "cp", 334 "cp",
340 "[SLAVE_BUILD]/flutter/examples/stocks/build/app.apk", 335 "[CWD]/flutter/examples/stocks/build/app.apk",
341 "gs://flutter_infra/flutter/deadbeef/examples/Stocks.apk" 336 "gs://flutter_infra/flutter/deadbeef/examples/Stocks.apk"
342 ], 337 ],
343 "cwd": "[SLAVE_BUILD]",
344 "env": { 338 "env": {
345 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 339 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
346 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 340 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
347 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 341 "PUB_CACHE": "[CWD]/.pub-cache"
348 }, 342 },
349 "name": "gsutil upload Stocks.apk", 343 "name": "gsutil upload Stocks.apk",
350 "~followup_annotations": [ 344 "~followup_annotations": [
351 "@@@STEP_LINK@Stocks.apk@https://storage.cloud.google.com/flutter_infra/fl utter/deadbeef/examples/Stocks.apk@@@" 345 "@@@STEP_LINK@Stocks.apk@https://storage.cloud.google.com/flutter_infra/fl utter/deadbeef/examples/Stocks.apk@@@"
352 ] 346 ]
353 }, 347 },
354 { 348 {
355 "cmd": [ 349 "cmd": [
356 "flutter", 350 "flutter",
357 "build", 351 "build",
358 "apk" 352 "apk"
359 ], 353 ],
360 "cwd": "[SLAVE_BUILD]/flutter/examples/material_gallery", 354 "cwd": "[CWD]/flutter/examples/material_gallery",
361 "env": { 355 "env": {
362 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 356 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
363 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 357 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
364 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 358 "PUB_CACHE": "[CWD]/.pub-cache"
365 }, 359 },
366 "name": "flutter build apk material_gallery" 360 "name": "flutter build apk material_gallery"
367 }, 361 },
368 { 362 {
369 "cmd": [ 363 "cmd": [
370 "python", 364 "python",
371 "-u", 365 "-u",
372 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 366 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
373 "--", 367 "--",
374 "[DEPOT_TOOLS]/gsutil.py", 368 "[ROOT]/b/depot_tools/gsutil.py",
375 "----", 369 "----",
376 "cp", 370 "cp",
377 "[SLAVE_BUILD]/flutter/examples/material_gallery/build/app.apk", 371 "[CWD]/flutter/examples/material_gallery/build/app.apk",
378 "gs://flutter_infra/flutter/deadbeef/examples/Gallery.apk" 372 "gs://flutter_infra/flutter/deadbeef/examples/Gallery.apk"
379 ], 373 ],
380 "cwd": "[SLAVE_BUILD]",
381 "env": { 374 "env": {
382 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 375 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
383 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 376 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
384 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 377 "PUB_CACHE": "[CWD]/.pub-cache"
385 }, 378 },
386 "name": "gsutil upload Gallery.apk", 379 "name": "gsutil upload Gallery.apk",
387 "~followup_annotations": [ 380 "~followup_annotations": [
388 "@@@STEP_LINK@Gallery.apk@https://storage.cloud.google.com/flutter_infra/f lutter/deadbeef/examples/Gallery.apk@@@" 381 "@@@STEP_LINK@Gallery.apk@https://storage.cloud.google.com/flutter_infra/f lutter/deadbeef/examples/Gallery.apk@@@"
389 ] 382 ]
390 }, 383 },
391 { 384 {
392 "cmd": [ 385 "cmd": [
393 "pub", 386 "pub",
394 "global", 387 "global",
395 "activate", 388 "activate",
396 "dartdoc", 389 "dartdoc",
397 "0.9.4" 390 "0.9.4"
398 ], 391 ],
399 "cwd": "[SLAVE_BUILD]",
400 "env": { 392 "env": {
401 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 393 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
402 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 394 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
403 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 395 "PUB_CACHE": "[CWD]/.pub-cache"
404 }, 396 },
405 "name": "pub global activate dartdoc" 397 "name": "pub global activate dartdoc"
406 }, 398 },
407 { 399 {
408 "cmd": [ 400 "cmd": [
409 "dart", 401 "dart",
410 "dev/dartdoc.dart" 402 "dev/dartdoc.dart"
411 ], 403 ],
412 "cwd": "[SLAVE_BUILD]/flutter", 404 "cwd": "[CWD]/flutter",
413 "env": { 405 "env": {
414 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 406 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
415 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 407 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
416 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 408 "PUB_CACHE": "[CWD]/.pub-cache"
417 }, 409 },
418 "name": "dartdoc packages" 410 "name": "dartdoc packages"
419 }, 411 },
420 { 412 {
421 "cmd": [ 413 "cmd": [
422 "python", 414 "python",
423 "-u", 415 "-u",
424 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 416 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
425 "--", 417 "--",
426 "[DEPOT_TOOLS]/gsutil.py", 418 "[ROOT]/b/depot_tools/gsutil.py",
427 "----", 419 "----",
428 "-m", 420 "-m",
429 "rsync", 421 "rsync",
430 "-d", 422 "-d",
431 "-r", 423 "-r",
432 "[SLAVE_BUILD]/flutter/dev/docs/doc/api", 424 "[CWD]/flutter/dev/docs/doc/api",
433 "gs://docs.flutter.io/flutter" 425 "gs://docs.flutter.io/flutter"
434 ], 426 ],
435 "cwd": "[SLAVE_BUILD]",
436 "env": { 427 "env": {
437 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/infra/android_tools", 428 "ANDROID_HOME": "[CWD]/flutter/infra/android_tools",
438 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 429 "PATH": "[CWD]/flutter/bin:[CWD]/flutter/bin/cache/dart-sdk/bin:%(PATH)s",
439 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 430 "PUB_CACHE": "[CWD]/.pub-cache"
440 }, 431 },
441 "name": "gsutil rsync docs" 432 "name": "gsutil rsync docs"
442 }, 433 },
443 { 434 {
444 "name": "$result", 435 "name": "$result",
445 "recipe_result": null, 436 "recipe_result": null,
446 "status_code": 0 437 "status_code": 0
447 } 438 }
448 ] 439 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/flutter/flutter.py ('k') | scripts/slave/recipes/flutter/flutter.expected/mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698