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

Side by Side Diff: scripts/slave/recipes/flutter/flutter.expected/linux.json

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