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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_mac_blink_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]/mac_layout", 7 "[BUILDER_CACHE]/mac_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "-m", 340 "-m",
341 "tryserver.blink", 341 "tryserver.blink",
342 "-b", 342 "-b",
343 "mac_blink_dbg", 343 "mac_blink_dbg",
344 "--config-file", 344 "--config-file",
345 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl", 345 "[BUILDER_CACHE]/mac_layout/src/tools/mb/mb_config.pyl",
346 "--goma-dir", 346 "--goma-dir",
347 "[CACHE]/cipd/goma", 347 "[CACHE]/cipd/goma",
348 "//out/Debug" 348 "//out/Debug"
349 ], 349 ],
350 "cwd": "[BUILDER_CACHE]/mac_layout/src",
350 "env": { 351 "env": {
351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
352 }, 353 },
353 "name": "generate_build_files (with patch)" 354 "name": "generate_build_files (with patch)"
354 }, 355 },
355 { 356 {
356 "allow_subannotations": true, 357 "allow_subannotations": true,
357 "cmd": [ 358 "cmd": [
358 "python", 359 "python",
359 "-u", 360 "-u",
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@", 495 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium- layout-test-archives/mac_blink_dbg/571/layout-test-results/results.html@@@",
495 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@" 496 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar chives/mac_blink_dbg/571/layout-test-results.zip@@@"
496 ] 497 ]
497 }, 498 },
498 { 499 {
499 "name": "$result", 500 "name": "$result",
500 "recipe_result": null, 501 "recipe_result": null,
501 "status_code": 0 502 "status_code": 0
502 } 503 }
503 ] 504 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698