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

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

Issue 1884703002: Add SkyShell.app to the Mac artifacts.zip Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Upload symbols.zip containing unstripped libskyshell.so for Android Created 4 years, 6 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
« no previous file with comments | « scripts/slave/recipes/flutter/engine.expected/linux.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "rmcontents everything", 9 "name": "rmcontents everything",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 }, 206 },
207 { 207 {
208 "cmd": [ 208 "cmd": [
209 "python", 209 "python",
210 "-u", 210 "-u",
211 "RECIPE_MODULE[build::zip]/resources/zip.py" 211 "RECIPE_MODULE[build::zip]/resources/zip.py"
212 ], 212 ],
213 "env": { 213 "env": {
214 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 214 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
215 }, 215 },
216 "name": "Zip darwin-x64 Artifacts", 216 "name": "Zip darwin-x64 artifacts.zip",
217 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/host_debug/sky_snapshot\", \"type\": \"file\"}, {\"archive_n ame\": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/sky_shell\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD ]/src/out/host_debug/icudtl.dat\", \"type\": \"file\"}], \"output\": \"[TMP_BASE ]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 217 "stdin": "{\"entries\": [{\"archive_name\": \"sky_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/host_debug/sky_snapshot\", \"type\": \"file\"}, {\"archive_n ame\": \"sky_shell\", \"path\": \"[SLAVE_BUILD]/src/out/host_debug/sky_shell\", \"type\": \"file\"}, {\"archive_name\": \"icudtl.dat\", \"path\": \"[SLAVE_BUILD ]/src/out/host_debug/icudtl.dat\", \"type\": \"file\"}], \"output\": \"[TMP_BASE ]/tmp_tmp_1/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
218 }, 218 },
219 { 219 {
220 "cmd": [ 220 "cmd": [
221 "python", 221 "python",
222 "-u", 222 "-u",
223 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 223 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
224 "--", 224 "--",
225 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 225 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
226 "----", 226 "----",
(...skipping 12 matching lines...) Expand all
239 { 239 {
240 "cmd": [ 240 "cmd": [
241 "python", 241 "python",
242 "-u", 242 "-u",
243 "\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", 243 "\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",
244 "[TMP_BASE]/tmp_tmp_1" 244 "[TMP_BASE]/tmp_tmp_1"
245 ], 245 ],
246 "env": { 246 "env": {
247 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 247 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
248 }, 248 },
249 "name": "rmtree temp dir", 249 "name": "rmtree temp dir for darwin-x64 UploadArtifacts artifacts.zip",
250 "~followup_annotations": [ 250 "~followup_annotations": [
251 "@@@STEP_LOG_LINE@python.inline@@@@", 251 "@@@STEP_LOG_LINE@python.inline@@@@",
252 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 252 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
253 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 253 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
254 "@@@STEP_LOG_LINE@python.inline@@@@", 254 "@@@STEP_LOG_LINE@python.inline@@@@",
255 "@@@STEP_LOG_LINE@python.inline@@@@", 255 "@@@STEP_LOG_LINE@python.inline@@@@",
256 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 256 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
257 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 257 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
258 "@@@STEP_LOG_END@python.inline@@@" 258 "@@@STEP_LOG_END@python.inline@@@"
259 ] 259 ]
260 }, 260 },
261 { 261 {
262 "cmd": [ 262 "cmd": [
263 "python", 263 "python",
264 "-u", 264 "-u",
265 "RECIPE_MODULE[build::zip]/resources/zip.py" 265 "RECIPE_MODULE[build::zip]/resources/zip.py"
266 ], 266 ],
267 "env": { 267 "env": {
268 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 268 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
269 }, 269 },
270 "name": "Zip android-arm-profile Artifacts", 270 "name": "Zip android-arm-profile darwin-x64.zip",
271 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/android_profile/clang_i386/gen_snapshot\", \"type\": \"file\ "}], \"output\": \"[TMP_BASE]/tmp_tmp_2/artifacts.zip\", \"root\": \"[SLAVE_BUIL D]/src\"}" 271 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/android_profile/clang_i386/gen_snapshot\", \"type\": \"file\ "}], \"output\": \"[TMP_BASE]/tmp_tmp_2/artifacts.zip\", \"root\": \"[SLAVE_BUIL D]/src\"}"
272 }, 272 },
273 { 273 {
274 "cmd": [ 274 "cmd": [
275 "python", 275 "python",
276 "-u", 276 "-u",
277 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 277 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
278 "--", 278 "--",
279 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 279 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
280 "----", 280 "----",
(...skipping 12 matching lines...) Expand all
293 { 293 {
294 "cmd": [ 294 "cmd": [
295 "python", 295 "python",
296 "-u", 296 "-u",
297 "\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", 297 "\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",
298 "[TMP_BASE]/tmp_tmp_2" 298 "[TMP_BASE]/tmp_tmp_2"
299 ], 299 ],
300 "env": { 300 "env": {
301 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 301 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
302 }, 302 },
303 "name": "rmtree temp dir (2)", 303 "name": "rmtree temp dir for android-arm-profile UploadArtifacts darwin-x64. zip",
304 "~followup_annotations": [ 304 "~followup_annotations": [
305 "@@@STEP_LOG_LINE@python.inline@@@@", 305 "@@@STEP_LOG_LINE@python.inline@@@@",
306 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 306 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
307 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 307 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
308 "@@@STEP_LOG_LINE@python.inline@@@@", 308 "@@@STEP_LOG_LINE@python.inline@@@@",
309 "@@@STEP_LOG_LINE@python.inline@@@@", 309 "@@@STEP_LOG_LINE@python.inline@@@@",
310 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 310 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
311 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 311 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
312 "@@@STEP_LOG_END@python.inline@@@" 312 "@@@STEP_LOG_END@python.inline@@@"
313 ] 313 ]
314 }, 314 },
315 { 315 {
316 "cmd": [ 316 "cmd": [
317 "python", 317 "python",
318 "-u", 318 "-u",
319 "RECIPE_MODULE[build::zip]/resources/zip.py" 319 "RECIPE_MODULE[build::zip]/resources/zip.py"
320 ], 320 ],
321 "env": { 321 "env": {
322 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 322 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
323 }, 323 },
324 "name": "Zip android-arm-release Artifacts", 324 "name": "Zip android-arm-release darwin-x64.zip",
325 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/android_release/clang_i386/gen_snapshot\", \"type\": \"file\ "}], \"output\": \"[TMP_BASE]/tmp_tmp_3/artifacts.zip\", \"root\": \"[SLAVE_BUIL D]/src\"}" 325 "stdin": "{\"entries\": [{\"archive_name\": \"gen_snapshot\", \"path\": \"[S LAVE_BUILD]/src/out/android_release/clang_i386/gen_snapshot\", \"type\": \"file\ "}], \"output\": \"[TMP_BASE]/tmp_tmp_3/artifacts.zip\", \"root\": \"[SLAVE_BUIL D]/src\"}"
326 }, 326 },
327 { 327 {
328 "cmd": [ 328 "cmd": [
329 "python", 329 "python",
330 "-u", 330 "-u",
331 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 331 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
332 "--", 332 "--",
333 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 333 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
334 "----", 334 "----",
(...skipping 12 matching lines...) Expand all
347 { 347 {
348 "cmd": [ 348 "cmd": [
349 "python", 349 "python",
350 "-u", 350 "-u",
351 "\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", 351 "\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",
352 "[TMP_BASE]/tmp_tmp_3" 352 "[TMP_BASE]/tmp_tmp_3"
353 ], 353 ],
354 "env": { 354 "env": {
355 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 355 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
356 }, 356 },
357 "name": "rmtree temp dir (3)", 357 "name": "rmtree temp dir for android-arm-release UploadArtifacts darwin-x64. zip",
358 "~followup_annotations": [ 358 "~followup_annotations": [
359 "@@@STEP_LOG_LINE@python.inline@@@@", 359 "@@@STEP_LOG_LINE@python.inline@@@@",
360 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 360 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
361 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 361 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
362 "@@@STEP_LOG_LINE@python.inline@@@@", 362 "@@@STEP_LOG_LINE@python.inline@@@@",
363 "@@@STEP_LOG_LINE@python.inline@@@@", 363 "@@@STEP_LOG_LINE@python.inline@@@@",
364 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 364 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
365 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 365 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
366 "@@@STEP_LOG_END@python.inline@@@" 366 "@@@STEP_LOG_END@python.inline@@@"
367 ] 367 ]
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 }, 489 },
490 { 490 {
491 "cmd": [ 491 "cmd": [
492 "python", 492 "python",
493 "-u", 493 "-u",
494 "RECIPE_MODULE[build::zip]/resources/zip.py" 494 "RECIPE_MODULE[build::zip]/resources/zip.py"
495 ], 495 ],
496 "env": { 496 "env": {
497 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 497 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
498 }, 498 },
499 "name": "Zip ios Artifacts", 499 "name": "Zip ios artifacts.zip",
500 "stdin": "{\"entries\": [{\"archive_name\": \"dart_io_entries.txt\", \"path\ ": \"[SLAVE_BUILD]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\ "}, {\"archive_name\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/s rc/sky/engine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archi ve_name\": \"snapshot.dart\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindings/ snapshot.dart\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"pat h\": \"[SLAVE_BUILD]/src/out/ios_debug/clang_x64/gen_snapshot\", \"type\": \"fil e\"}, {\"archive_name\": \"Flutter.framework.zip\", \"path\": \"[SLAVE_BUILD]/sr c/out/debug/Flutter.framework.zip\", \"type\": \"file\"}], \"output\": \"[TMP_BA SE]/tmp_tmp_4/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 500 "stdin": "{\"entries\": [{\"archive_name\": \"dart_io_entries.txt\", \"path\ ": \"[SLAVE_BUILD]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\ "}, {\"archive_name\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/s rc/sky/engine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archi ve_name\": \"snapshot.dart\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindings/ snapshot.dart\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"pat h\": \"[SLAVE_BUILD]/src/out/ios_debug/clang_x64/gen_snapshot\", \"type\": \"fil e\"}, {\"archive_name\": \"Flutter.framework.zip\", \"path\": \"[SLAVE_BUILD]/sr c/out/debug/Flutter.framework.zip\", \"type\": \"file\"}], \"output\": \"[TMP_BA SE]/tmp_tmp_4/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
501 }, 501 },
502 { 502 {
503 "cmd": [ 503 "cmd": [
504 "python", 504 "python",
505 "-u", 505 "-u",
506 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 506 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
507 "--", 507 "--",
508 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 508 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
509 "----", 509 "----",
(...skipping 12 matching lines...) Expand all
522 { 522 {
523 "cmd": [ 523 "cmd": [
524 "python", 524 "python",
525 "-u", 525 "-u",
526 "\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", 526 "\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",
527 "[TMP_BASE]/tmp_tmp_4" 527 "[TMP_BASE]/tmp_tmp_4"
528 ], 528 ],
529 "env": { 529 "env": {
530 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 530 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
531 }, 531 },
532 "name": "rmtree temp dir (4)", 532 "name": "rmtree temp dir for ios UploadArtifacts artifacts.zip",
533 "~followup_annotations": [ 533 "~followup_annotations": [
534 "@@@STEP_LOG_LINE@python.inline@@@@", 534 "@@@STEP_LOG_LINE@python.inline@@@@",
535 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 535 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
536 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 536 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
537 "@@@STEP_LOG_LINE@python.inline@@@@", 537 "@@@STEP_LOG_LINE@python.inline@@@@",
538 "@@@STEP_LOG_LINE@python.inline@@@@", 538 "@@@STEP_LOG_LINE@python.inline@@@@",
539 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 539 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
540 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 540 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
541 "@@@STEP_LOG_END@python.inline@@@" 541 "@@@STEP_LOG_END@python.inline@@@"
542 ] 542 ]
(...skipping 28 matching lines...) Expand all
571 }, 571 },
572 { 572 {
573 "cmd": [ 573 "cmd": [
574 "python", 574 "python",
575 "-u", 575 "-u",
576 "RECIPE_MODULE[build::zip]/resources/zip.py" 576 "RECIPE_MODULE[build::zip]/resources/zip.py"
577 ], 577 ],
578 "env": { 578 "env": {
579 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 579 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
580 }, 580 },
581 "name": "Zip ios-profile Artifacts", 581 "name": "Zip ios-profile artifacts.zip",
582 "stdin": "{\"entries\": [{\"archive_name\": \"dart_io_entries.txt\", \"path\ ": \"[SLAVE_BUILD]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\ "}, {\"archive_name\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/s rc/sky/engine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archi ve_name\": \"snapshot.dart\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindings/ snapshot.dart\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"pat h\": \"[SLAVE_BUILD]/src/out/ios_profile/clang_x64/gen_snapshot\", \"type\": \"f ile\"}, {\"archive_name\": \"Flutter.framework.zip\", \"path\": \"[SLAVE_BUILD]/ src/out/profile/Flutter.framework.zip\", \"type\": \"file\"}], \"output\": \"[TM P_BASE]/tmp_tmp_5/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 582 "stdin": "{\"entries\": [{\"archive_name\": \"dart_io_entries.txt\", \"path\ ": \"[SLAVE_BUILD]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\ "}, {\"archive_name\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/s rc/sky/engine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archi ve_name\": \"snapshot.dart\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindings/ snapshot.dart\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"pat h\": \"[SLAVE_BUILD]/src/out/ios_profile/clang_x64/gen_snapshot\", \"type\": \"f ile\"}, {\"archive_name\": \"Flutter.framework.zip\", \"path\": \"[SLAVE_BUILD]/ src/out/profile/Flutter.framework.zip\", \"type\": \"file\"}], \"output\": \"[TM P_BASE]/tmp_tmp_5/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
583 }, 583 },
584 { 584 {
585 "cmd": [ 585 "cmd": [
586 "python", 586 "python",
587 "-u", 587 "-u",
588 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 588 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
589 "--", 589 "--",
590 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 590 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
591 "----", 591 "----",
(...skipping 12 matching lines...) Expand all
604 { 604 {
605 "cmd": [ 605 "cmd": [
606 "python", 606 "python",
607 "-u", 607 "-u",
608 "\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", 608 "\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",
609 "[TMP_BASE]/tmp_tmp_5" 609 "[TMP_BASE]/tmp_tmp_5"
610 ], 610 ],
611 "env": { 611 "env": {
612 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 612 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
613 }, 613 },
614 "name": "rmtree temp dir (5)", 614 "name": "rmtree temp dir for ios-profile UploadArtifacts artifacts.zip",
615 "~followup_annotations": [ 615 "~followup_annotations": [
616 "@@@STEP_LOG_LINE@python.inline@@@@", 616 "@@@STEP_LOG_LINE@python.inline@@@@",
617 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 617 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
618 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 618 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
619 "@@@STEP_LOG_LINE@python.inline@@@@", 619 "@@@STEP_LOG_LINE@python.inline@@@@",
620 "@@@STEP_LOG_LINE@python.inline@@@@", 620 "@@@STEP_LOG_LINE@python.inline@@@@",
621 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 621 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
622 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 622 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
623 "@@@STEP_LOG_END@python.inline@@@" 623 "@@@STEP_LOG_END@python.inline@@@"
624 ] 624 ]
(...skipping 28 matching lines...) Expand all
653 }, 653 },
654 { 654 {
655 "cmd": [ 655 "cmd": [
656 "python", 656 "python",
657 "-u", 657 "-u",
658 "RECIPE_MODULE[build::zip]/resources/zip.py" 658 "RECIPE_MODULE[build::zip]/resources/zip.py"
659 ], 659 ],
660 "env": { 660 "env": {
661 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 661 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
662 }, 662 },
663 "name": "Zip ios-release Artifacts", 663 "name": "Zip ios-release artifacts.zip",
664 "stdin": "{\"entries\": [{\"archive_name\": \"dart_io_entries.txt\", \"path\ ": \"[SLAVE_BUILD]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\ "}, {\"archive_name\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/s rc/sky/engine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archi ve_name\": \"snapshot.dart\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindings/ snapshot.dart\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"pat h\": \"[SLAVE_BUILD]/src/out/ios_release/clang_x64/gen_snapshot\", \"type\": \"f ile\"}, {\"archive_name\": \"Flutter.framework.zip\", \"path\": \"[SLAVE_BUILD]/ src/out/release/Flutter.framework.zip\", \"type\": \"file\"}], \"output\": \"[TM P_BASE]/tmp_tmp_6/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}" 664 "stdin": "{\"entries\": [{\"archive_name\": \"dart_io_entries.txt\", \"path\ ": \"[SLAVE_BUILD]/src/dart/runtime/bin/dart_io_entries.txt\", \"type\": \"file\ "}, {\"archive_name\": \"dart_vm_entry_points.txt\", \"path\": \"[SLAVE_BUILD]/s rc/sky/engine/bindings/dart_vm_entry_points.txt\", \"type\": \"file\"}, {\"archi ve_name\": \"snapshot.dart\", \"path\": \"[SLAVE_BUILD]/src/sky/engine/bindings/ snapshot.dart\", \"type\": \"file\"}, {\"archive_name\": \"gen_snapshot\", \"pat h\": \"[SLAVE_BUILD]/src/out/ios_release/clang_x64/gen_snapshot\", \"type\": \"f ile\"}, {\"archive_name\": \"Flutter.framework.zip\", \"path\": \"[SLAVE_BUILD]/ src/out/release/Flutter.framework.zip\", \"type\": \"file\"}], \"output\": \"[TM P_BASE]/tmp_tmp_6/artifacts.zip\", \"root\": \"[SLAVE_BUILD]/src\"}"
665 }, 665 },
666 { 666 {
667 "cmd": [ 667 "cmd": [
668 "python", 668 "python",
669 "-u", 669 "-u",
670 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 670 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
671 "--", 671 "--",
672 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 672 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
673 "----", 673 "----",
(...skipping 12 matching lines...) Expand all
686 { 686 {
687 "cmd": [ 687 "cmd": [
688 "python", 688 "python",
689 "-u", 689 "-u",
690 "\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", 690 "\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",
691 "[TMP_BASE]/tmp_tmp_6" 691 "[TMP_BASE]/tmp_tmp_6"
692 ], 692 ],
693 "env": { 693 "env": {
694 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 694 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
695 }, 695 },
696 "name": "rmtree temp dir (6)", 696 "name": "rmtree temp dir for ios-release UploadArtifacts artifacts.zip",
697 "~followup_annotations": [ 697 "~followup_annotations": [
698 "@@@STEP_LOG_LINE@python.inline@@@@", 698 "@@@STEP_LOG_LINE@python.inline@@@@",
699 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 699 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
700 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 700 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
701 "@@@STEP_LOG_LINE@python.inline@@@@", 701 "@@@STEP_LOG_LINE@python.inline@@@@",
702 "@@@STEP_LOG_LINE@python.inline@@@@", 702 "@@@STEP_LOG_LINE@python.inline@@@@",
703 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 703 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
704 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 704 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
705 "@@@STEP_LOG_END@python.inline@@@" 705 "@@@STEP_LOG_END@python.inline@@@"
706 ] 706 ]
707 }, 707 },
708 { 708 {
709 "name": "$result", 709 "name": "$result",
710 "recipe_result": null, 710 "recipe_result": null,
711 "status_code": 0 711 "status_code": 0
712 } 712 }
713 ] 713 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/flutter/engine.expected/linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698