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

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

Powered by Google App Engine
This is Rietveld 408576698