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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/webkit_tests_interrupted.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]/linux_layout", 7 "[BUILDER_CACHE]/linux_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 "linux_blink_rel", 343 "linux_blink_rel",
344 "--config-file", 344 "--config-file",
345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", 345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl",
346 "--goma-dir", 346 "--goma-dir",
347 "[CACHE]/cipd/goma", 347 "[CACHE]/cipd/goma",
348 "//out/Release" 348 "//out/Release"
349 ], 349 ],
350 "cwd": "[BUILDER_CACHE]/linux_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 "cmd": [ 357 "cmd": [
357 "python", 358 "python",
358 "-u", 359 "-u",
359 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 360 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@" 497 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110 eeb0\"@@@"
497 ] 498 ]
498 }, 499 },
499 { 500 {
500 "name": "$result", 501 "name": "$result",
501 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1", 502 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests' ) failed with return_code 1",
502 "recipe_result": null, 503 "recipe_result": null,
503 "status_code": 1 504 "status_code": 1
504 } 505 }
505 ] 506 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698