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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_x86_builder.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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 ], 175 ],
176 "env": { 176 "env": {
177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 177 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
178 }, 178 },
179 "name": "compile" 179 "name": "compile"
180 }, 180 },
181 { 181 {
182 "cmd": [ 182 "cmd": [
183 "python", 183 "python",
184 "-u", 184 "-u",
185 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 185 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
186 "--", 186 "--",
187 "[DEPOT_TOOLS]/gsutil.py", 187 "[DEPOT_TOOLS]/gsutil.py",
188 "--force-version", 188 "--force-version",
189 "3.25", 189 "3.25",
190 "--", 190 "--",
191 "cp", 191 "cp",
192 "[SLAVE_BUILD]/src/out/Release/cronet/VERSION", 192 "[SLAVE_BUILD]/src/out/Release/cronet/VERSION",
193 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc 8ad589c8a00/VERSION" 193 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc 8ad589c8a00/VERSION"
194 ], 194 ],
195 "name": "gsutil upload_cronet_version", 195 "name": "gsutil upload_cronet_version",
196 "~followup_annotations": [ 196 "~followup_annotations": [
197 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro net/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/VERSION@@@" 197 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro net/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/VERSION@@@"
198 ] 198 ]
199 }, 199 },
200 { 200 {
201 "cmd": [ 201 "cmd": [
202 "python", 202 "python",
203 "-u", 203 "-u",
204 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 204 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
205 "--", 205 "--",
206 "[DEPOT_TOOLS]/gsutil.py", 206 "[DEPOT_TOOLS]/gsutil.py",
207 "--force-version", 207 "--force-version",
208 "3.25", 208 "3.25",
209 "--", 209 "--",
210 "cp", 210 "cp",
211 "-R", 211 "-R",
212 "[SLAVE_BUILD]/src/out/Release/cronet", 212 "[SLAVE_BUILD]/src/out/Release/cronet",
213 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc 8ad589c8a00" 213 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc 8ad589c8a00"
214 ], 214 ],
215 "name": "gsutil upload_cronet_package", 215 "name": "gsutil upload_cronet_package",
216 "~followup_annotations": [ 216 "~followup_annotations": [
217 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro net/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" 217 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro net/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@"
218 ] 218 ]
219 } 219 }
220 ] 220 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698