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

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

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | 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 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "rmcontents everything", 9 "name": "rmcontents everything",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 }, 215 },
216 "name": "Zip darwin-x64 Artifacts", 216 "name": "Zip darwin-x64 Artifacts",
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 "[DEPOT_TOOLS]/gsutil.py", 225 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
226 "----", 226 "----",
227 "cp", 227 "cp",
228 "[TMP_BASE]/tmp_tmp_1/artifacts.zip", 228 "[TMP_BASE]/tmp_tmp_1/artifacts.zip",
229 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwi n-x64/artifacts.zip" 229 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/darwi n-x64/artifacts.zip"
230 ], 230 ],
231 "env": { 231 "env": {
232 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 232 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
233 }, 233 },
234 "name": "gsutil upload \"darwin-x64/artifacts.zip\"", 234 "name": "gsutil upload \"darwin-x64/artifacts.zip\"",
235 "~followup_annotations": [ 235 "~followup_annotations": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 }, 269 },
270 "name": "Zip android-arm-profile Artifacts", 270 "name": "Zip android-arm-profile Artifacts",
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 "[DEPOT_TOOLS]/gsutil.py", 279 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
280 "----", 280 "----",
281 "cp", 281 "cp",
282 "[TMP_BASE]/tmp_tmp_2/artifacts.zip", 282 "[TMP_BASE]/tmp_tmp_2/artifacts.zip",
283 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm-profile/darwin-x64.zip" 283 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm-profile/darwin-x64.zip"
284 ], 284 ],
285 "env": { 285 "env": {
286 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 286 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
287 }, 287 },
288 "name": "gsutil upload \"android-arm-profile/darwin-x64.zip\"", 288 "name": "gsutil upload \"android-arm-profile/darwin-x64.zip\"",
289 "~followup_annotations": [ 289 "~followup_annotations": [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 }, 323 },
324 "name": "Zip android-arm-release Artifacts", 324 "name": "Zip android-arm-release Artifacts",
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 "[DEPOT_TOOLS]/gsutil.py", 333 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
334 "----", 334 "----",
335 "cp", 335 "cp",
336 "[TMP_BASE]/tmp_tmp_3/artifacts.zip", 336 "[TMP_BASE]/tmp_tmp_3/artifacts.zip",
337 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm-release/darwin-x64.zip" 337 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/andro id-arm-release/darwin-x64.zip"
338 ], 338 ],
339 "env": { 339 "env": {
340 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 340 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
341 }, 341 },
342 "name": "gsutil upload \"android-arm-release/darwin-x64.zip\"", 342 "name": "gsutil upload \"android-arm-release/darwin-x64.zip\"",
343 "~followup_annotations": [ 343 "~followup_annotations": [
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 }, 510 },
511 "name": "Zip ios Artifacts", 511 "name": "Zip ios Artifacts",
512 "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\"}, {\"archive_name\": \"F lutterXcode.zip\", \"path\": \"[SLAVE_BUILD]/src/out/debug/FlutterXcode.zip\", \ "type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_4/artifacts.zip\", \"root\ ": \"[SLAVE_BUILD]/src\"}" 512 "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\"}, {\"archive_name\": \"F lutterXcode.zip\", \"path\": \"[SLAVE_BUILD]/src/out/debug/FlutterXcode.zip\", \ "type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_4/artifacts.zip\", \"root\ ": \"[SLAVE_BUILD]/src\"}"
513 }, 513 },
514 { 514 {
515 "cmd": [ 515 "cmd": [
516 "python", 516 "python",
517 "-u", 517 "-u",
518 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 518 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
519 "--", 519 "--",
520 "[DEPOT_TOOLS]/gsutil.py", 520 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
521 "----", 521 "----",
522 "cp", 522 "cp",
523 "[TMP_BASE]/tmp_tmp_4/artifacts.zip", 523 "[TMP_BASE]/tmp_tmp_4/artifacts.zip",
524 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/a rtifacts.zip" 524 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios/a rtifacts.zip"
525 ], 525 ],
526 "env": { 526 "env": {
527 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 527 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
528 }, 528 },
529 "name": "gsutil upload \"ios/artifacts.zip\"", 529 "name": "gsutil upload \"ios/artifacts.zip\"",
530 "~followup_annotations": [ 530 "~followup_annotations": [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 }, 604 },
605 "name": "Zip ios-profile Artifacts", 605 "name": "Zip ios-profile Artifacts",
606 "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\"}, {\"archive_name\": \"FlutterXcode.zip\", \"path\": \"[SLAVE_BUILD]/src/out/profile/FlutterXcode.zi p\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_5/artifacts.zip\", \ "root\": \"[SLAVE_BUILD]/src\"}" 606 "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\"}, {\"archive_name\": \"FlutterXcode.zip\", \"path\": \"[SLAVE_BUILD]/src/out/profile/FlutterXcode.zi p\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_5/artifacts.zip\", \ "root\": \"[SLAVE_BUILD]/src\"}"
607 }, 607 },
608 { 608 {
609 "cmd": [ 609 "cmd": [
610 "python", 610 "python",
611 "-u", 611 "-u",
612 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 612 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
613 "--", 613 "--",
614 "[DEPOT_TOOLS]/gsutil.py", 614 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
615 "----", 615 "----",
616 "cp", 616 "cp",
617 "[TMP_BASE]/tmp_tmp_5/artifacts.zip", 617 "[TMP_BASE]/tmp_tmp_5/artifacts.zip",
618 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios-p rofile/artifacts.zip" 618 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios-p rofile/artifacts.zip"
619 ], 619 ],
620 "env": { 620 "env": {
621 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 621 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
622 }, 622 },
623 "name": "gsutil upload \"ios-profile/artifacts.zip\"", 623 "name": "gsutil upload \"ios-profile/artifacts.zip\"",
624 "~followup_annotations": [ 624 "~followup_annotations": [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 }, 698 },
699 "name": "Zip ios-release Artifacts", 699 "name": "Zip ios-release Artifacts",
700 "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\"}, {\"archive_name\": \"FlutterXcode.zip\", \"path\": \"[SLAVE_BUILD]/src/out/release/FlutterXcode.zi p\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_6/artifacts.zip\", \ "root\": \"[SLAVE_BUILD]/src\"}" 700 "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\"}, {\"archive_name\": \"FlutterXcode.zip\", \"path\": \"[SLAVE_BUILD]/src/out/release/FlutterXcode.zi p\", \"type\": \"file\"}], \"output\": \"[TMP_BASE]/tmp_tmp_6/artifacts.zip\", \ "root\": \"[SLAVE_BUILD]/src\"}"
701 }, 701 },
702 { 702 {
703 "cmd": [ 703 "cmd": [
704 "python", 704 "python",
705 "-u", 705 "-u",
706 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 706 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
707 "--", 707 "--",
708 "[DEPOT_TOOLS]/gsutil.py", 708 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
709 "----", 709 "----",
710 "cp", 710 "cp",
711 "[TMP_BASE]/tmp_tmp_6/artifacts.zip", 711 "[TMP_BASE]/tmp_tmp_6/artifacts.zip",
712 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios-r elease/artifacts.zip" 712 "gs://flutter_infra/flutter/f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9/ios-r elease/artifacts.zip"
713 ], 713 ],
714 "env": { 714 "env": {
715 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s" 715 "PATH": "[SLAVE_BUILD]/src/third_party/dart-sdk/dart-sdk/bin:%(PATH)s"
716 }, 716 },
717 "name": "gsutil upload \"ios-release/artifacts.zip\"", 717 "name": "gsutil upload \"ios-release/artifacts.zip\"",
718 "~followup_annotations": [ 718 "~followup_annotations": [
(...skipping 21 matching lines...) Expand all
740 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 740 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
741 "@@@STEP_LOG_END@python.inline@@@" 741 "@@@STEP_LOG_END@python.inline@@@"
742 ] 742 ]
743 }, 743 },
744 { 744 {
745 "name": "$result", 745 "name": "$result",
746 "recipe_result": null, 746 "recipe_result": null,
747 "status_code": 0 747 "status_code": 0
748 } 748 }
749 ] 749 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698