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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_builder__dbg_.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 ], 176 ],
177 "env": { 177 "env": {
178 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 178 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
179 }, 179 },
180 "name": "compile" 180 "name": "compile"
181 }, 181 },
182 { 182 {
183 "cmd": [ 183 "cmd": [
184 "python", 184 "python",
185 "-u", 185 "-u",
186 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 186 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
187 "--", 187 "--",
188 "[DEPOT_TOOLS]/gsutil.py", 188 "[DEPOT_TOOLS]/gsutil.py",
189 "--force-version", 189 "--force-version",
190 "3.25", 190 "3.25",
191 "--", 191 "--",
192 "cp", 192 "cp",
193 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION", 193 "[SLAVE_BUILD]/src/out/Debug/cronet/VERSION",
194 "gs://chromium-cronet/android/cronet-Debug-4f4b02f6b7fa20a3a25682c457bbc8a d589c8a00/VERSION" 194 "gs://chromium-cronet/android/cronet-Debug-4f4b02f6b7fa20a3a25682c457bbc8a d589c8a00/VERSION"
195 ], 195 ],
196 "name": "gsutil upload_cronet_version", 196 "name": "gsutil upload_cronet_version",
197 "~followup_annotations": [ 197 "~followup_annotations": [
198 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro net/android/cronet-Debug-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/VERSION@@@" 198 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro net/android/cronet-Debug-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/VERSION@@@"
199 ] 199 ]
200 }, 200 },
201 { 201 {
202 "cmd": [ 202 "cmd": [
203 "python", 203 "python",
204 "-u", 204 "-u",
205 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 205 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
206 "--", 206 "--",
207 "[DEPOT_TOOLS]/gsutil.py", 207 "[DEPOT_TOOLS]/gsutil.py",
208 "--force-version", 208 "--force-version",
209 "3.25", 209 "3.25",
210 "--", 210 "--",
211 "cp", 211 "cp",
212 "-R", 212 "-R",
213 "[SLAVE_BUILD]/src/out/Debug/cronet", 213 "[SLAVE_BUILD]/src/out/Debug/cronet",
214 "gs://chromium-cronet/android/cronet-Debug-4f4b02f6b7fa20a3a25682c457bbc8a d589c8a00" 214 "gs://chromium-cronet/android/cronet-Debug-4f4b02f6b7fa20a3a25682c457bbc8a d589c8a00"
215 ], 215 ],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 374 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
375 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 375 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
376 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 376 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
377 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 377 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
378 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 378 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
379 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 379 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
380 "@@@STEP_LOG_END@python.inline@@@" 380 "@@@STEP_LOG_END@python.inline@@@"
381 ] 381 ]
382 } 382 }
383 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698