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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 4 years, 8 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 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "--src-dir", 200 "--src-dir",
201 "[SLAVE_BUILD]/src", 201 "[SLAVE_BUILD]/src",
202 "--goma-cache-dir", 202 "--goma-cache-dir",
203 "[GOMA_CACHE]", 203 "[GOMA_CACHE]",
204 "--build-tool", 204 "--build-tool",
205 "ninja", 205 "ninja",
206 "--compiler", 206 "--compiler",
207 "goma", 207 "goma",
208 "--goma-jsonstatus", 208 "--goma-jsonstatus",
209 "/path/to/tmp/json", 209 "/path/to/tmp/json",
210 "--goma-service-account-json-file",
211 "/creds/service_accounts/service-account-goma-client.json",
210 "--goma-dir", 212 "--goma-dir",
211 "[BUILD]/goma", 213 "[BUILD]/goma",
212 "--clobber", 214 "--clobber",
213 "--", 215 "--",
214 "cronet_package", 216 "cronet_package",
215 "cronet_sample_test_apk", 217 "cronet_sample_test_apk",
216 "cronet_test_instrumentation_apk", 218 "cronet_test_instrumentation_apk",
217 "cronet_unittests", 219 "cronet_unittests",
218 "cronet_unittests_apk", 220 "cronet_unittests_apk",
219 "net_unittests", 221 "net_unittests",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 261 ],
260 "cwd": "[SLAVE_BUILD]", 262 "cwd": "[SLAVE_BUILD]",
261 "name": "sizes" 263 "name": "sizes"
262 }, 264 },
263 { 265 {
264 "name": "$result", 266 "name": "$result",
265 "recipe_result": null, 267 "recipe_result": null,
266 "status_code": 0 268 "status_code": 0
267 } 269 }
268 ] 270 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698