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

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

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "-m", 259 "-m",
260 "chromium.testing.master", 260 "chromium.testing.master",
261 "-b", 261 "-b",
262 "android_cronet_tester", 262 "android_cronet_tester",
263 "--config-file", 263 "--config-file",
264 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 264 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
265 "--goma-dir", 265 "--goma-dir",
266 "[CACHE]/cipd/goma", 266 "[CACHE]/cipd/goma",
267 "//out/Debug" 267 "//out/Debug"
268 ], 268 ],
269 "cwd": "[SLAVE_BUILD]/src",
269 "env": { 270 "env": {
270 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 271 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
271 }, 272 },
272 "name": "generate_build_files" 273 "name": "generate_build_files"
273 }, 274 },
274 { 275 {
275 "cmd": [ 276 "cmd": [
276 "python", 277 "python",
277 "-u", 278 "-u",
278 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 279 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
701 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 702 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
702 "@@@STEP_LOG_END@python.inline@@@" 703 "@@@STEP_LOG_END@python.inline@@@"
703 ] 704 ]
704 }, 705 },
705 { 706 {
706 "name": "$result", 707 "name": "$result",
707 "recipe_result": null, 708 "recipe_result": null,
708 "status_code": 0 709 "status_code": 0
709 } 710 }
710 ] 711 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698