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

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

Issue 2140083002: chromium_tests: use correct cwd for analyze diff (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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 "@@@STEP_LOG_END@json.output@@@" 239 "@@@STEP_LOG_END@json.output@@@"
240 ] 240 ]
241 }, 241 },
242 { 242 {
243 "cmd": [ 243 "cmd": [
244 "git", 244 "git",
245 "diff", 245 "diff",
246 "--cached", 246 "--cached",
247 "--name-only" 247 "--name-only"
248 ], 248 ],
249 "cwd": "[SLAVE_BUILD]/src", 249 "cwd": "[BUILDER_CACHE]/android_coverage/src",
250 "name": "git diff to analyze patch", 250 "name": "git diff to analyze patch",
251 "stdout": "/path/to/tmp/", 251 "stdout": "/path/to/tmp/",
252 "~followup_annotations": [ 252 "~followup_annotations": [
253 "@@@STEP_LOG_LINE@files@foo.cc@@@", 253 "@@@STEP_LOG_LINE@files@foo.cc@@@",
254 "@@@STEP_LOG_END@files@@@", 254 "@@@STEP_LOG_END@files@@@",
255 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@" 255 "@@@SET_BUILD_PROPERTY@subproject_tag@\"chromium\"@@@"
256 ] 256 ]
257 }, 257 },
258 { 258 {
259 "cmd": [ 259 "cmd": [
(...skipping 1467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1727 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1727 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1728 "@@@STEP_LOG_END@python.inline@@@" 1728 "@@@STEP_LOG_END@python.inline@@@"
1729 ] 1729 ]
1730 }, 1730 },
1731 { 1731 {
1732 "name": "$result", 1732 "name": "$result",
1733 "recipe_result": null, 1733 "recipe_result": null,
1734 "status_code": 0 1734 "status_code": 0
1735 } 1735 }
1736 ] 1736 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698