| OLD | NEW |
| 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 Loading... |
| 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/Release/cronet/VERSION", | 193 "[SLAVE_BUILD]/src/out/Release/cronet/VERSION", |
| 194 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00/VERSION" | 194 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00/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-Release-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00/VERSION@@@" | 198 "@@@STEP_LINK@Cronet version@https://storage.cloud.google.com/chromium-cro
net/android/cronet-Release-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/Release/cronet", | 213 "[SLAVE_BUILD]/src/out/Release/cronet", |
| 214 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00" | 214 "gs://chromium-cronet/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc
8ad589c8a00" |
| 215 ], | 215 ], |
| 216 "name": "gsutil upload_cronet_package", | 216 "name": "gsutil upload_cronet_package", |
| 217 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 218 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" | 218 "@@@STEP_LINK@Cronet package@https://storage.cloud.google.com/chromium-cro
net/android/cronet-Release-4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" |
| 219 ] | 219 ] |
| 220 } | 220 } |
| 221 ] | 221 ] |
| OLD | NEW |