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

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

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too Created 4 years, 7 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
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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 "chromium.testing.master", 233 "chromium.testing.master",
234 "-b", 234 "-b",
235 "Android Cronet MIPS Builder", 235 "Android Cronet MIPS Builder",
236 "--config-file", 236 "--config-file",
237 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 237 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
238 "--goma-dir", 238 "--goma-dir",
239 "[CACHE]/cipd/goma", 239 "[CACHE]/cipd/goma",
240 "//out/Release" 240 "//out/Release"
241 ], 241 ],
242 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
243 "env": {
244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
245 },
243 "name": "generate_build_files" 246 "name": "generate_build_files"
244 }, 247 },
245 { 248 {
246 "cmd": [ 249 "cmd": [
247 "python", 250 "python",
248 "-u", 251 "-u",
249 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
250 "--show-path", 253 "--show-path",
251 "python", 254 "python",
252 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 ], 314 ],
312 "cwd": "[SLAVE_BUILD]", 315 "cwd": "[SLAVE_BUILD]",
313 "name": "sizes" 316 "name": "sizes"
314 }, 317 },
315 { 318 {
316 "name": "$result", 319 "name": "$result",
317 "recipe_result": null, 320 "recipe_result": null,
318 "status_code": 0 321 "status_code": 0
319 } 322 }
320 ] 323 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698