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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_ng.json

Issue 2166343002: chromium_tests: use correct cwd for deapplying patch (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", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "[GIT_CACHE]", 435 "[GIT_CACHE]",
436 "--rietveld_server", 436 "--rietveld_server",
437 "https://codereview.chromium.org", 437 "https://codereview.chromium.org",
438 "--output_json", 438 "--output_json",
439 "/path/to/tmp/json", 439 "/path/to/tmp/json",
440 "--revision", 440 "--revision",
441 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 441 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
442 "--force", 442 "--force",
443 "--output_manifest" 443 "--output_manifest"
444 ], 444 ],
445 "cwd": "[BUILDER_CACHE]/linux",
445 "env": { 446 "env": {
446 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 447 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
447 }, 448 },
448 "name": "bot_update (without patch)", 449 "name": "bot_update (without patch)",
449 "~followup_annotations": [ 450 "~followup_annotations": [
450 "@@@STEP_TEXT@Some step text@@@", 451 "@@@STEP_TEXT@Some step text@@@",
451 "@@@STEP_LOG_LINE@json.output@{@@@", 452 "@@@STEP_LOG_LINE@json.output@{@@@",
452 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 453 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
453 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 454 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
454 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@", 455 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 601 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
601 ] 602 ]
602 }, 603 },
603 { 604 {
604 "name": "$result", 605 "name": "$result",
605 "reason": "Step('compile (with patch)') failed with return_code 1", 606 "reason": "Step('compile (with patch)') failed with return_code 1",
606 "recipe_result": null, 607 "recipe_result": null,
607 "status_code": 1 608 "status_code": 1
608 } 609 }
609 ] 610 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698