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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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_coverage", 7 "[BUILDER_CACHE]/android_coverage",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "-m", 376 "-m",
377 "tryserver.chromium.android", 377 "tryserver.chromium.android",
378 "-b", 378 "-b",
379 "android_coverage", 379 "android_coverage",
380 "--config-file", 380 "--config-file",
381 "[BUILDER_CACHE]/android_coverage/src/tools/mb/mb_config.pyl", 381 "[BUILDER_CACHE]/android_coverage/src/tools/mb/mb_config.pyl",
382 "--goma-dir", 382 "--goma-dir",
383 "[CACHE]/cipd/goma", 383 "[CACHE]/cipd/goma",
384 "//out/Debug" 384 "//out/Debug"
385 ], 385 ],
386 "cwd": "[BUILDER_CACHE]/android_coverage/src",
386 "env": { 387 "env": {
387 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 388 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
388 }, 389 },
389 "name": "generate_build_files (with patch)" 390 "name": "generate_build_files (with patch)"
390 }, 391 },
391 { 392 {
392 "cmd": [ 393 "cmd": [
393 "python", 394 "python",
394 "-u", 395 "-u",
395 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 396 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 "-m", 1271 "-m",
1271 "tryserver.chromium.android", 1272 "tryserver.chromium.android",
1272 "-b", 1273 "-b",
1273 "android_coverage", 1274 "android_coverage",
1274 "--config-file", 1275 "--config-file",
1275 "[BUILDER_CACHE]/android_coverage/src/tools/mb/mb_config.pyl", 1276 "[BUILDER_CACHE]/android_coverage/src/tools/mb/mb_config.pyl",
1276 "--goma-dir", 1277 "--goma-dir",
1277 "[CACHE]/cipd/goma", 1278 "[CACHE]/cipd/goma",
1278 "//out/Debug" 1279 "//out/Debug"
1279 ], 1280 ],
1280 "cwd": "[BUILDER_CACHE]/android_coverage", 1281 "cwd": "[BUILDER_CACHE]/android_coverage/src",
1281 "env": { 1282 "env": {
1282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 1283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
1283 "PATH": "[BUILDER_CACHE]/android_coverage/src/third_party/android_tools/sd k/platform-tools:[BUILDER_CACHE]/android_coverage/src/build/android:%(PATH)s" 1284 "PATH": "[BUILDER_CACHE]/android_coverage/src/third_party/android_tools/sd k/platform-tools:[BUILDER_CACHE]/android_coverage/src/build/android:%(PATH)s"
1284 }, 1285 },
1285 "name": "generate_build_files (without patch)" 1286 "name": "generate_build_files (without patch)"
1286 }, 1287 },
1287 { 1288 {
1288 "cmd": [ 1289 "cmd": [
1289 "python", 1290 "python",
1290 "-u", 1291 "-u",
(...skipping 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
1745 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1746 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1746 "@@@STEP_LOG_END@python.inline@@@" 1747 "@@@STEP_LOG_END@python.inline@@@"
1747 ] 1748 ]
1748 }, 1749 },
1749 { 1750 {
1750 "name": "$result", 1751 "name": "$result",
1751 "recipe_result": null, 1752 "recipe_result": null,
1752 "status_code": 0 1753 "status_code": 0
1753 } 1754 }
1754 ] 1755 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698