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

Side by Side Diff: scripts/slave/recipes/flutter/flutter.expected/linux.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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 144 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
145 }, 145 },
146 "name": "flutter build apk stocks" 146 "name": "flutter build apk stocks"
147 }, 147 },
148 { 148 {
149 "cmd": [ 149 "cmd": [
150 "python", 150 "python",
151 "-u", 151 "-u",
152 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 152 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
153 "--", 153 "--",
154 "[DEPOT_TOOLS]/gsutil.py", 154 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
155 "----", 155 "----",
156 "cp", 156 "cp",
157 "[SLAVE_BUILD]/flutter/examples/stocks/build/app.apk", 157 "[SLAVE_BUILD]/flutter/examples/stocks/build/app.apk",
158 "gs://flutter_infra/flutter/deadbeef/examples/Stocks.apk" 158 "gs://flutter_infra/flutter/deadbeef/examples/Stocks.apk"
159 ], 159 ],
160 "env": { 160 "env": {
161 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/dev/bots/android_tools", 161 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/dev/bots/android_tools",
162 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 162 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
163 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 163 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
164 }, 164 },
(...skipping 15 matching lines...) Expand all
180 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 180 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
181 }, 181 },
182 "name": "flutter build apk flutter_gallery" 182 "name": "flutter build apk flutter_gallery"
183 }, 183 },
184 { 184 {
185 "cmd": [ 185 "cmd": [
186 "python", 186 "python",
187 "-u", 187 "-u",
188 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 188 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
189 "--", 189 "--",
190 "[DEPOT_TOOLS]/gsutil.py", 190 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
191 "----", 191 "----",
192 "cp", 192 "cp",
193 "[SLAVE_BUILD]/flutter/examples/flutter_gallery/build/app.apk", 193 "[SLAVE_BUILD]/flutter/examples/flutter_gallery/build/app.apk",
194 "gs://flutter_infra/flutter/deadbeef/examples/Gallery.apk" 194 "gs://flutter_infra/flutter/deadbeef/examples/Gallery.apk"
195 ], 195 ],
196 "env": { 196 "env": {
197 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/dev/bots/android_tools", 197 "ANDROID_HOME": "[SLAVE_BUILD]/flutter/dev/bots/android_tools",
198 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s", 198 "PATH": "[SLAVE_BUILD]/flutter/bin:[SLAVE_BUILD]/flutter/bin/cache/dart-sd k/bin:%(PATH)s",
199 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 199 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
200 }, 200 },
(...skipping 14 matching lines...) Expand all
215 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache" 215 "PUB_CACHE": "[SLAVE_BUILD]/.pub-cache"
216 }, 216 },
217 "name": "dartdoc packages" 217 "name": "dartdoc packages"
218 }, 218 },
219 { 219 {
220 "name": "$result", 220 "name": "$result",
221 "recipe_result": null, 221 "recipe_result": null,
222 "status_code": 0 222 "status_code": 0
223 } 223 }
224 ] 224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698