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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/gclient_runhooks__with_patch__failure.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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 "[GIT_CACHE]", 240 "[GIT_CACHE]",
241 "--rietveld_server", 241 "--rietveld_server",
242 "https://codereview.chromium.org", 242 "https://codereview.chromium.org",
243 "--output_json", 243 "--output_json",
244 "/path/to/tmp/json", 244 "/path/to/tmp/json",
245 "--revision", 245 "--revision",
246 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 246 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
247 "--force", 247 "--force",
248 "--output_manifest" 248 "--output_manifest"
249 ], 249 ],
250 "cwd": "[BUILDER_CACHE]/linux",
250 "env": { 251 "env": {
251 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 252 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
252 }, 253 },
253 "name": "bot_update (without patch)", 254 "name": "bot_update (without patch)",
254 "~followup_annotations": [ 255 "~followup_annotations": [
255 "@@@STEP_TEXT@Some step text@@@", 256 "@@@STEP_TEXT@Some step text@@@",
256 "@@@STEP_LOG_LINE@json.output@{@@@", 257 "@@@STEP_LOG_LINE@json.output@{@@@",
257 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 258 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
258 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 259 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
259 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@", 260 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@" 340 "@@@SET_BUILD_PROPERTY@failure_hash@\"e21d0f2b4dd4945720174b0d0fa3a0108208 98d7\"@@@"
340 ] 341 ]
341 }, 342 },
342 { 343 {
343 "name": "$result", 344 "name": "$result",
344 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1", 345 "reason": "Step('gclient runhooks (with patch)') failed with return_code 1",
345 "recipe_result": null, 346 "recipe_result": null,
346 "status_code": 1 347 "status_code": 1
347 } 348 }
348 ] 349 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698