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

Side by Side Diff: scripts/slave/recipes/flutter/engine.expected/mac.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::bot_update]/resources/bot_update.py", 29 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
31 "--master", 30 "--master",
32 "client.flutter", 31 "client.flutter",
33 "--builder", 32 "--builder",
34 "Mac Engine", 33 "Mac Engine",
35 "--slave", 34 "--slave",
36 "fake-m1", 35 "fake-m1",
37 "--spec", 36 "--spec",
38 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/git hub.com/flutter/engine'}]\ntarget_os = ['android']", 37 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesour ce.com/external/github.com/flutter/engine'}]\ntarget_os = ['android']",
39 "--root", 38 "--root",
40 "src", 39 "src",
41 "--revision_mapping_file", 40 "--revision_mapping_file",
42 "{\"src\": \"got_engine_revision\"}", 41 "{\"src\": \"got_engine_revision\"}",
43 "--git-cache-dir", 42 "--git-cache-dir",
44 "[GIT_CACHE]", 43 "[ROOT]/b/build/slave/cache_dir",
45 "--output_json", 44 "--output_json",
46 "/path/to/tmp/json", 45 "/path/to/tmp/json",
47 "--revision", 46 "--revision",
48 "src@HEAD", 47 "src@HEAD",
49 "--force", 48 "--force",
50 "--output_manifest" 49 "--output_manifest"
51 ], 50 ],
52 "cwd": "[SLAVE_BUILD]",
53 "env": { 51 "env": {
54 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
55 }, 53 },
56 "name": "bot_update", 54 "name": "bot_update",
57 "~followup_annotations": [ 55 "~followup_annotations": [
58 "@@@STEP_TEXT@Some step text@@@", 56 "@@@STEP_TEXT@Some step text@@@",
59 "@@@STEP_LOG_LINE@json.output@{@@@", 57 "@@@STEP_LOG_LINE@json.output@{@@@",
60 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
61 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
62 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
(...skipping 18 matching lines...) Expand all
81 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242 }\"@@@" 79 "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/master@{#170242 }\"@@@"
82 ] 80 ]
83 }, 81 },
84 { 82 {
85 "cmd": [ 83 "cmd": [
86 "python", 84 "python",
87 "-u", 85 "-u",
88 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
89 "runhooks" 87 "runhooks"
90 ], 88 ],
91 "cwd": "[SLAVE_BUILD]",
92 "env": { 89 "env": {
93 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 90 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
94 }, 91 },
95 "name": "gclient runhooks" 92 "name": "gclient runhooks"
96 }, 93 },
97 { 94 {
98 "cmd": [ 95 "cmd": [
99 "[SLAVE_BUILD]/src/sky/tools/gn", 96 "[CWD]/src/sky/tools/gn",
100 "--debug" 97 "--debug"
101 ], 98 ],
102 "cwd": "[SLAVE_BUILD]",
103 "env": { 99 "env": {
104 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 100 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
105 }, 101 },
106 "name": "gn --debug" 102 "name": "gn --debug"
107 }, 103 },
108 { 104 {
109 "cmd": [ 105 "cmd": [
110 "ninja", 106 "ninja",
111 "-C", 107 "-C",
112 "[SLAVE_BUILD]/src/out/Debug", 108 "[CWD]/src/out/Debug",
113 "generate_dart_ui" 109 "generate_dart_ui"
114 ], 110 ],
115 "cwd": "[SLAVE_BUILD]",
116 "env": { 111 "env": {
117 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 112 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
118 }, 113 },
119 "name": "build Debug generate_dart_ui" 114 "name": "build Debug generate_dart_ui"
120 }, 115 },
121 { 116 {
122 "cmd": [ 117 "cmd": [
123 "/bin/sh", 118 "/bin/sh",
124 "travis/analyze.sh" 119 "travis/analyze.sh"
125 ], 120 ],
126 "cwd": "[SLAVE_BUILD]/src", 121 "cwd": "[CWD]/src",
127 "env": { 122 "env": {
128 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 123 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
129 }, 124 },
130 "name": "analyze dart_ui" 125 "name": "analyze dart_ui"
131 }, 126 },
132 { 127 {
133 "cmd": [ 128 "cmd": [
134 "[SLAVE_BUILD]/src/sky/tools/gn", 129 "[CWD]/src/sky/tools/gn",
135 "--release" 130 "--release"
136 ], 131 ],
137 "cwd": "[SLAVE_BUILD]",
138 "env": { 132 "env": {
139 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 133 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
140 }, 134 },
141 "name": "gn --release" 135 "name": "gn --release"
142 }, 136 },
143 { 137 {
144 "cmd": [ 138 "cmd": [
145 "ninja", 139 "ninja",
146 "-C", 140 "-C",
147 "[SLAVE_BUILD]/src/out/Release" 141 "[CWD]/src/out/Release"
148 ], 142 ],
149 "cwd": "[SLAVE_BUILD]",
150 "env": { 143 "env": {
151 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 144 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
152 }, 145 },
153 "name": "build Release" 146 "name": "build Release"
154 }, 147 },
155 { 148 {
156 "cmd": [ 149 "cmd": [
157 "python", 150 "python",
158 "-u", 151 "-u",
159 "RECIPE_MODULE[build::zip]/resources/zip.py" 152 "RECIPE_MODULE[build::zip]/resources/zip.py"
160 ], 153 ],
161 "cwd": "[SLAVE_BUILD]",
162 "env": { 154 "env": {
163 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 155 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
164 }, 156 },
165 "name": "Zip darwin-x64 Artifacts", 157 "name": "Zip darwin-x64 Artifacts",
166 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/Release/sky_snapshot\", \"type\": \"file\"}], \"output\": \" [TMP_BASE]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 158 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[C WD]/src/out/Release/sky_snapshot\", \"type\": \"file\"}], \"output\": \"[TMP]/tm p_tmp_1/artifacts.zip\", \"root\": \"[CWD]/src\"}"
167 }, 159 },
168 { 160 {
169 "cmd": [ 161 "cmd": [
170 "python", 162 "python",
171 "-u", 163 "-u",
172 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 164 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
173 "--", 165 "--",
174 "[DEPOT_TOOLS]/gsutil.py", 166 "[ROOT]/b/depot_tools/gsutil.py",
175 "----", 167 "----",
176 "cp", 168 "cp",
177 "[TMP_BASE]/tmp_tmp_1/artifacts.zip", 169 "[TMP]/tmp_tmp_1/artifacts.zip",
178 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwi n-x64/artifacts.zip" 170 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwi n-x64/artifacts.zip"
179 ], 171 ],
180 "cwd": "[SLAVE_BUILD]",
181 "env": { 172 "env": {
182 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 173 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
183 }, 174 },
184 "name": "gsutil upload darwin-x64/artifacts.zip", 175 "name": "gsutil upload darwin-x64/artifacts.zip",
185 "~followup_annotations": [ 176 "~followup_annotations": [
186 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwin-x64/artifacts.zip@@@" 177 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwin-x64/artifacts.zip@@@"
187 ] 178 ]
188 }, 179 },
189 { 180 {
190 "cmd": [ 181 "cmd": [
191 "python", 182 "python",
192 "-u", 183 "-u",
193 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 184 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
194 "[TMP_BASE]/tmp_tmp_1" 185 "[TMP]/tmp_tmp_1"
195 ], 186 ],
196 "cwd": "[SLAVE_BUILD]",
197 "env": { 187 "env": {
198 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 188 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
199 }, 189 },
200 "name": "rmtree temp dir", 190 "name": "rmtree temp dir",
201 "~followup_annotations": [ 191 "~followup_annotations": [
202 "@@@STEP_LOG_LINE@python.inline@@@@", 192 "@@@STEP_LOG_LINE@python.inline@@@@",
203 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 193 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
204 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 194 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
205 "@@@STEP_LOG_LINE@python.inline@@@@", 195 "@@@STEP_LOG_LINE@python.inline@@@@",
206 "@@@STEP_LOG_LINE@python.inline@@@@", 196 "@@@STEP_LOG_LINE@python.inline@@@@",
207 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 197 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
208 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 198 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
209 "@@@STEP_LOG_END@python.inline@@@" 199 "@@@STEP_LOG_END@python.inline@@@"
210 ] 200 ]
211 }, 201 },
212 { 202 {
213 "cmd": [ 203 "cmd": [
214 "[SLAVE_BUILD]/src/sky/tools/gn", 204 "[CWD]/src/sky/tools/gn",
215 "--release", 205 "--release",
216 "--ios", 206 "--ios",
217 "--simulator" 207 "--simulator"
218 ], 208 ],
219 "cwd": "[SLAVE_BUILD]",
220 "env": { 209 "env": {
221 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 210 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
222 }, 211 },
223 "name": "gn --release --ios --simulator" 212 "name": "gn --release --ios --simulator"
224 }, 213 },
225 { 214 {
226 "cmd": [ 215 "cmd": [
227 "ninja", 216 "ninja",
228 "-C", 217 "-C",
229 "[SLAVE_BUILD]/src/out/ios_sim_Release" 218 "[CWD]/src/out/ios_sim_Release"
230 ], 219 ],
231 "cwd": "[SLAVE_BUILD]",
232 "env": { 220 "env": {
233 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 221 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
234 }, 222 },
235 "name": "build ios_sim_Release" 223 "name": "build ios_sim_Release"
236 }, 224 },
237 { 225 {
238 "cmd": [ 226 "cmd": [
239 "[SLAVE_BUILD]/src/sky/tools/gn", 227 "[CWD]/src/sky/tools/gn",
240 "--release", 228 "--release",
241 "--ios" 229 "--ios"
242 ], 230 ],
243 "cwd": "[SLAVE_BUILD]",
244 "env": { 231 "env": {
245 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 232 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
246 }, 233 },
247 "name": "gn --release --ios" 234 "name": "gn --release --ios"
248 }, 235 },
249 { 236 {
250 "cmd": [ 237 "cmd": [
251 "ninja", 238 "ninja",
252 "-C", 239 "-C",
253 "[SLAVE_BUILD]/src/out/ios_Release" 240 "[CWD]/src/out/ios_Release"
254 ], 241 ],
255 "cwd": "[SLAVE_BUILD]",
256 "env": { 242 "env": {
257 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 243 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
258 }, 244 },
259 "name": "build ios_Release" 245 "name": "build ios_Release"
260 }, 246 },
261 { 247 {
262 "cmd": [ 248 "cmd": [
263 "[SLAVE_BUILD]/src/sky/tools/gn", 249 "[CWD]/src/sky/tools/gn",
264 "--release", 250 "--release",
265 "--ios", 251 "--ios",
266 "--ios-force-armv7" 252 "--ios-force-armv7"
267 ], 253 ],
268 "cwd": "[SLAVE_BUILD]",
269 "env": { 254 "env": {
270 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 255 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
271 }, 256 },
272 "name": "gn --release --ios --ios-force-armv7" 257 "name": "gn --release --ios --ios-force-armv7"
273 }, 258 },
274 { 259 {
275 "cmd": [ 260 "cmd": [
276 "ninja", 261 "ninja",
277 "-C", 262 "-C",
278 "[SLAVE_BUILD]/src/out/ios_Release_armv7" 263 "[CWD]/src/out/ios_Release_armv7"
279 ], 264 ],
280 "cwd": "[SLAVE_BUILD]",
281 "env": { 265 "env": {
282 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 266 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
283 }, 267 },
284 "name": "build ios_Release_armv7" 268 "name": "build ios_Release_armv7"
285 }, 269 },
286 { 270 {
287 "cmd": [ 271 "cmd": [
288 "python", 272 "python",
289 "-u", 273 "-u",
290 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 274 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
291 "[SLAVE_BUILD]/src/out/FlutterXcode" 275 "[CWD]/src/out/FlutterXcode"
292 ], 276 ],
293 "cwd": "[SLAVE_BUILD]",
294 "env": { 277 "env": {
295 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 278 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
296 }, 279 },
297 "name": "rmtree deployment directory", 280 "name": "rmtree deployment directory",
298 "~followup_annotations": [ 281 "~followup_annotations": [
299 "@@@STEP_LOG_LINE@python.inline@@@@", 282 "@@@STEP_LOG_LINE@python.inline@@@@",
300 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 283 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
301 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 284 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
302 "@@@STEP_LOG_LINE@python.inline@@@@", 285 "@@@STEP_LOG_LINE@python.inline@@@@",
303 "@@@STEP_LOG_LINE@python.inline@@@@", 286 "@@@STEP_LOG_LINE@python.inline@@@@",
304 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 287 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
305 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 288 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
306 "@@@STEP_LOG_END@python.inline@@@" 289 "@@@STEP_LOG_END@python.inline@@@"
307 ] 290 ]
308 }, 291 },
309 { 292 {
310 "cmd": [ 293 "cmd": [
311 "python", 294 "python",
312 "-u", 295 "-u",
313 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n", 296 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n",
314 "[SLAVE_BUILD]/src/out/ios_Release/Flutter", 297 "[CWD]/src/out/ios_Release/Flutter",
315 "[SLAVE_BUILD]/src/out/FlutterXcode", 298 "[CWD]/src/out/FlutterXcode",
316 "0" 299 "0"
317 ], 300 ],
318 "cwd": "[SLAVE_BUILD]",
319 "env": { 301 "env": {
320 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 302 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
321 }, 303 },
322 "name": "copy sim" 304 "name": "copy sim"
323 }, 305 },
324 { 306 {
325 "cmd": [ 307 "cmd": [
326 "python", 308 "python",
327 "-u", 309 "-u",
328 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n", 310 "\nimport shutil\nimport sys\nshutil.copytree(sys.argv[1], sys.argv[2], sy mlinks=bool(sys.argv[3]))\n",
329 "[SLAVE_BUILD]/src/out/ios_sim_Release/Flutter/Tools/iphonesimulator", 311 "[CWD]/src/out/ios_sim_Release/Flutter/Tools/iphonesimulator",
330 "[SLAVE_BUILD]/src/out/FlutterXcode/Tools/iphonesimulator", 312 "[CWD]/src/out/FlutterXcode/Tools/iphonesimulator",
331 "0" 313 "0"
332 ], 314 ],
333 "cwd": "[SLAVE_BUILD]",
334 "env": { 315 "env": {
335 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 316 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
336 }, 317 },
337 "name": "copy simulator tools" 318 "name": "copy simulator tools"
338 }, 319 },
339 { 320 {
340 "cmd": [ 321 "cmd": [
341 "python", 322 "python",
342 "-u", 323 "-u",
343 "RECIPE_MODULE[build::zip]/resources/zip.py" 324 "RECIPE_MODULE[build::zip]/resources/zip.py"
344 ], 325 ],
345 "cwd": "[SLAVE_BUILD]",
346 "env": { 326 "env": {
347 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 327 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
348 }, 328 },
349 "name": "make FlutterXcode.zip", 329 "name": "make FlutterXcode.zip",
350 "stdin": "{\"entries\": [{\"path\": \"[SLAVE_BUILD]/src/out/FlutterXcode\", \"type\": \"dir\"}], \"output\": \"[SLAVE_BUILD]/src/out/FlutterXcode.zip\", \"r oot\": \"[SLAVE_BUILD]/src/out/FlutterXcode\"}" 330 "stdin": "{\"entries\": [{\"path\": \"[CWD]/src/out/FlutterXcode\", \"type\" : \"dir\"}], \"output\": \"[CWD]/src/out/FlutterXcode.zip\", \"root\": \"[CWD]/s rc/out/FlutterXcode\"}"
351 }, 331 },
352 { 332 {
353 "cmd": [ 333 "cmd": [
354 "python", 334 "python",
355 "-u", 335 "-u",
356 "RECIPE_MODULE[build::zip]/resources/zip.py" 336 "RECIPE_MODULE[build::zip]/resources/zip.py"
357 ], 337 ],
358 "cwd": "[SLAVE_BUILD]",
359 "env": { 338 "env": {
360 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 339 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
361 }, 340 },
362 "name": "Zip ios Artifacts", 341 "name": "Zip ios Artifacts",
363 "stdin": "{\"entries\": [{\"archive_name\": \"FlutterXcode.zip\", \"path\": \"[SLAVE_BUILD]/src/out/FlutterXcode.zip\", \"type\": \"file\"}], \"output\": \" [TMP_BASE]/tmp_tmp_2/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 342 "stdin": "{\"entries\": [{\"archive_name\": \"FlutterXcode.zip\", \"path\": \"[CWD]/src/out/FlutterXcode.zip\", \"type\": \"file\"}], \"output\": \"[TMP]/tm p_tmp_2/artifacts.zip\", \"root\": \"[CWD]/src\"}"
364 }, 343 },
365 { 344 {
366 "cmd": [ 345 "cmd": [
367 "python", 346 "python",
368 "-u", 347 "-u",
369 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 348 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
370 "--", 349 "--",
371 "[DEPOT_TOOLS]/gsutil.py", 350 "[ROOT]/b/depot_tools/gsutil.py",
372 "----", 351 "----",
373 "cp", 352 "cp",
374 "[TMP_BASE]/tmp_tmp_2/artifacts.zip", 353 "[TMP]/tmp_tmp_2/artifacts.zip",
375 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/a rtifacts.zip" 354 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/a rtifacts.zip"
376 ], 355 ],
377 "cwd": "[SLAVE_BUILD]",
378 "env": { 356 "env": {
379 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 357 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
380 }, 358 },
381 "name": "gsutil upload ios/artifacts.zip", 359 "name": "gsutil upload ios/artifacts.zip",
382 "~followup_annotations": [ 360 "~followup_annotations": [
383 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/artifacts.zip@@@" 361 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/flutter_infra /flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/artifacts.zip@@@"
384 ] 362 ]
385 }, 363 },
386 { 364 {
387 "cmd": [ 365 "cmd": [
388 "python", 366 "python",
389 "-u", 367 "-u",
390 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 368 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
391 "[TMP_BASE]/tmp_tmp_2" 369 "[TMP]/tmp_tmp_2"
392 ], 370 ],
393 "cwd": "[SLAVE_BUILD]",
394 "env": { 371 "env": {
395 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 372 "PATH": "[CWD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
396 }, 373 },
397 "name": "rmtree temp dir (2)", 374 "name": "rmtree temp dir (2)",
398 "~followup_annotations": [ 375 "~followup_annotations": [
399 "@@@STEP_LOG_LINE@python.inline@@@@", 376 "@@@STEP_LOG_LINE@python.inline@@@@",
400 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 377 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
401 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 378 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
402 "@@@STEP_LOG_LINE@python.inline@@@@", 379 "@@@STEP_LOG_LINE@python.inline@@@@",
403 "@@@STEP_LOG_LINE@python.inline@@@@", 380 "@@@STEP_LOG_LINE@python.inline@@@@",
404 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 381 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
405 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 382 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
406 "@@@STEP_LOG_END@python.inline@@@" 383 "@@@STEP_LOG_END@python.inline@@@"
407 ] 384 ]
408 }, 385 },
409 { 386 {
410 "name": "$result", 387 "name": "$result",
411 "recipe_result": null, 388 "recipe_result": null,
412 "status_code": 0 389 "status_code": 0
413 } 390 }
414 ] 391 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/flutter/engine.expected/linux.json ('k') | scripts/slave/recipes/flutter/flutter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698