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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Android_Builder__dbg_.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 sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Android_Builder__dbg_", 7 "[BUILDER_CACHE]/Android_Builder__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "-b", 328 "-b",
329 "Android Builder (dbg)", 329 "Android Builder (dbg)",
330 "--config-file", 330 "--config-file",
331 "[BUILDER_CACHE]/Android_Builder__dbg_/src/tools/mb/mb_config.pyl", 331 "[BUILDER_CACHE]/Android_Builder__dbg_/src/tools/mb/mb_config.pyl",
332 "--goma-dir", 332 "--goma-dir",
333 "[CACHE]/cipd/goma", 333 "[CACHE]/cipd/goma",
334 "--swarming-targets-file", 334 "--swarming-targets-file",
335 "browser_tests_apk\n", 335 "browser_tests_apk\n",
336 "//out/Debug" 336 "//out/Debug"
337 ], 337 ],
338 "cwd": "[BUILDER_CACHE]/Android_Builder__dbg_/src",
338 "env": { 339 "env": {
339 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
340 }, 341 },
341 "name": "generate_build_files", 342 "name": "generate_build_files",
342 "~followup_annotations": [ 343 "~followup_annotations": [
343 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@", 344 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests_apk@@@",
344 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 345 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
345 ] 346 ]
346 }, 347 },
347 { 348 {
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 "~followup_annotations": [ 478 "~followup_annotations": [
478 "@@@STEP_TEXT@Android Tests (dbg)@@@" 479 "@@@STEP_TEXT@Android Tests (dbg)@@@"
479 ] 480 ]
480 }, 481 },
481 { 482 {
482 "name": "$result", 483 "name": "$result",
483 "recipe_result": null, 484 "recipe_result": null,
484 "status_code": 0 485 "status_code": 0
485 } 486 }
486 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698