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

Side by Side Diff: scripts/slave/recipes/dart/dart_cross_compiler.expected/cross-arm-vm-linux-release-recipe.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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "client.dart", 8 "client.dart",
9 "--builder", 9 "--builder",
10 "cross-arm-vm-linux-release-recipe-be", 10 "cross-arm-vm-linux-release-recipe-be",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 ], 84 ],
85 "cwd": "[SLAVE_BUILD]/sdk", 85 "cwd": "[SLAVE_BUILD]/sdk",
86 "name": "create tarball" 86 "name": "create tarball"
87 }, 87 },
88 { 88 {
89 "cmd": [ 89 "cmd": [
90 "python", 90 "python",
91 "-u", 91 "-u",
92 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 92 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
93 "--", 93 "--",
94 "[DEPOT_TOOLS]/gsutil.py", 94 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
95 "----", 95 "----",
96 "cp", 96 "cp",
97 "-a", 97 "-a",
98 "public-read", 98 "public-read",
99 "cross_build_arm_release_abcd1234efef5656.tar.bz2", 99 "cross_build_arm_release_abcd1234efef5656.tar.bz2",
100 "gs://dart-cross-compiled-binaries/cross_build_arm_release_abcd1234efef565 6.tar.bz2" 100 "gs://dart-cross-compiled-binaries/cross_build_arm_release_abcd1234efef565 6.tar.bz2"
101 ], 101 ],
102 "cwd": "[SLAVE_BUILD]/sdk", 102 "cwd": "[SLAVE_BUILD]/sdk",
103 "name": "gsutil upoad tarball" 103 "name": "gsutil upoad tarball"
104 }, 104 },
105 { 105 {
106 "cmd": [], 106 "cmd": [],
107 "name": "trigger", 107 "name": "trigger",
108 "trigger_specs": [ 108 "trigger_specs": [
109 { 109 {
110 "builder_name": "target-arm-vm-linux-release-be" 110 "builder_name": "target-arm-vm-linux-release-be"
111 } 111 }
112 ], 112 ],
113 "~followup_annotations": [ 113 "~followup_annotations": [
114 "@@@STEP_TEXT@target-arm-vm-linux-release-be@@@" 114 "@@@STEP_TEXT@target-arm-vm-linux-release-be@@@"
115 ] 115 ]
116 }, 116 },
117 { 117 {
118 "name": "$result", 118 "name": "$result",
119 "recipe_result": null, 119 "recipe_result": null,
120 "status_code": 0 120 "status_code": 0
121 } 121 }
122 ] 122 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698